|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WrongPolicy | |
---|---|
org.jacorb.poa | |
org.omg.PortableServer | |
org.omg.PortableServer.POAPackage |
Uses of WrongPolicy in org.jacorb.poa |
---|
Methods in org.jacorb.poa that throw WrongPolicy | |
byte[] |
POA.activate_object(Servant servant)
|
void |
POA.activate_object_with_id(byte[] oid,
Servant servant)
|
Object |
POA.create_reference(java.lang.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_with_id(byte[] oid,
java.lang.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?) |
Servant |
POA.get_servant()
|
ServantManager |
POA.get_servant_manager()
|
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(Servant _defaultServant)
|
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.) |
Uses of WrongPolicy in org.omg.PortableServer |
---|
Methods in org.omg.PortableServer that throw WrongPolicy | |
void |
POALocalTie.set_servant(Servant p_servant)
|
ServantManager |
POALocalTie.get_servant_manager()
|
Object |
POALocalTie.servant_to_reference(Servant p_servant)
|
void |
POALocalTie.deactivate_object(byte[] oid)
|
Object |
POALocalTie.id_to_reference(byte[] oid)
|
byte[] |
POALocalTie.activate_object(Servant p_servant)
|
void |
POALocalTie.set_servant_manager(ServantManager imgr)
|
Object |
POALocalTie.create_reference(java.lang.String intf)
|
Servant |
POALocalTie.reference_to_servant(Object reference)
|
void |
POALocalTie.activate_object_with_id(byte[] id,
Servant p_servant)
|
byte[] |
POALocalTie.reference_to_id(Object reference)
|
Servant |
POALocalTie.get_servant()
|
Servant |
POALocalTie.id_to_servant(byte[] oid)
|
byte[] |
POALocalTie.servant_to_id(Servant p_servant)
|
Object |
POALocalTie.create_reference_with_id(byte[] oid,
java.lang.String intf)
|
ServantManager |
POAOperations.get_servant_manager()
|
void |
POAOperations.set_servant_manager(ServantManager imgr)
|
Servant |
POAOperations.get_servant()
|
void |
POAOperations.set_servant(Servant p_servant)
|
byte[] |
POAOperations.activate_object(Servant p_servant)
|
void |
POAOperations.activate_object_with_id(byte[] id,
Servant p_servant)
|
void |
POAOperations.deactivate_object(byte[] oid)
|
Object |
POAOperations.create_reference(java.lang.String intf)
|
Object |
POAOperations.create_reference_with_id(byte[] oid,
java.lang.String intf)
|
byte[] |
POAOperations.servant_to_id(Servant p_servant)
|
Object |
POAOperations.servant_to_reference(Servant p_servant)
|
Servant |
POAOperations.reference_to_servant(Object reference)
|
byte[] |
POAOperations.reference_to_id(Object reference)
|
Servant |
POAOperations.id_to_servant(byte[] oid)
|
Object |
POAOperations.id_to_reference(byte[] oid)
|
Uses of WrongPolicy in org.omg.PortableServer.POAPackage |
---|
Fields in org.omg.PortableServer.POAPackage declared as WrongPolicy | |
WrongPolicy |
WrongPolicyHolder.value
|
Methods in org.omg.PortableServer.POAPackage that return WrongPolicy | |
static WrongPolicy |
WrongPolicyHelper.extract(Any any)
|
static WrongPolicy |
WrongPolicyHelper.read(InputStream in)
|
Methods in org.omg.PortableServer.POAPackage with parameters of type WrongPolicy | |
static void |
WrongPolicyHelper.insert(Any any,
WrongPolicy s)
|
static void |
WrongPolicyHelper.write(OutputStream out,
WrongPolicy s)
|
Constructors in org.omg.PortableServer.POAPackage with parameters of type WrongPolicy | |
WrongPolicyHolder(WrongPolicy initial)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |