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

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


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

Packages that use InvocationContext
org.jboss.seam.core   
org.jboss.seam.intercept   
org.jboss.seam.interceptors   
 

Uses of InvocationContext in org.jboss.seam.core
 

Methods in org.jboss.seam.core with parameters of type InvocationContext
 javax.ejb.Timer Dispatcher.scheduleInvocation(InvocationContext invocation, Component component)
           
 javax.ejb.Timer LocalDispatcher.scheduleInvocation(InvocationContext invocation, Component component)
           
 

Uses of InvocationContext in org.jboss.seam.intercept
 

Classes in org.jboss.seam.intercept that implement InvocationContext
 class EE5SeamInvocationContext
           
 class RootInvocationContext
          InvocationContext for use with CGLIB-based interceptors.
 class SeamInvocationContext
          Adapts from EJB interception to Seam component interceptors
 

Methods in org.jboss.seam.intercept with parameters of type InvocationContext
 Object Interceptor.aroundInvoke(InvocationContext invocation, Object userInterceptor)
           
protected  Object RootInterceptor.invoke(InvocationContext invocation, EventType invocationType)
           
protected  void RootInterceptor.invokeAndHandle(InvocationContext invocation, EventType invocationType)
           
 Object Interceptor.postActivate(InvocationContext invocation, Object userInterceptor)
           
 Object Interceptor.postConstruct(InvocationContext invocation, Object userInterceptor)
           
 Object Interceptor.preDestroy(InvocationContext invocation, Object userInterceptor)
           
 Object Interceptor.prePassivate(InvocationContext invocation, Object userInterceptor)
           
 

Constructors in org.jboss.seam.intercept with parameters of type InvocationContext
EE5SeamInvocationContext(InvocationContext context, EventType type, List<Object> userInterceptors, List<Interceptor> interceptors)
           
SeamInvocationContext(InvocationContext context, EventType type, List<Object> userInterceptors, List<Interceptor> interceptors)
           
 

Uses of InvocationContext in org.jboss.seam.interceptors
 

Methods in org.jboss.seam.interceptors with parameters of type InvocationContext
 Object AsynchronousInterceptor.aroundInvoke(InvocationContext invocation)
           
 Object BijectionInterceptor.aroundInvoke(InvocationContext invocation)
           
 Object BusinessProcessInterceptor.aroundInvoke(InvocationContext invocation)
           
 Object ConversationInterceptor.aroundInvoke(InvocationContext invocation)
           
 Object ConversationalInterceptor.aroundInvoke(InvocationContext invocation)
           
 Object EventInterceptor.aroundInvoke(InvocationContext ctx)
           
 Object ManagedEntityIdentityInterceptor.aroundInvoke(InvocationContext ctx)
           
 Object MethodContextInterceptor.aroundInvoke(InvocationContext ctx)
           
 Object OptimizedInterceptor.aroundInvoke(InvocationContext ic)
           
 Object RemoveInterceptor.aroundInvoke(InvocationContext invocation)
           
 Object RollbackInterceptor.aroundInvoke(InvocationContext invocation)
           
 Object SecurityInterceptor.aroundInvoke(InvocationContext invocation)
           
 Object SynchronizationInterceptor.aroundInvoke(InvocationContext invocation)
           
 Object TransactionInterceptor.aroundInvoke(InvocationContext invocation)
           
 Object ValidationInterceptor.aroundInvoke(InvocationContext invocation)
          Deprecated.  
 void ManagedEntityIdentityInterceptor.entityIdsToRefs(InvocationContext ctx)
           
 void ManagedEntityIdentityInterceptor.entityRefsToIds(InvocationContext ctx)