Uses of Class
com.sun.corba.ee.impl.oa.poa.POAManagerImpl
-
Packages that use POAManagerImpl Package Description com.sun.corba.ee.impl.oa.poa -
-
Uses of POAManagerImpl in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as POAManagerImpl Modifier and Type Field Description private POAManagerImpl
POAImpl. manager
private POAManagerImpl
POAManagerImpl.POAManagerDeactivator. pmi
Fields in com.sun.corba.ee.impl.oa.poa with type parameters of type POAManagerImpl Modifier and Type Field Description private static java.lang.ThreadLocal<org.glassfish.pfl.basic.contain.MultiSet<POAManagerImpl>>
POAManagerImpl. activeManagers
activeManagers is the set of POAManagerImpls for which a thread has called enter without exit 1 or more times.Methods in com.sun.corba.ee.impl.oa.poa that return POAManagerImpl Modifier and Type Method Description private POAManagerImpl
POAImpl. getPOAManager()
Methods in com.sun.corba.ee.impl.oa.poa with parameters of type POAManagerImpl Modifier and Type Method Description private void
POAManagerImpl. addingThreadToActiveManagers(POAManagerImpl pmi)
private void
POAManagerImpl. alreadyActive(POAManagerImpl pm)
private void
POAImpl. initialize(POAManagerImpl manager, Policies policies)
private void
POAManagerImpl.POAManagerDeactivator. poaManagerDeactivatorCall(boolean etherealizeObjects, POAManagerImpl pmi)
private void
POAManagerImpl.POAManagerDeactivator. preparingToEtherealize(POAManagerImpl pmi)
private void
POAManagerImpl.POAManagerDeactivator. removeAndClear(POAManagerImpl pmi)
private void
POAManagerImpl. removingThreadFromActiveManagers(POAManagerImpl pmi)
Method parameters in com.sun.corba.ee.impl.oa.poa with type arguments of type POAManagerImpl Modifier and Type Method Description private void
POAManagerImpl. activeManagers(org.glassfish.pfl.basic.contain.MultiSet<POAManagerImpl> am)
The following methods are used on the invocation path.Constructors in com.sun.corba.ee.impl.oa.poa with parameters of type POAManagerImpl Constructor Description POAManagerDeactivator(POAManagerImpl pmi, boolean etherealize_objects)
-