Home » openjdk-7 » org.omg » PortableServer » POAPackage »

org.omg.PortableServer.POAPackage

Abstract Classes:

AdapterAlreadyExistsHelper   The helper operations for the exception AdapterAlreadyExists code | html
AdapterNonExistentHelper   The helper operations for the exception AdapterNonExistent code | html
InvalidPolicyHelper   The helper operations for the exception InvalidPolicy code | html
NoServantHelper   The helper operations for the exception NoServant code | html
ObjectAlreadyActiveHelper   The helper operations for the exception ObjectAlreadyActive code | html
ObjectNotActiveHelper   The helper operations for the exception ObjectNotActive code | html
ServantAlreadyActiveHelper   The helper operations for the exception ServantAlreadyActive code | html
ServantNotActiveHelper   The helper operations for the exception ServantNotActive code | html
WrongAdapterHelper   The helper operations for the exception WrongAdapter code | html
WrongPolicyHelper   The helper operations for the exception WrongPolicy code | html

Classes:

AdapterAlreadyExists   Raised if the target POA already has a child POA with the specified name (during creation of the new POA as a child of the target POA).  code | html
AdapterNonExistent   The AdapterNonExistent is thrown if the parent POA cannot locate the required child POA.  code | html
InvalidPolicy   Raised if any of the policy objects specified is not supported by this ORB implementation, if conflicting policy objects are specified, or if any of the specified policy objects require prior administrative action that has not been performed.  code | html
NoServant   Raised when trying to get the default servant, when no default servant has been associated with POA.  code | html
ObjectAlreadyActive   Raised in response to activate the already active object.  code | html
ObjectNotActive   Raised in several cases when the operation would be applicable to the activated object, but the current object is not active.  code | html
ServantAlreadyActive   Raised in response to activate the already active object when the UNIQUE_ID (single ID per object, default) policy is active.  code | html
ServantNotActive   Raised in several cases when the operation would be applicable to the activated servant, but the current object is not active.  code | html
WrongAdapter   Raised when invoking POA operations, requiring that the target object would be created by this POA, if this condition is not satisfied.  code | html
WrongPolicy   Raised when invoking the operation that is not allowed by the current combination of the used policies.  code | html