| 
                  VisiBroker for Java  | 
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
          Description
| Interface Summary | |
|---|---|
| AdapterActivator | Adapter activators are associated with POAs. | 
| AdapterActivatorOperations | Adapter activators are associated with POAs. | 
| 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. | 
| ID_ASSIGNMENT_POLICY_ID | |
| ID_UNIQUENESS_POLICY_ID | |
| IdAssignmentPolicy | Objects with the IdAssignmentPolicy interface are obtained using the POA::create_id_assignment_policy operation and passed to the POA::create_POA operation to specify whether Object Ids in the created POA are generated by the application or by the ORB. | 
| IdAssignmentPolicyOperations | Objects with the IdAssignmentPolicy interface are obtained using the POA::create_id_assignment_policy operation and passed to the POA::create_POA operation to specify whether Object Ids in the created POA are generated by the application or by the ORB. | 
| IdUniquenessPolicy | Objects with the IdUniquenessPolicy interface are obtained using the POA::create_id_uniqueness_policy operation and passed to the POA::create_POA operation to specify whether the servants activated in the created POA must have unique object identities. | 
| IdUniquenessPolicyOperations | Objects with the IdUniquenessPolicy interface are obtained using the POA::create_id_uniqueness_policy operation and passed to the POA::create_POA operation to specify whether the servants activated in the created POA must have unique object identities. | 
| IMPLICIT_ACTIVATION_POLICY_ID | |
| ImplicitActivationPolicy | Objects with the ImplicitActivationPolicy interface are obtained using the POA::create_implicit_activation_policy operation and passed to the POA::create_POA operation to specify whether implicit activation of servants is supported in the created POA. | 
| ImplicitActivationPolicyOperations | Objects with the ImplicitActivationPolicy interface are obtained using the POA::create_implicit_activation_policy operation and passed to the POA::create_POA operation to specify whether implicit activation of servants is supported in the created POA. | 
| LIFESPAN_POLICY_ID | |
| LifespanPolicy | Objects with the LifespanPolicy interface are obtained using the POA::create_lifespan_policy operation and passed to the POA::create_POA operation to specify the lifespan of the objects implemented in the created POA. | 
| LifespanPolicyOperations | Objects with the LifespanPolicy interface are obtained using the POA::create_lifespan_policy operation and passed to the POA::create_POA operation to specify the lifespan of the objects implemented in the created POA. | 
| POA | A POA object manages the implementation of a collection of objects. | 
| POAManager | Each POA object has an associated POAManager object. | 
| POAManagerFactory | POAManagers can be created implicitly, by passing a nil POAManager reference to the create_POA operation, or can be created explicitly using a POAManagerFactory. | 
| POAManagerFactoryOperations | POAManagers can be created implicitly, by passing a nil POAManager reference to the create_POA operation, or can be created explicitly using a POAManagerFactory. | 
| POAManagerOperations | Each POA object has an associated POAManager object. | 
| POAOperations | A POA object manages the implementation of a collection of objects. | 
| REQUEST_PROCESSING_POLICY_ID | |
| RequestProcessingPolicy | Objects with the RequestProcessingPolicy interface are obtained using the POA::create_request_processing_policy operation and passed to the POA::create_POA operation to specify how requests are processed by the created POA. | 
| RequestProcessingPolicyOperations | Objects with the RequestProcessingPolicy interface are obtained using the POA::create_request_processing_policy operation and passed to the POA::create_POA operation to specify how requests are processed by the created POA. | 
| SERVANT_RETENTION_POLICY_ID | |
| 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 | Servant managers are associated with POAs. | 
| ServantManagerOperations | Servant managers are associated with POAs. | 
| ServantRetentionPolicy | Objects with the ServantRetentionPolicy interface are obtained using the POA::create_servant_retention_policy operation and passed to the POA::create_POA operation to specify whether the created POA retains active servants in an Active Object Map. | 
| ServantRetentionPolicyOperations | Objects with the ServantRetentionPolicy interface are obtained using the POA::create_servant_retention_policy operation and passed to the POA::create_POA operation to specify whether the created POA retains active servants in an Active Object Map. | 
| THREAD_POLICY_ID | |
| ThreadPolicy | Objects with the ThreadPolicy interface are obtained using the POA::create_thread_policy operation and passed to the POA::create_POA operation to specify the threading model used with the created POA. | 
| ThreadPolicyOperations | Objects with the ThreadPolicy interface are obtained using the POA::create_thread_policy operation and passed to the POA::create_POA operation to specify the threading model used with the created POA. | 
| Class Summary | |
|---|---|
| _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. | 
| 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. | 
| Exception Summary | |
|---|---|
| ForwardRequest | |
Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
  | 
                 
  | 
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||