| Package | Description |
|---|---|
| org.omg.PortableServer | |
| org.omg.PortableServer.POAPackage | |
| org.omg.RTPortableServer |
| Modifier and Type | Method and Description |
|---|---|
void |
POAOperations.activate_object_with_id(byte[] id,
Servant p_servant) |
byte[] |
POAOperations.activate_object(Servant p_servant) |
Object |
POAOperations.create_reference_with_id(byte[] oid,
String intf) |
Object |
POAOperations.create_reference(String intf) |
void |
POAOperations.deactivate_object(byte[] oid) |
ServantManager |
POAOperations.get_servant_manager() |
Servant |
POAOperations.get_servant() |
Object |
POAOperations.id_to_reference(byte[] oid) |
Servant |
POAOperations.id_to_servant(byte[] oid) |
byte[] |
POAOperations.reference_to_id(Object reference) |
Servant |
POAOperations.reference_to_servant(Object reference) |
byte[] |
POAOperations.servant_to_id(Servant p_servant) |
Object |
POAOperations.servant_to_reference(Servant p_servant) |
void |
POAOperations.set_servant_manager(ServantManager imgr) |
void |
POAOperations.set_servant(Servant p_servant) |
| Modifier and Type | Field and Description |
|---|---|
WrongPolicy |
WrongPolicyHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static WrongPolicy |
WrongPolicyHelper.extract(Any any) |
static WrongPolicy |
WrongPolicyHelper.read(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WrongPolicyHelper.insert(Any any,
WrongPolicy s) |
static void |
WrongPolicyHelper.write(OutputStream out,
WrongPolicy s) |
| Constructor and Description |
|---|
WrongPolicyHolder(WrongPolicy initial) |
| Modifier and Type | Method and Description |
|---|---|
void |
POAOperations.activate_object_with_id_and_priority(byte[] oid,
Servant p_servant,
short priority_) |
byte[] |
POAOperations.activate_object_with_priority(Servant p_servant,
short priority_) |
Object |
POAOperations.create_reference_with_id_and_priority(byte[] oid,
String intf,
short priority_) |
Object |
POAOperations.create_reference_with_priority(String intf,
short priority_) |
Copyright © 2017 JacORB. All rights reserved.