Uses of Annotation Type
com.sun.corba.ee.spi.trace.Poa
Packages that use Poa
Package
Description
-
Uses of Poa in com.sun.corba.ee.impl.oa.poa
Classes in com.sun.corba.ee.impl.oa.poa with annotations of type PoaModifier and TypeClassDescriptionclass
POAImpl is the implementation of the Portable Object Adapter.private static class
class
POAManagerImpl is the implementation of the POAManager interface.private static class
class
class
Implementation of POARequesHandler that provides policy specific operations on the POA.private class
Methods in com.sun.corba.ee.impl.oa.poa with annotations of type PoaModifier and TypeMethodDescriptionprivate void
POAImpl.acquireLock
(Lock lock) void
POAManagerImpl.activate()
activate
Spec: pages 3-14 thru 3-18byte[]
POAImpl.activate_object
(Servant servant) activate_object
Section 3.3.8.14void
POAImpl.activate_object_with_id
(byte[] id, Servant servant) activate_object_with_id
Section 3.3.8.15final void
POAPolicyMediatorBase_R.activateObject
(byte[] id, Servant servant) protected void
POAPolicyMediatorBase_R.activateServant
(ActiveObjectMap.Key key, AOMEntry entry, Servant servant) private void
POAManagerImpl.checkState()
private void
POAImpl.cleanUpLocks
(POAImpl child, boolean readLocked, boolean writeLocked, boolean childReadLocked) private void
POAImpl.DestroyThread.completeDestruction
(POAImpl poa, POAImpl parent, Set<ObjectReferenceTemplate> destroyedPOATemplates) private void
POAManagerImpl.countedWait()
POAImpl.create_POA
(String name, POAManager theManager, Policy[] policies) create_POA
Section 3.3.8.2POAImpl.create_reference
(String repId) create_reference
3.3.8.17POAImpl.create_reference_with_id
(byte[] oid, String repId) create_reference_with_id
3.3.8.18void
POAManagerImpl.deactivate
(boolean etherealize_objects, boolean wait_for_completion) deactivate
Spec: pages 3-14 thru 3-18 Note: INACTIVE is a permanent state.void
POAImpl.deactivate_object
(byte[] id) deactivate_object
3.3.8.16protected void
POAPolicyMediatorBase_R.deactivateHelper
(ActiveObjectMap.Key key, AOMEntry entry, Servant s) void
POAPolicyMediatorImpl_R_USM.deactivateHelper
(ActiveObjectMap.Key key, AOMEntry entry, Servant servant) POAPolicyMediatorBase_R.deactivateObject
(byte[] id) POAPolicyMediatorBase_R.deactivateObject
(ActiveObjectMap.Key key) void
POAManagerImpl.discard_requests
(boolean wait_for_completion) discard_requests
Spec: pages 3-14 thru 3-18private void
POAImpl.doActivate
(AdapterActivator act, String name, POAImpl child) void
void
POAImpl.enter()
(package private) void
POAManagerImpl.enter()
(package private) void
POAImpl.etherealizeAll()
void
POAPolicyMediatorImpl_R_USM.etherealizeAll()
void
POAImpl.exit()
(package private) void
POAManagerImpl.exit()
find_POA
Section 3.3.8.3private int
POAImpl.getInvocationCount()
void
POAImpl.getInvocationServant
(OAInvocationInfo info) void
POAManagerImpl.hold_requests
(boolean wait_for_completion) hold_requests
Spec: pages 3-14 thru 3-18POAImpl.id_to_reference
(byte[] id) id_to_reference
3.3.8.24POAImpl.id_to_servant
(byte[] id) id_to_servant
3.3.8.23POAPolicyMediatorImpl_R_USM.idToServant
(byte[] id) private void
POAImpl.initialize
(POAManagerImpl manager, Policies policies) protected Object
POAPolicyMediatorImpl_R_USM.internalGetServant
(byte[] id, String operation) (package private) void
POAImpl.lock()
private void
POAImpl.lockAndWaitUntilRunning()
(package private) final Condition
POAImpl.makeCondition()
private void
POAImpl.newPOACreated
(String name, String parentName) private void
POAManagerImpl.notifyWaiters()
void
POAImpl.DestroyThread.performDestroy
(POAImpl poa, Set<ObjectReferenceTemplate> destroyedPOATemplates) private boolean
POAImpl.DestroyThread.prepareForDestruction
(POAImpl poa, Set<ObjectReferenceTemplate> destroyedPOATemplates) (package private) void
POAImpl.readLock()
(package private) void
POAImpl.readUnlock()
byte[]
POAImpl.reference_to_id
(Object reference) reference_to_id
3.3.8.22POAImpl.reference_to_servant
(Object reference) reference_to_servant
3.3.8.21private static void
POAImpl.registerMBean
(ORB orb, Object obj) void
POAImpl.returnServant()
Called from the subcontract to let this POA cleanup after an invocation.void
POAPolicyMediatorImpl_R_USM.returnServant()
void
POAImpl.DestroyThread.run()
void
POAManagerImpl.POAManagerDeactivator.run()
void
POAPolicyMediatorImpl_R_USM.Etherealizer.run()
byte[]
POAImpl.servant_to_id
(Servant servant) servant_to_id
3.3.8.19POAImpl.servant_to_reference
(Servant servant) servant_to_reference
3.3.8.20byte[]
POAPolicyMediatorBase_R.servantToId
(Servant servant) void
POAImpl.set_servant
(Servant defaultServant) set_servant
Section 3.3.8.13void
POAImpl.set_servant_manager
(ServantManager servantManager) set_servant_manager
Section 3.3.8.10void
POAPolicyMediatorImpl_R_USM.setServantManager
(ServantManager servantManager) void
POAImpl.the_activator
(AdapterActivator activator) the_activator
Section 3.3.8.9(package private) void
POAImpl.unlock()
private boolean
POAImpl.waitUntilRunning()
-
Uses of Poa in com.sun.corba.ee.impl.oa.rfm
Classes in com.sun.corba.ee.impl.oa.rfm with annotations of type PoaModifier and TypeClassDescriptionclass
private class
Methods in com.sun.corba.ee.impl.oa.rfm with annotations of type PoaModifier and TypeMethodDescriptionvoid
ReferenceFactoryManagerImpl.activate()
ReferenceFactoryManagerImpl.create
(String name, String repositoryId, List<Policy> policies, ServantLocator locator) (package private) Object
ReferenceFactoryManagerImpl.createReference
(String name, byte[] key, String repositoryId) (package private) void
boolean
void
ReferenceFactoryManagerImpl.restart
(Map<String, org.glassfish.pfl.basic.contain.Pair<ServantLocator, List<Policy>>> updates) Restart all ReferenceFactories.void
ReferenceFactoryManagerImpl.restartFactories
(Map<String, org.glassfish.pfl.basic.contain.Pair<ServantLocator, List<Policy>>> updates) void
ReferenceFactoryManagerImpl.resume()
void
ReferenceFactoryManagerImpl.suspend()
boolean
ReferenceFactoryManagerImpl.AdapterActivatorImpl.unknown_adapter
(POA parent, String name) -
Uses of Poa in com.sun.corba.ee.spi.orb
Fields in com.sun.corba.ee.spi.orb with annotations of type Poa