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

Packages that use InvocationContext
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. 
 

Uses of InvocationContext in org.jboss.seam.async
 

Methods in org.jboss.seam.async with parameters of type InvocationContext
 Object AsynchronousInterceptor.aroundInvoke(InvocationContext invocation)
           
protected  Schedule AbstractDispatcher.createSchedule(InvocationContext invocation)
           
protected  TimerSchedule AbstractDispatcher.createTimerSchedule(InvocationContext invocation)
           
protected  AbstractDispatcher.DispatcherParameters AbstractDispatcher.extractAndValidateParameters(InvocationContext invocation)
           
 T Dispatcher.scheduleInvocation(InvocationContext invocation, Component component)
          Schedule an asynchronous method call, examining annotations upon the method to determine the schedule
 QuartzTriggerHandle QuartzDispatcher.scheduleInvocation(InvocationContext invocation, Component component)
           
 javax.ejb.Timer TimerServiceDispatcher.scheduleInvocation(InvocationContext invocation, Component component)
           
 Future ThreadPoolDispatcher.scheduleInvocation(InvocationContext invocation, Component component)
           
 

Constructors in org.jboss.seam.async with parameters of type InvocationContext
AsynchronousInvocation(InvocationContext invocation, Component component)
           
 

Uses of InvocationContext in org.jboss.seam.bpm
 

Methods in org.jboss.seam.bpm with parameters of type InvocationContext
 Object BusinessProcessInterceptor.aroundInvoke(InvocationContext invocation)
           
 

Uses of InvocationContext in org.jboss.seam.core
 

Methods in org.jboss.seam.core with parameters of type InvocationContext
 Object ConversationalInterceptor.aroundInvoke(InvocationContext invocation)
           
 Object ConversationInterceptor.aroundInvoke(InvocationContext invocation)
           
 Object EventInterceptor.aroundInvoke(InvocationContext ctx)
           
 Object BijectionInterceptor.aroundInvoke(InvocationContext invocation)
           
 Object MethodContextInterceptor.aroundInvoke(InvocationContext ctx)
           
 Object SynchronizationInterceptor.aroundInvoke(InvocationContext invocation)
           
 

Uses of InvocationContext in org.jboss.seam.ejb
 

Methods in org.jboss.seam.ejb with parameters of type InvocationContext
 Object RemoveInterceptor.aroundInvoke(InvocationContext invocation)
           
 

Uses of InvocationContext in org.jboss.seam.intercept
 

Methods in org.jboss.seam.intercept with parameters of type InvocationContext
 Object OptimizedInterceptor.aroundInvoke(InvocationContext ic)
           
 Object Interceptor.aroundInvoke(InvocationContext invocation, Object userInterceptor)
           
protected  Object RootInterceptor.invoke(InvocationContext invocation, org.jboss.seam.intercept.EventType invocationType)
           
protected  void RootInterceptor.invokeAndHandle(InvocationContext invocation, org.jboss.seam.intercept.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)
           
 

Uses of InvocationContext in org.jboss.seam.persistence
 

Methods in org.jboss.seam.persistence with parameters of type InvocationContext
 Object HibernateSessionProxyInterceptor.aroundInvoke(InvocationContext ic)
           
 Object EntityManagerProxyInterceptor.aroundInvoke(InvocationContext ic)
           
 Object ManagedEntityInterceptor.aroundInvoke(InvocationContext ctx)
           
 void HibernateSessionProxyInterceptor.postActivate(InvocationContext invocation)
           
 void EntityManagerProxyInterceptor.postActivate(InvocationContext invocation)
           
 void HibernateSessionProxyInterceptor.postConstruct(InvocationContext invocation)
           
 void EntityManagerProxyInterceptor.postConstruct(InvocationContext invocation)
           
 

Uses of InvocationContext in org.jboss.seam.security
 

Methods in org.jboss.seam.security with parameters of type InvocationContext
 Object SecurityInterceptor.aroundInvoke(InvocationContext invocation)
           
 

Uses of InvocationContext in org.jboss.seam.transaction
 

Methods in org.jboss.seam.transaction with parameters of type InvocationContext
 Object RollbackInterceptor.aroundInvoke(InvocationContext invocation)
           
 Object TransactionInterceptor.aroundInvoke(InvocationContext invocation)