Uses of Class org.omg.PortableServer.POAPackage.WrongPolicy

Uses in package org.omg.PortableServer.POAPackage

Methods with parameter type org.omg.PortableServer.POAPackage.WrongPolicy

void
Insert the WrongPolicy into the given Any.
void
Write the exception to the CDR output stream.

Methods with return type org.omg.PortableServer.POAPackage.WrongPolicy

WrongPolicy
Extract the WrongPolicy from given Any.
WrongPolicy
Read the exception from the CDR intput stream.

Uses in package org.omg.PortableServer

Methods which throw type org.omg.PortableServer.POAPackage.WrongPolicy

byte[]
Generate the Object Id for the given servant and add the servant to the Active Object Map using this Id a a key.
void
POAOperations.activate_object_with_id(byte[] an_Object_Id, Servant a_servant)
Add the given servant to the Active Object Map as a servant for the object with the provided Object Id.
Object
Create the object reference, encapsulating the given repository Id and the Object Id, generated by this POA.
void
POAOperations.deactivate_object(byte[] the_Object_Id)
Deactivate object with the given id.
Servant
Returns a default servant for this POA.
ServantManager
Get the servant manager, associated with this POA.
Object
POAOperations.id_to_reference(byte[] the_Object_Id)
Returns the reference to the active object with the given Id.
Servant
POAOperations.id_to_servant(byte[] the_Object_Id)
Returns the servant that serves the active object with the given Id.
byte[]
Returns the Object Id, encapsulated in the given object reference.
Servant
Returns the servant that is serving this object.
byte[]
Returns the id of the object, served by the given servant.
Object
Converts the given servant to the object reference.
void
Sets the default servant for this POA.
void
Set a servant manager for this POA.

Uses in package gnu.CORBA.Poa

Methods which throw type org.omg.PortableServer.POAPackage.WrongPolicy

byte[]
Generate the Object Id for the given servant and add the servant to the Active Object Map using this Id a a key.
void
gnuPOA.activate_object_with_id(byte[] an_Object_Id, Servant a_servant)
Add the given servant to the Active Object Map as a servant for the object with the provided Object Id.
void
gnuPOA.activate_object_with_id(byte[] an_Object_Id, Servant a_servant, boolean use_forwarding)
Same as activate_object_with_id, but permits gnuForwardRequest forwarding exception.
Object
gnuPOA.create_reference(String a_repository_id)
Create the object reference, encapsulating the given repository Id and the Object Id, generated by this POA.
void
gnuPOA.deactivate_object(byte[] the_Object_Id)
Deactivate object with the given id.
void
gnuPOA.excluding(Object policy_value)
Check for the absence of the given policy.
Servant
Returns a default servant for this POA.
ServantManager
Get the servant manager, associated with this POA.
Object
gnuPOA.id_to_reference(byte[] the_Object_Id)
Returns the reference to the active object with the given Id.
Servant
gnuPOA.id_to_servant(byte[] the_Object_Id)
Returns the servant that serves the active object with the given Id.
byte[]
Returns the Object Id, encapsulated in the given object reference.
Servant
Returns the servant that is serving this object.
void
gnuPOA.required(Object policy_value)
Check for the presence of the required policy.
byte[]
Returns the id of the object, served by the given servant (assuming that the servant serves only one object).
Object
Converts the given servant to the object reference.
void
Sets the default servant for this POA.
void
Set a servant manager for this POA.