Uses of Interface
org.apache.tapestry5.ioc.Invokable
Packages that use Invokable
Package
Description
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
[INTERNAL USE ONLY] various utility classes; API subject to change.
A code-centric, high-performance, simple Inversion of Control container
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
[INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change
Tapestry IOC service interfaces
Provides support for simple CRUD applications built on top of Tapestry and JPA
-
Uses of Invokable in org.apache.tapestry5.internal.jpa
Methods in org.apache.tapestry5.internal.jpa with parameters of type InvokableModifier and TypeMethodDescriptionvoid
PersistenceContextSpecificEntityTransactionManager.addAfterCommitInvokable
(Invokable<Boolean> invokable) void
PersistenceContextSpecificEntityTransactionManager.addBeforeCommitInvokable
(Invokable<Boolean> invokable) void
EntityTransactionManagerImpl.invokeAfterCommit
(String unitName, Invokable<Boolean> invokable) void
EntityTransactionManagerImpl.invokeBeforeCommit
(String unitName, Invokable<Boolean> invokable) <T> T
EntityTransactionManagerImpl.invokeInTransaction
(String unitName, Invokable<T> invokable) <T> T
PersistenceContextSpecificEntityTransactionManager.invokeInTransaction
(Invokable<T> invokable) -
Uses of Invokable in org.apache.tapestry5.internal.structure
Methods in org.apache.tapestry5.internal.structure with parameters of type Invokable -
Uses of Invokable in org.apache.tapestry5.internal.util
Methods in org.apache.tapestry5.internal.util that return InvokableModifier and TypeMethodDescription<T> Invokable<T>
Wraps a computation with caching logic; once computed, the Invokable will return the same value, untilRecomputableSupport.invalidate()
is invoked.Methods in org.apache.tapestry5.internal.util with parameters of type InvokableModifier and TypeMethodDescription<T> Invokable<T>
Wraps a computation with caching logic; once computed, the Invokable will return the same value, untilRecomputableSupport.invalidate()
is invoked. -
Uses of Invokable in org.apache.tapestry5.ioc
Methods in org.apache.tapestry5.ioc with parameters of type InvokableModifier and TypeMethodDescription<T> T
As withOperationTracker.run(String, Runnable)
, but the operation may return a value. -
Uses of Invokable in org.apache.tapestry5.ioc.internal
Methods in org.apache.tapestry5.ioc.internal with parameters of type InvokableModifier and TypeMethodDescription<T> T
<T> T
<T> T
<T> T
-
Uses of Invokable in org.apache.tapestry5.ioc.internal.services
Methods in org.apache.tapestry5.ioc.internal.services with parameters of type Invokable -
Uses of Invokable in org.apache.tapestry5.ioc.internal.util
Classes in org.apache.tapestry5.ioc.internal.util that implement InvokableModifier and TypeClassDescriptionclass
Wraps the invocation of a constructor (with exception reporting) as anInvokable
.class
class
Methods in org.apache.tapestry5.ioc.internal.util with parameters of type InvokableModifier and TypeMethodDescription<T> T
Invokes the object after acquiring the read lock (if necessary).<T> T
Acquires the exclusive write lock before invoking the Invokable.Constructors in org.apache.tapestry5.ioc.internal.util with parameters of type InvokableModifierConstructorDescriptionConstructionPlan
(OperationTracker tracker, String description, Invokable<T> instanceConstructor) LoggingInvokableWrapper
(org.slf4j.Logger logger, String message, Invokable<T> delegate) -
Uses of Invokable in org.apache.tapestry5.ioc.services
Methods in org.apache.tapestry5.ioc.services with parameters of type InvokableModifier and TypeMethodDescription<T> T
As withParallelExecutor.invoke(org.apache.tapestry5.ioc.Invokable)
, but the result is wrapped inside a thunk.<T> Future<T>
Submits the invocable object to be executed in a pooled thread.<T> T
Returns the result from the invocation, providing a try...finally to cleanup after. -
Uses of Invokable in org.apache.tapestry5.jpa
Classes in org.apache.tapestry5.jpa that implement InvokableMethods in org.apache.tapestry5.jpa with parameters of type InvokableModifier and TypeMethodDescriptionvoid
EntityTransactionManager.invokeAfterCommit
(String unitName, Invokable<Boolean> invokable) void
EntityTransactionManager.invokeBeforeCommit
(String unitName, Invokable<Boolean> invokable) <T> T
EntityTransactionManager.invokeInTransaction
(String unitName, Invokable<T> invokable)