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 POAImpl
POAImpl. parent
protected POAImpl
ActiveObjectMap. poa
(package private) POAImpl
AOMEntry. poa
private POAImpl
POAFactory.ServantPOAPair. poa
protected POAImpl
POAPolicyMediatorBase. poa
private POAImpl
POAFactory. rootPOA
private POAImpl
POAImpl.DestroyThread. thePoa
Fields 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. children
private java.util.Set<POAImpl>
POAManagerImpl. poas
Methods in com.sun.corba.ee.impl.oa.poa that return POAImpl Modifier and Type Method Description private POAImpl
POAFactory. getDisplayRootPOA()
(package private) POAImpl
POAFactory.ServantPOAPair. getPOA()
(package private) static POAImpl
POAImpl. 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) void
POAManagerImpl. addPOA(POAImpl poa)
private void
POAImpl. cleanUpLocks(POAImpl child, boolean readLocked, boolean writeLocked, boolean childReadLocked)
private void
POAImpl.DestroyThread. completeDestruction(POAImpl poa, POAImpl parent, java.util.Set<ObjectReferenceTemplate> destroyedPOATemplates)
static ActiveObjectMap
ActiveObjectMap. create(POAImpl poa, boolean multipleIDsAllowed)
(package private) static POAPolicyMediator
POAPolicyMediatorFactory. create(Policies policies, POAImpl poa)
private void
POAImpl. createdPOA(POAImpl poa)
private void
POAPolicyMediatorBase_R. deactivatingObject(Servant s, POAImpl poa)
private void
POAImpl. doActivate(AdapterActivator act, java.lang.String name, POAImpl child)
void
POAImpl.DestroyThread. doIt(POAImpl thePoa, boolean wait)
private void
POAImpl. foundPOA(POAImpl poa)
private void
POAImpl. newPOA(POAImpl poa)
private void
POAImpl.DestroyThread. noMBean(POAImpl poa)
void
POAImpl.DestroyThread. performDestroy(POAImpl poa, java.util.Set<ObjectReferenceTemplate> destroyedPOATemplates)
private boolean
POAImpl.DestroyThread. prepareForDestruction(POAImpl poa, java.util.Set<ObjectReferenceTemplate> destroyedPOATemplates)
(package private) void
POAManagerImpl. removePOA(POAImpl poa)
private void
POAImpl. thisPoa(POAImpl p)
private void
POAImpl.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)
-