Uses of Interface
org.omg.PortableInterceptor.Current

Packages that use Current
org.jacorb.orb.portableInterceptor   
org.omg.PortableInterceptor   
 

Uses of Current in org.jacorb.orb.portableInterceptor
 

Fields in org.jacorb.orb.portableInterceptor declared as Current
 Current RequestInfoImpl.current
           
 

Methods in org.jacorb.orb.portableInterceptor that return Current
 Current InterceptorManager.getCurrent()
          This method returns a thread specific PICurrent.
 Current InterceptorManager.getEmptyCurrent()
          Returns an empty current where no slot has been set.
 

Methods in org.jacorb.orb.portableInterceptor with parameters of type Current
 void InterceptorManager.setTSCurrent(Current current)
          Sets the thread scope current, i.e. a server side current associated with the calling thread.
 

Uses of Current in org.omg.PortableInterceptor
 

Fields in org.omg.PortableInterceptor declared as Current
 Current CurrentHolder.value
           
 

Methods in org.omg.PortableInterceptor that return Current
static Current CurrentHelper.extract(Any any)
           
static Current CurrentHelper.read(InputStream in)
           
static Current CurrentHelper.narrow(java.lang.Object obj)
           
static Current CurrentHelper.narrow(Object obj)
           
static Current CurrentHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.PortableInterceptor with parameters of type Current
static void CurrentHelper.insert(Any any, Current s)
           
static void CurrentHelper.write(OutputStream _out, Current s)
           
 

Constructors in org.omg.PortableInterceptor with parameters of type Current
CurrentHolder(Current initial)