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 POAManagerImplPOAImpl. managerprivate POAManagerImplPOAManagerImpl.POAManagerDeactivator. pmiFields 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. activeManagersactiveManagers 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 POAManagerImplPOAImpl. getPOAManager()Methods in com.sun.corba.ee.impl.oa.poa with parameters of type POAManagerImpl Modifier and Type Method Description private voidPOAManagerImpl. addingThreadToActiveManagers(POAManagerImpl pmi)private voidPOAManagerImpl. alreadyActive(POAManagerImpl pm)private voidPOAImpl. initialize(POAManagerImpl manager, Policies policies)private voidPOAManagerImpl.POAManagerDeactivator. poaManagerDeactivatorCall(boolean etherealizeObjects, POAManagerImpl pmi)private voidPOAManagerImpl.POAManagerDeactivator. preparingToEtherealize(POAManagerImpl pmi)private voidPOAManagerImpl.POAManagerDeactivator. removeAndClear(POAManagerImpl pmi)private voidPOAManagerImpl. 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 voidPOAManagerImpl. 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)
-