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) |
Object |
POA.create_reference_with_id(byte[] oid,
String intf_rep_id)
The specified repository id, which may be a null string, will become the
type_id of the generated object reference
|
Object |
POA.create_reference(String intf_rep_id)
The specified repository id, which may be a null string, will become the
type_id of the generated object reference
|
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?)
|
ServantManager |
POA.get_servant_manager() |
Servant |
POA.get_servant() |
Object |
POA.id_to_reference(byte[] oid) |
Servant |
POA.id_to_servant(byte[] oid) |
byte[] |
POA.reference_to_id(Object reference) |
Servant |
POA.reference_to_servant(Object reference) |
byte[] |
POA.servant_to_id(Servant servant) |
Object |
POA.servant_to_reference(Servant servant) |
void |
POA.set_servant_manager(ServantManager servant_manager)
this method makes a additional check: if the POA has the RETAIN
policy and _servantManager is not a instance of
ServantActivator or if the POA has the NON_RETAIN policy and
_servantManager is not a instance of ServantLocator this method
raises also the WrongPolicy Exception (not spec.)
|
void |
POA.set_servant(Servant _defaultServant) |
Modifier and Type | Method and Description |
---|---|
void |
POALocalTie.activate_object_with_id(byte[] id,
Servant p_servant) |
void |
POAOperations.activate_object_with_id(byte[] id,
Servant p_servant) |
byte[] |
POALocalTie.activate_object(Servant p_servant) |
byte[] |
POAOperations.activate_object(Servant p_servant) |
Object |
POALocalTie.create_reference_with_id(byte[] oid,
String intf) |
Object |
POAOperations.create_reference_with_id(byte[] oid,
String intf) |
Object |
POALocalTie.create_reference(String intf) |
Object |
POAOperations.create_reference(String intf) |
void |
POALocalTie.deactivate_object(byte[] oid) |
void |
POAOperations.deactivate_object(byte[] oid) |
ServantManager |
POALocalTie.get_servant_manager() |
ServantManager |
POAOperations.get_servant_manager() |
Servant |
POALocalTie.get_servant() |
Servant |
POAOperations.get_servant() |
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) |
byte[] |
POALocalTie.reference_to_id(Object reference) |
byte[] |
POAOperations.reference_to_id(Object reference) |
Servant |
POALocalTie.reference_to_servant(Object reference) |
Servant |
POAOperations.reference_to_servant(Object reference) |
byte[] |
POALocalTie.servant_to_id(Servant p_servant) |
byte[] |
POAOperations.servant_to_id(Servant p_servant) |
Object |
POALocalTie.servant_to_reference(Servant p_servant) |
Object |
POAOperations.servant_to_reference(Servant p_servant) |
void |
POALocalTie.set_servant_manager(ServantManager imgr) |
void |
POAOperations.set_servant_manager(ServantManager imgr) |
void |
POALocalTie.set_servant(Servant p_servant) |
void |
POAOperations.set_servant(Servant p_servant) |
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) |
Copyright © 2017 JacORB. All rights reserved.