Uses of Class
org.jboss.invocation.InvocationContext

Packages that use InvocationContext
org.jboss.invocation   
org.jboss.proxy Package description goes here
org.jboss.proxy.ejb   
 

Uses of InvocationContext in org.jboss.invocation
 

Fields in org.jboss.invocation declared as InvocationContext
 InvocationContext Invocation.invocationContext
           
 

Methods in org.jboss.invocation that return InvocationContext
 InvocationContext Invocation.getInvocationContext()
           
 

Methods in org.jboss.invocation with parameters of type InvocationContext
 void Invocation.setInvocationContext(InvocationContext ctx)
           
 

Uses of InvocationContext in org.jboss.proxy
 

Fields in org.jboss.proxy declared as InvocationContext
 InvocationContext ClientContainer.context
          The static information that gets attached to every invocation.
 

Methods in org.jboss.proxy that return InvocationContext
 InvocationContext ClientContainer.getInvocationContext()
           
 InvocationContext IClientContainer.getInvocationContext()
          Access the InvocationContext associated with the proxy by the server side proxy factory.
 

Constructors in org.jboss.proxy with parameters of type InvocationContext
ClientContainer(InvocationContext context)
           
ClientContainerEx(InvocationContext context)
           
 

Uses of InvocationContext in org.jboss.proxy.ejb
 

Methods in org.jboss.proxy.ejb with parameters of type InvocationContext
protected  javax.ejb.Handle StatefulSessionInterceptor.createHandle(int objectName, String jndiName, Invoker invoker, Object id, InvocationContext ctx)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.