Uses of Interface
org.apache.tapestry5.ioc.Invokable

Packages that use Invokable
org.apache.tapestry5.ioc   
org.apache.tapestry5.ioc.internal   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.internal.util   
org.apache.tapestry5.ioc.services   
 

Uses of Invokable in org.apache.tapestry5.ioc
 

Methods in org.apache.tapestry5.ioc with parameters of type Invokable
<T> T
OperationTracker.invoke(java.lang.String description, Invokable<T> operation)
          Executes the operation, returning its value.
 

Uses of Invokable in org.apache.tapestry5.ioc.internal
 

Methods in org.apache.tapestry5.ioc.internal with parameters of type Invokable
<T> T
RegistryImpl.invoke(java.lang.String description, Invokable<T> operation)
           
<T> T
QuietOperationTracker.invoke(java.lang.String description, Invokable<T> operation)
           
<T> T
PerThreadOperationTracker.invoke(java.lang.String description, Invokable<T> operation)
           
<T> T
OperationTrackerImpl.invoke(java.lang.String description, Invokable<T> operation)
           
 

Uses of Invokable in org.apache.tapestry5.ioc.internal.services
 

Methods in org.apache.tapestry5.ioc.internal.services with parameters of type Invokable
<T> T
ParallelExecutorImpl.invoke(java.lang.Class<T> proxyType, Invokable<T> invocable)
           
<T> T
NonParallelExecutor.invoke(java.lang.Class<T> proxyType, Invokable<T> invocable)
           
<T> T
PerthreadManagerImpl.invoke(Invokable<T> invokable)
           
<T> java.util.concurrent.Future<T>
ParallelExecutorImpl.invoke(Invokable<T> invocable)
           
<T> java.util.concurrent.Future<T>
NonParallelExecutor.invoke(Invokable<T> invocable)
           
 

Uses of Invokable in org.apache.tapestry5.ioc.internal.util
 

Methods in org.apache.tapestry5.ioc.internal.util with parameters of type Invokable
<T> T
ConcurrentBarrier.withRead(Invokable<T> invokable)
          Invokes the object after acquiring the read lock (if necessary).
<T> T
ConcurrentBarrier.withWrite(Invokable<T> invokable)
          Acquires the exclusive write lock before invoking the Invokable.
 

Uses of Invokable in org.apache.tapestry5.ioc.services
 

Methods in org.apache.tapestry5.ioc.services with parameters of type Invokable
<T> T
ParallelExecutor.invoke(java.lang.Class<T> proxyType, Invokable<T> invocable)
          As with ParallelExecutor.invoke(org.apache.tapestry5.ioc.Invokable), but the result is wrapped inside a thunk.
<T> T
PerthreadManager.invoke(Invokable<T> invokable)
          Returns the result from the invocation, providing a try...finally to cleanup after.
<T> java.util.concurrent.Future<T>
ParallelExecutor.invoke(Invokable<T> invocable)
          Submits the invocable object to be executed in a pooled thread.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.