Package | Description |
---|---|
org.jacorb.poa | |
org.omg.PortableServer | |
org.omg.PortableServer.POAPackage |
Modifier and Type | Method and Description |
---|---|
void |
POA.deactivate_object(byte[] oid)
The operation does not wait for requests or etherealization to complete
and always returns immediately (after deactivating the oid?)
|
Object |
POA.id_to_reference(byte[] oid) |
Servant |
POA.id_to_servant(byte[] oid) |
Servant |
POA.reference_to_servant(Object reference) |
protected void |
AOM.remove(byte[] oid,
RequestController requestController,
ServantActivator servantActivator,
POA poa,
boolean cleanupInProgress) |
Modifier and Type | Method and Description |
---|---|
void |
POALocalTie.deactivate_object(byte[] oid) |
void |
POAOperations.deactivate_object(byte[] oid) |
Object |
POALocalTie.id_to_reference(byte[] oid) |
Object |
POAOperations.id_to_reference(byte[] oid) |
Servant |
POALocalTie.id_to_servant(byte[] oid) |
Servant |
POAOperations.id_to_servant(byte[] oid) |
Servant |
POALocalTie.reference_to_servant(Object reference) |
Servant |
POAOperations.reference_to_servant(Object reference) |
Modifier and Type | Method and Description |
---|---|
static ObjectNotActive |
ObjectNotActiveHelper.extract(Any any) |
static ObjectNotActive |
ObjectNotActiveHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
ObjectNotActiveHelper.insert(Any any,
ObjectNotActive s) |
static void |
ObjectNotActiveHelper.write(OutputStream out,
ObjectNotActive s) |
Copyright © 2017 JacORB. All rights reserved.