Package | Description |
---|---|
org.jacorb.poa | |
org.omg.PortableServer | |
org.omg.PortableServer.POAPackage |
Modifier and Type | Method and Description |
---|---|
void |
POA.activate_object_with_id(byte[] oid,
Servant servant) |
byte[] |
POA.activate_object(Servant servant) |
protected void |
AOM.add(byte[] oid,
Servant servant)
add is called by the POA when activating an object
to add a Servant into the Active Object Map. |
Modifier and Type | Method and Description |
---|---|
void |
POAOperations.activate_object_with_id(byte[] id,
Servant p_servant) |
void |
POALocalTie.activate_object_with_id(byte[] id,
Servant p_servant) |
byte[] |
POAOperations.activate_object(Servant p_servant) |
byte[] |
POALocalTie.activate_object(Servant p_servant) |
Modifier and Type | Method and Description |
---|---|
static ServantAlreadyActive |
ServantAlreadyActiveHelper.extract(Any any) |
static ServantAlreadyActive |
ServantAlreadyActiveHelper.read(InputStream _input) |
Modifier and Type | Method and Description |
---|---|
static void |
ServantAlreadyActiveHelper.insert(Any any,
ServantAlreadyActive _value) |
static void |
ServantAlreadyActiveHelper.write(OutputStream _output,
ServantAlreadyActive _value) |
Copyright © 2016 JacORB. All rights reserved.