|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interceptor | |
---|---|
org.jboss.seam.async | Seam asynchronicity: dispatcher implementations and schedule classes. |
org.jboss.seam.bpm | A set of Seam components for business process management via jBPM, including control of process and task instances, rendering of task lists, and integration with jBPM. |
org.jboss.seam.core | A set of Seam components that implement Seam. |
org.jboss.seam.ejb | Integration with EJB 3.0. |
org.jboss.seam.persistence | Seam components for working with JPA or Hibernate3. |
org.jboss.seam.security | Seam Security |
org.jboss.seam.transaction | Abstracts all possible transaction management APIs behind a JTA-compatible interface. |
org.jboss.seam.webservice | Web Services integration. |
Uses of Interceptor in org.jboss.seam.async |
---|
Classes in org.jboss.seam.async with annotations of type Interceptor | |
---|---|
class |
AsynchronousInterceptor
Dispatches method calls to @Asynchronous methods asynchronously, and returns the "timer" object if necessary. |
Uses of Interceptor in org.jboss.seam.bpm |
---|
Classes in org.jboss.seam.bpm with annotations of type Interceptor | |
---|---|
class |
BusinessProcessInterceptor
Implements annotation-based business-process demarcation. |
Uses of Interceptor in org.jboss.seam.core |
---|
Classes in org.jboss.seam.core with annotations of type Interceptor | |
---|---|
class |
BijectionInterceptor
Before invoking the component, inject all dependencies. |
class |
ConversationalInterceptor
Check that a conversational bean is not being invoked outside the scope of a long-running conversation. |
class |
ConversationInterceptor
Implements annotation-based conversation demarcation. |
class |
EventInterceptor
Raises Seam events connected with a bean lifecycle. |
class |
MethodContextInterceptor
Sets up the METHOD context and unproxies the SFSB for the duration of the call. |
class |
SynchronizationInterceptor
Serializes calls to a component. |
Uses of Interceptor in org.jboss.seam.ejb |
---|
Classes in org.jboss.seam.ejb with annotations of type Interceptor | |
---|---|
class |
RemoveInterceptor
Removes SFSB components from the Seam context after invocation of an EJB @Remove method, or when a system exception is thrown from the bean. |
Uses of Interceptor in org.jboss.seam.persistence |
---|
Classes in org.jboss.seam.persistence with annotations of type Interceptor | |
---|---|
class |
EntityManagerProxyInterceptor
Proxy the EntityManager if injected using @PersistenceContext |
class |
HibernateSessionProxyInterceptor
Proxy the Hibernate Session if injected using @PersistenceContext |
class |
ManagedEntityIdentityInterceptor
Swizzles entity references around each invocation, maintaining referential integrity even across passivation of the stateful bean or Seam-managed extended persistence context, and allowing for more efficient replication. |
Uses of Interceptor in org.jboss.seam.security |
---|
Classes in org.jboss.seam.security with annotations of type Interceptor | |
---|---|
class |
SecurityInterceptor
Provides authorization services for component invocations. |
Uses of Interceptor in org.jboss.seam.transaction |
---|
Classes in org.jboss.seam.transaction with annotations of type Interceptor | |
---|---|
class |
RollbackInterceptor
Automatically sets the current transaction to rollback only when an exception is thrown. |
class |
TransactionInterceptor
Implements transaction propagation rules for Seam JavaBean components. |
Uses of Interceptor in org.jboss.seam.webservice |
---|
Classes in org.jboss.seam.webservice with annotations of type Interceptor | |
---|---|
class |
WSSecurityInterceptor
Provides authorization services for web service invocations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |