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

Uses in package org.omg.PortableServer.POAPackage

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

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

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

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

Uses in package org.omg.PortableServer

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

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.

Uses in package gnu.CORBA.Poa

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

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.