Searched refs:PICurrent (Results 1 - 6 of 6) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DThreadCurrentStack.sjava36 * ThreadCurrentStack is the container of PICurrent instances for each thread
48 // not put PICurrent to the pool.
51 // currentIndex points to the last PICurrent in the list
60 * Puts PICurrent to the re-usable pool.
62 void putPICurrent( PICurrent current ) {
73 * Gets PICurrent from the re-usable pool.
75 PICurrent getPICurrent( ) {
82 return (PICurrent) pool.get(currentIndex);
103 ThreadCurrentStack( ORB piOrb, PICurrent current ) {
115 * 1: Checks to see if there is any PICurrent i
[all...]
H A DPICurrent.java39 * PICurrent is the implementation of Current as specified in the Portable
41 * IMPORTANT: PICurrent is implemented with the assumption that get_slot()
45 public class PICurrent extends org.omg.CORBA.LocalObject class in inherits:org.omg.CORBA.LocalObject,Current
51 // The ORB associated with this PICurrent object.
61 // for resolve_initial_references( "PICurrent" );
71 * PICurrent constructor which will be called for every ORB
74 PICurrent( ORB myORB ) { method in class:PICurrent
106 * a resolve_initial_references("PICurrent") after this call. The new
107 * PICurrent will be returned.
H A DInterceptorInvoker.java70 // PICurrent variable.
71 private PICurrent current;
83 PICurrent piCurrent )
395 // remains avaiable via PICurrent.
H A DORBInitInfoImpl.java353 return ((PICurrent)orb.getPIHandler().getPICurrent()).allocateSlotId( );
H A DPIHandlerImpl.java142 // There will be one PICurrent instantiated for every ORB.
143 private PICurrent current;
224 // Create a new PICurrent.
225 current = new PICurrent( orb );
H A DRequestInfoImpl.java111 // The ORB from which to get PICurrent and other info
166 // PICurrent's SlotTable
248 PICurrent current = (PICurrent)(myORB.getPIHandler().getPICurrent());
917 * current PICurrent table as is done in the general RequestInfoImpl

Completed in 43 milliseconds