Uses of Package
org.omg.PortableServer
-
Packages that use org.omg.PortableServer Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.impl.naming.cosnaming com.sun.corba.ee.impl.oa.poa com.sun.corba.ee.impl.oa.rfm com.sun.corba.ee.impl.presentation.rmi com.sun.corba.ee.spi.oa.rfm com.sun.corba.ee.spi.presentation.rmi org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).org.omg.CosNaming org.omg.CosTransactions org.omg.DynamicAny org.omg.Messaging org.omg.PortableServer org.omg.PortableServer.portable org.omg.SendingContext -
Classes in org.omg.PortableServer used by com.sun.corba.ee.impl.folb Class Description ForwardRequest org/omg/PortableServer/ForwardRequest.java .POA A POA object manages the implementation of a collection of objects.Servant Defines the nativeServant
type.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. -
Classes in org.omg.PortableServer used by com.sun.corba.ee.impl.naming.cosnaming Class Description POA A POA object manages the implementation of a collection of objects.Servant Defines the nativeServant
type. -
Classes in org.omg.PortableServer used by com.sun.corba.ee.impl.oa.poa Class Description 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.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.ForwardRequest org/omg/PortableServer/ForwardRequest.java .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.IdAssignmentPolicyValue The IdAssignmentPolicyValue can have the following values.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.IdUniquenessPolicyValue IdUniquenessPolicyValue can have the following values.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.ImplicitActivationPolicyValue ImplicitActivationPolicyValue has the following semantics.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.LifespanPolicyValue The LifespanPolicyValue can have the following values.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.RequestProcessingPolicyValue The RequestProcessingPolicyValue can have the following values.Servant Defines the nativeServant
type.ServantActivator 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.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.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.ServantRetentionPolicyValue ServantRetentionPolicyValue can have the following values.ThreadPolicy The ThreadPolicy specifies the threading model used with the created POA.ThreadPolicyOperations The ThreadPolicy specifies the threading model used with the created POA.ThreadPolicyValue The ThreadPolicyValue can have the following values. -
Classes in org.omg.PortableServer used by com.sun.corba.ee.impl.oa.rfm Class Description 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.POA A POA object manages the implementation of a collection of objects.POAManager Each POA object has an associated POAManager object.ServantLocator When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators. -
Classes in org.omg.PortableServer used by com.sun.corba.ee.impl.presentation.rmi Class Description POA A POA object manages the implementation of a collection of objects.Servant Defines the nativeServant
type. -
Classes in org.omg.PortableServer used by com.sun.corba.ee.spi.oa.rfm Class Description ServantLocator When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators. -
Classes in org.omg.PortableServer used by com.sun.corba.ee.spi.presentation.rmi Class Description Servant Defines the nativeServant
type. -
Classes in org.omg.PortableServer used by org.omg.CORBA Class Description POA A POA object manages the implementation of a collection of objects.Servant Defines the nativeServant
type. -
Classes in org.omg.PortableServer used by org.omg.CosNaming Class Description POA A POA object manages the implementation of a collection of objects.Servant Defines the nativeServant
type. -
Classes in org.omg.PortableServer used by org.omg.CosTransactions Class Description POA A POA object manages the implementation of a collection of objects.Servant Defines the nativeServant
type. -
Classes in org.omg.PortableServer used by org.omg.DynamicAny Class Description POA A POA object manages the implementation of a collection of objects.Servant Defines the nativeServant
type. -
Classes in org.omg.PortableServer used by org.omg.Messaging Class Description POA A POA object manages the implementation of a collection of objects.Servant Defines the nativeServant
type. -
Classes in org.omg.PortableServer used by org.omg.PortableServer Class Description 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.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 .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.IdAssignmentPolicyValue The IdAssignmentPolicyValue can have the following values.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.IdUniquenessPolicyValue IdUniquenessPolicyValue can have the following values.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.ImplicitActivationPolicyValue ImplicitActivationPolicyValue has the following semantics.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.LifespanPolicyValue The LifespanPolicyValue can have the following values.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.RequestProcessingPolicyValue The RequestProcessingPolicyValue can have the following values.Servant Defines the nativeServant
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.ServantActivatorPOA 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.ServantLocatorPOA 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.ServantRetentionPolicyValue ServantRetentionPolicyValue can have the following values.ThreadPolicy The ThreadPolicy specifies the threading model used with the created POA.ThreadPolicyOperations The ThreadPolicy specifies the threading model used with the created POA.ThreadPolicyValue The ThreadPolicyValue can have the following values. -
Classes in org.omg.PortableServer used by org.omg.PortableServer.portable Class Description POA A POA object manages the implementation of a collection of objects.Servant Defines the nativeServant
type. -
Classes in org.omg.PortableServer used by org.omg.SendingContext Class Description POA A POA object manages the implementation of a collection of objects.Servant Defines the nativeServant
type.