Uses of Class
com.sun.corba.ee.impl.oa.poa.POAManagerImpl
Packages that use POAManagerImpl
-
Uses of POAManagerImpl in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as POAManagerImplModifier and TypeFieldDescriptionprivate POAManagerImpl
POAImpl.manager
private final POAManagerImpl
POAManagerImpl.POAManagerDeactivator.pmi
Fields in com.sun.corba.ee.impl.oa.poa with type parameters of type POAManagerImplModifier and TypeFieldDescriptionprivate static 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 POAManagerImplMethods in com.sun.corba.ee.impl.oa.poa with parameters of type POAManagerImplModifier and TypeMethodDescriptionprivate 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 POAManagerImplModifier and TypeMethodDescriptionprivate 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 POAManagerImplModifierConstructorDescription(package private)
POAManagerDeactivator
(POAManagerImpl pmi, boolean etherealize_objects)