Package | Description |
---|---|
org.jacorb.orb | |
org.jacorb.orb.giop | |
org.jacorb.orb.portableInterceptor | |
org.jacorb.poa |
Modifier and Type | Method and Description |
---|---|
POA |
Delegate.getPOA() |
POA |
ORB.getRootPOA() |
Modifier and Type | Method and Description |
---|---|
ObjectImpl |
Delegate.getReference(POA _poa) |
Object |
ORB.getReference(POA poa,
byte[] object_key,
java.lang.String rep_id,
boolean _transient)
called by POA to create an IOR
|
void |
ORB.poaCreated(POA poa)
An operation from the POAListener interface.
|
void |
ORB.poaStateChanged(POA poa,
int new_state) |
Constructor and Description |
---|
ServerRequestListener(ORB orb,
POA rootPOA) |
Constructor and Description |
---|
IORInfoImpl(ORB orb,
POA poa,
java.util.Map components,
java.util.Map policy_overrides,
java.util.List profiles) |
Modifier and Type | Method and Description |
---|---|
POA |
POA._getChildPOA(java.lang.String adapter_name)
called from orb, returns a registered child poa,
if no child poa exists a adapter activator will used
to create a new poa unter this name
|
static POA |
POA._POA_init(ORB orb)
called from orb to obtain the RootPOA
|
POA |
InvocationContext.getPOA() |
POA |
RequestProcessor.getPOA()
returns the poa that has dispatched the request
|
POA |
LocalInvocationContext.getPOA() |
protected POA |
POAManager.getRegisteredPOA(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
POAMonitorImpl.init(POA poa,
AOM aom,
RequestQueue queue,
RPPoolManager pm,
java.lang.String _prefix) |
void |
POAMonitor.init(POA poa,
AOM aom,
RequestQueue queue,
RPPoolManager pm,
java.lang.String prefix) |
void |
POAMonitorLightImpl.init(POA poa,
AOM aom,
RequestQueue queue,
RPPoolManager pm,
java.lang.String _prefix) |
void |
EventMulticaster.poaCreated(POA poa) |
void |
POAAdapter.poaCreated(POA poa) |
void |
POAListener.poaCreated(POA poa) |
void |
EventMulticaster.poaStateChanged(POA poa,
int new_state) |
void |
POAAdapter.poaStateChanged(POA poa,
int new_state) |
void |
POAListener.poaStateChanged(POA poa,
int new_state) |
protected void |
POAManager.registerPOA(POA poa) |
protected void |
AOM.remove(byte[] oid,
RequestController requestController,
ServantActivator servantActivator,
POA poa,
boolean cleanupInProgress) |
protected void |
AOM.removeAll(ServantActivator servant_activator,
POA poa,
boolean cleanup_in_progress) |
protected void |
POAManager.unregisterPOA(POA poa) |
Constructor and Description |
---|
LocalInvocationContext(ORB _orb,
POA _poa,
byte[] _oid,
Servant _servant) |