Uses of Interface
org.jboss.seam.intercept.OptimizedInterceptor

Packages that use OptimizedInterceptor
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.intercept Implementation of the Seam interceptor stack. 
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 OptimizedInterceptor in org.jboss.seam.async
 

Classes in org.jboss.seam.async that implement OptimizedInterceptor
 class AsynchronousInterceptor
          Dispatches method calls to @Asynchronous methods asynchronously, and returns the "timer" object if necessary.
 

Uses of OptimizedInterceptor in org.jboss.seam.bpm
 

Classes in org.jboss.seam.bpm that implement OptimizedInterceptor
 class BusinessProcessInterceptor
          Implements annotation-based business-process demarcation.
 

Uses of OptimizedInterceptor in org.jboss.seam.core
 

Classes in org.jboss.seam.core that implement OptimizedInterceptor
 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 OptimizedInterceptor in org.jboss.seam.ejb
 

Classes in org.jboss.seam.ejb that implement OptimizedInterceptor
 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 OptimizedInterceptor in org.jboss.seam.intercept
 

Classes in org.jboss.seam.intercept that implement OptimizedInterceptor
 class AbstractInterceptor
          Superclass of built-in interceptors
 

Uses of OptimizedInterceptor in org.jboss.seam.persistence
 

Classes in org.jboss.seam.persistence that implement OptimizedInterceptor
 class EntityManagerProxyInterceptor
          Proxy the EntityManager if injected using @PersistenceContext
 class HibernateSessionProxyInterceptor
          Proxy the Hibernate Session if injected using @PersistenceContext
 class ManagedEntityInterceptor
          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 OptimizedInterceptor in org.jboss.seam.security
 

Classes in org.jboss.seam.security that implement OptimizedInterceptor
 class SecurityInterceptor
          Provides authorization services for component invocations.
 

Uses of OptimizedInterceptor in org.jboss.seam.transaction
 

Classes in org.jboss.seam.transaction that implement OptimizedInterceptor
 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 OptimizedInterceptor in org.jboss.seam.webservice
 

Classes in org.jboss.seam.webservice that implement OptimizedInterceptor
 class WSSecurityInterceptor
          Provides authorization services for web service invocations.