Uses of Class
com.sun.corba.ee.impl.oa.poa.POAImpl
-
Packages that use POAImpl Package Description com.sun.corba.ee.impl.oa.poa -
-
Uses of POAImpl in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as POAImpl Modifier and Type Field Description private POAImplPOAImpl. parentprotected POAImplActiveObjectMap. poa(package private) POAImplAOMEntry. poaprivate POAImplPOAFactory.ServantPOAPair. poaprotected POAImplPOAPolicyMediatorBase. poaprivate POAImplPOAFactory. rootPOAprivate POAImplPOAImpl.DestroyThread. thePoaFields in com.sun.corba.ee.impl.oa.poa with type parameters of type POAImpl Modifier and Type Field Description private java.util.Map<java.lang.String,POAImpl>POAImpl. childrenprivate java.util.Set<POAImpl>POAManagerImpl. poasMethods in com.sun.corba.ee.impl.oa.poa that return POAImpl Modifier and Type Method Description private POAImplPOAFactory. getDisplayRootPOA()(package private) POAImplPOAFactory.ServantPOAPair. getPOA()(package private) static POAImplPOAImpl. makeRootPOA(ORB orb)Methods in com.sun.corba.ee.impl.oa.poa that return types with arguments of type POAImpl Modifier and Type Method Description private java.util.List<POAImpl>POAImpl. children()the_children(package private) java.util.Set<POAImpl>POAManagerImpl. getManagedPOAs()Methods in com.sun.corba.ee.impl.oa.poa with parameters of type POAImpl Modifier and Type Method Description (package private) voidPOAManagerImpl. addPOA(POAImpl poa)private voidPOAImpl. cleanUpLocks(POAImpl child, boolean readLocked, boolean writeLocked, boolean childReadLocked)private voidPOAImpl.DestroyThread. completeDestruction(POAImpl poa, POAImpl parent, java.util.Set<ObjectReferenceTemplate> destroyedPOATemplates)static ActiveObjectMapActiveObjectMap. create(POAImpl poa, boolean multipleIDsAllowed)(package private) static POAPolicyMediatorPOAPolicyMediatorFactory. create(Policies policies, POAImpl poa)private voidPOAImpl. createdPOA(POAImpl poa)private voidPOAPolicyMediatorBase_R. deactivatingObject(Servant s, POAImpl poa)private voidPOAImpl. doActivate(AdapterActivator act, java.lang.String name, POAImpl child)voidPOAImpl.DestroyThread. doIt(POAImpl thePoa, boolean wait)private voidPOAImpl. foundPOA(POAImpl poa)private voidPOAImpl. newPOA(POAImpl poa)private voidPOAImpl.DestroyThread. noMBean(POAImpl poa)voidPOAImpl.DestroyThread. performDestroy(POAImpl poa, java.util.Set<ObjectReferenceTemplate> destroyedPOATemplates)private booleanPOAImpl.DestroyThread. prepareForDestruction(POAImpl poa, java.util.Set<ObjectReferenceTemplate> destroyedPOATemplates)(package private) voidPOAManagerImpl. removePOA(POAImpl poa)private voidPOAImpl. thisPoa(POAImpl p)private voidPOAImpl.DestroyThread. unregisteringMBean(javax.management.ObjectName oname, POAImpl poa)Constructors in com.sun.corba.ee.impl.oa.poa with parameters of type POAImpl Constructor Description ActiveObjectMap(POAImpl poa)AOMEntry(POAImpl poa)MultipleObjectMap(POAImpl poa)POAImpl(java.lang.String name, POAImpl parent, ORB orb, int initialState)POAPolicyMediatorBase(Policies policies, POAImpl poa)POAPolicyMediatorBase_R(Policies policies, POAImpl poa)POAPolicyMediatorImpl_NR_UDS(Policies policies, POAImpl poa)POAPolicyMediatorImpl_NR_USM(Policies policies, POAImpl poa)POAPolicyMediatorImpl_R_AOM(Policies policies, POAImpl poa)POAPolicyMediatorImpl_R_UDS(Policies policies, POAImpl poa)POAPolicyMediatorImpl_R_USM(Policies policies, POAImpl poa)ServantPOAPair(Servant servant, POAImpl poa)SingleObjectMap(POAImpl poa)
-