JavaTM 2 Platform
Std. Ed. v1.4.0

Uses of Package
org.omg.PortableServer

Packages that use org.omg.PortableServer
org.omg.CosNaming Provides a naming service for Java IDL. 
org.omg.PortableServer Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs. 
 

Classes in org.omg.PortableServer used by org.omg.CosNaming
Servant
          Defines the native Servant type.
 

Classes in org.omg.PortableServer used by org.omg.PortableServer
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.
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.
ForwardRequest
          org/omg/PortableServer/ForwardRequest.java .
IdAssignmentPolicyOperations
          IdAssignmentPolicy specifies whether Object Ids in the created POA are generated by the application or by the ORB.
IdUniquenessPolicyOperations
          The IdUniquenessPolicy specifies whether the servants activated in the created POA must have unique object i identities.
ImplicitActivationPolicyOperations
          This policy specifies whether implicit activation of servants is supported in the created POA.
LifespanPolicyOperations
          The LifespanPolicy specifies the lifespan of the objects implemented in the created POA.
POAManagerOperations
          Each POA object has an associated POAManager object.
POAOperations
          A POA object manages the implementation of a collection of objects.
RequestProcessingPolicyOperations
          This policy specifies how requests are processed by the created POA.
Servant
          Defines the native Servant type.
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.
ServantRetentionPolicyOperations
          This policy specifies whether the created POA retains active servants in an Active Object Map.
ThreadPolicyOperations
          The ThreadPolicy specifies the threading model used with the created POA.
 


JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.