This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package org.omg.PortableServer

Interface Summary
AdapterActivator An adapter activator supplies a POA with the ability to create child POAs on demand, as a side-effect of receiving a request that names the child POA (or one of its children), or when find_POA is called with an activate parameter value of TRUE.
AdapterActivatorOperations An adapter activator supplies a POA with the ability to create child POAs on demand, as a side-effect of receiving a request that names the child POA (or one of its children), or when find_POA is called with an activate parameter value of TRUE.
Current The PortableServer::Current interface, derived from CORBA::Current, provides method implementations with access to the identity of the object on which the method was invoked.
CurrentOperations The PortableServer::Current interface, derived from CORBA::Current, provides method implementations with access to the identity of the object on which the method was invoked.
IdAssignmentPolicy IdAssignmentPolicy specifies whether Object Ids in the created POA are generated by the application or by the ORB.
IdAssignmentPolicyOperations IdAssignmentPolicy specifies whether Object Ids in the created POA are generated by the application or by the ORB.
IdUniquenessPolicy The IdUniquenessPolicy specifies whether the servants activated in the created POA must have unique object i identities.
IdUniquenessPolicyOperations The IdUniquenessPolicy specifies whether the servants activated in the created POA must have unique object i identities.
ID_ASSIGNMENT_POLICY_ID org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java .
ID_UNIQUENESS_POLICY_ID org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java .
ImplicitActivationPolicy This policy specifies whether implicit activation of servants is supported in the created POA.
ImplicitActivationPolicyOperations This policy specifies whether implicit activation of servants is supported in the created POA.
IMPLICIT_ACTIVATION_POLICY_ID org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java .
LifespanPolicy The LifespanPolicy specifies the lifespan of the objects implemented in the created POA.
LifespanPolicyOperations The LifespanPolicy specifies the lifespan of the objects implemented in the created POA.
LIFESPAN_POLICY_ID org/omg/PortableServer/LIFESPAN_POLICY_ID.java .
POA A POA object manages the implementation of a collection of objects.
POAManager Each POA object has an associated POAManager object.
POAManagerOperations Each POA object has an associated POAManager object.
POAOperations A POA object manages the implementation of a collection of objects.
RequestProcessingPolicy This policy specifies how requests are processed by the created POA.
RequestProcessingPolicyOperations This policy specifies how requests are processed by the created POA.
REQUEST_PROCESSING_POLICY_ID org/omg/PortableServer/REQUEST_PROCESSING_POLICY_ID.java .
ServantActivator When the POA has the RETAIN policy it uses servant managers that are ServantActivators.
ServantActivatorOperations When the POA has the RETAIN policy it uses servant managers that are ServantActivators.
ServantLocator When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.
ServantLocatorOperations When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.
ServantManager A servant manager supplies a POA with the ability to activate objects on demand when the POA receives a request targeted at an inactive object.
ServantManagerOperations A servant manager supplies a POA with the ability to activate objects on demand when the POA receives a request targeted at an inactive object.
ServantRetentionPolicy This policy specifies whether the created POA retains active servants in an Active Object Map.
ServantRetentionPolicyOperations This policy specifies whether the created POA retains active servants in an Active Object Map.
SERVANT_RETENTION_POLICY_ID org/omg/PortableServer/SERVANT_RETENTION_POLICY_ID.java .
ThreadPolicy The ThreadPolicy specifies the threading model used with the created POA.
ThreadPolicyOperations The ThreadPolicy specifies the threading model used with the created POA.
THREAD_POLICY_ID org/omg/PortableServer/THREAD_POLICY_ID.java .
 

Class Summary
CurrentHelper The PortableServer::Current interface, derived from CORBA::Current, provides method implementations with access to the identity of the object on which the method was invoked.
DynamicImplementation Allows dynamic handling of object invocations.
ForwardRequestHelper org/omg/PortableServer/ForwardRequestHelper.java .
IdAssignmentPolicyValue The IdAssignmentPolicyValue can have the following values.
IdUniquenessPolicyValue IdUniquenessPolicyValue can have the following values.
ImplicitActivationPolicyValue ImplicitActivationPolicyValue has the following semantics.
LifespanPolicyValue The LifespanPolicyValue can have the following values.
POAHelper A POA object manages the implementation of a collection of objects.
RequestProcessingPolicyValue The RequestProcessingPolicyValue can have the following values.
Servant Defines the native Servant type.
ServantActivatorHelper When the POA has the RETAIN policy it uses servant managers that are ServantActivators.
ServantActivatorPOA When the POA has the RETAIN policy it uses servant managers that are ServantActivators.
ServantLocatorHelper When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.
ServantLocatorPOA When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.
ServantRetentionPolicyValue ServantRetentionPolicyValue can have the following values.
ThreadPolicyValue The ThreadPolicyValue can have the following values.
_ServantActivatorStub When the POA has the RETAIN policy it uses servant managers that are ServantActivators.
_ServantLocatorStub When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.
 

Exception Summary
ForwardRequest org/omg/PortableServer/ForwardRequest.java .
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.