Uses of Class
org.jboss.invocation.InvocationContext

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

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()
          marcf: SCOTT WARNING! I removed the "setPrincipal" that was called here
 

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 IClientContainer.getInvocationContext()
          Access the InvocationContext associated with the proxy by the server side proxy factory.
 InvocationContext ClientContainer.getInvocationContext()
           
 

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.