Uses of Class
org.openejb.server.ejbd.CallContext

Packages that use CallContext
org.openejb.server.ejbd   
 

Uses of CallContext in org.openejb.server.ejbd
 

Methods in org.openejb.server.ejbd that return CallContext
static CallContext CallContext.getCallContext()
          Gets the CallContext assigned to the current thread
 

Methods in org.openejb.server.ejbd with parameters of type CallContext
static void CallContext.setCallContext(CallContext ctx)
          Sets the CallContext assigned to the current thread with the CallContext instance passed in
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.