org.omg.PortableServer
Interface POAManager
- All Superinterfaces: 
 - IDLEntity, LocalInterface, Object, POAManagerOperations, java.io.Serializable
 
public interface POAManager
- extends LocalInterface, POAManagerOperations, IDLEntity
 
     Each POA object has an associated POAManager object. A POA manager
     may be associated with one or more POA objects. A POA manager
     encapsulates the processing state of the POAs it is associated
     with. 
     
     Using operations on the POA manager, an application can
     cause requests for those POAs to be queued or discarded, and can
     cause the POAs to be deactivated.  POA managers are created and
     destroyed implicitly. Unless an explicit POA manager object is
     provided at POA creation time, a POA manager is created when a POA
     is created and is automatically associated with that POA. A POA
     manager object is implicitly destroyed when all of its associated
     POAs have been destroyed.
     
 
| Methods inherited from interface org.omg.CORBA.Object | 
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override | 
 
 
                 Read the latest documentation online