站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

Uses of Interface org.jboss.seam.interceptors.OptimizedInterceptor (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


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

Packages that use OptimizedInterceptor
org.jboss.seam.interceptors   
 

Uses of OptimizedInterceptor in org.jboss.seam.interceptors
 

Classes in org.jboss.seam.interceptors that implement OptimizedInterceptor
 class AbstractInterceptor
          Superclass of built-in interceptors
 class AsynchronousInterceptor
           
 class BijectionInterceptor
          Before invoking the component, inject all dependencies.
 class BusinessProcessInterceptor
          Interceptor which handles interpretation of jBPM-related annotations.
 class ConversationalInterceptor
          Check that a conversational bean is not being invoked outside the scope of a long-running conversation.
 class ConversationInterceptor
          After the end of the invocation, begin or end a long running conversation, if necessary.
 class EventInterceptor
          Raises Seam events connected with a bean lifecycle.
 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.
 class MethodContextInterceptor
          Sets up the METHOD context and unproxies the SFSB for the duration of the call.
 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.
 class RollbackInterceptor
          Automatically sets transactions to rollback only.
 class SecurityInterceptor
          Provides authorization services for component invocations.
 class SynchronizationInterceptor
          Serializes calls to a component.
 class TransactionInterceptor
          Implements transaction propagation rules for Seam JavaBean components.
 class ValidationInterceptor
          Deprecated.