| Package | Description |
|---|---|
| com.sun.corba.ee.impl.oa.poa | |
| com.sun.corba.ee.impl.oa.rfm | |
| com.sun.corba.ee.spi.orb |
| Modifier and Type | Class and Description |
|---|---|
class |
POAImpl
POAImpl is the implementation of the Portable Object Adapter.
|
class |
POAManagerImpl
POAManagerImpl is the implementation of the POAManager interface.
|
class |
POAPolicyMediatorBase_R |
class |
POAPolicyMediatorImpl_R_USM
Implementation of POARequesHandler that provides policy specific
operations on the POA.
|
| Modifier and Type | Method and Description |
|---|---|
void |
POAImpl.activate_object_with_id(byte[] id,
Servant servant)
activate_object_with_id
Section 3.3.8.15 |
byte[] |
POAImpl.activate_object(Servant servant)
activate_object
Section 3.3.8.14 |
void |
POAManagerImpl.activate()
activate
Spec: pages 3-14 thru 3-18 |
void |
POAPolicyMediatorBase_R.activateObject(byte[] id,
Servant servant) |
protected void |
POAPolicyMediatorBase_R.activateServant(com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key key,
AOMEntry entry,
Servant servant) |
POA |
POAImpl.create_POA(String name,
POAManager theManager,
Policy[] policies)
create_POA
Section 3.3.8.2 |
Object |
POAImpl.create_reference_with_id(byte[] oid,
String repId)
create_reference_with_id
3.3.8.18 |
Object |
POAImpl.create_reference(String repId)
create_reference
3.3.8.17 |
void |
POAImpl.deactivate_object(byte[] id)
deactivate_object
3.3.8.16 |
void |
POAManagerImpl.deactivate(boolean etherealize_objects,
boolean wait_for_completion)
deactivate
Spec: pages 3-14 thru 3-18
Note: INACTIVE is a permanent state. |
void |
POAPolicyMediatorImpl_R_USM.deactivateHelper(com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key key,
AOMEntry entry,
Servant servant) |
protected void |
POAPolicyMediatorBase_R.deactivateHelper(com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key key,
AOMEntry entry,
Servant s) |
Servant |
POAPolicyMediatorBase_R.deactivateObject(com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key key) |
Servant |
POAPolicyMediatorBase_R.deactivateObject(byte[] id) |
void |
POAManagerImpl.discard_requests(boolean wait_for_completion)
discard_requests
Spec: pages 3-14 thru 3-18 |
void |
POAImpl.enter() |
void |
POAPolicyMediatorImpl_R_USM.etherealizeAll() |
void |
POAImpl.exit() |
POA |
POAImpl.find_POA(String name,
boolean activate)
find_POA
Section 3.3.8.3 |
void |
POAImpl.getInvocationServant(OAInvocationInfo info) |
void |
POAManagerImpl.hold_requests(boolean wait_for_completion)
hold_requests
Spec: pages 3-14 thru 3-18 |
Object |
POAImpl.id_to_reference(byte[] id)
id_to_reference
3.3.8.24 |
Servant |
POAImpl.id_to_servant(byte[] id)
id_to_servant
3.3.8.23 |
Servant |
POAPolicyMediatorImpl_R_USM.idToServant(byte[] id) |
protected Object |
POAPolicyMediatorImpl_R_USM.internalGetServant(byte[] id,
String operation) |
byte[] |
POAImpl.reference_to_id(Object reference)
reference_to_id
3.3.8.22 |
Servant |
POAImpl.reference_to_servant(Object reference)
reference_to_servant
3.3.8.21 |
void |
POAPolicyMediatorImpl_R_USM.returnServant() |
void |
POAImpl.returnServant()
Called from the subcontract to let this POA cleanup after an
invocation.
|
byte[] |
POAImpl.servant_to_id(Servant servant)
servant_to_id
3.3.8.19 |
Object |
POAImpl.servant_to_reference(Servant servant)
servant_to_reference
3.3.8.20 |
byte[] |
POAPolicyMediatorBase_R.servantToId(Servant servant) |
void |
POAImpl.set_servant_manager(ServantManager servantManager)
set_servant_manager
Section 3.3.8.10 |
void |
POAImpl.set_servant(Servant defaultServant)
set_servant
Section 3.3.8.13 |
void |
POAPolicyMediatorImpl_R_USM.setServantManager(ServantManager servantManager) |
void |
POAImpl.the_activator(AdapterActivator activator)
the_activator
Section 3.3.8.9 |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceFactoryManagerImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceFactoryManagerImpl.activate() |
ReferenceFactory |
ReferenceFactoryManagerImpl.create(String name,
String repositoryId,
List<Policy> policies,
ServantLocator locator) |
ReferenceFactory |
ReferenceFactoryManagerImpl.find(String[] adapterName) |
boolean |
ReferenceFactoryManagerImpl.isRfmName(String[] adapterName) |
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() |
| Modifier and Type | Field and Description |
|---|---|
boolean |
ORB.poaDebugFlag |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.