corba/src/java.corba/share/classes/org/omg/CORBA/DomainManager.java
changeset 32688 936c391804a5
parent 25862 a5e25d68f971
equal deleted inserted replaced
32550:6521875cb63e 32688:936c391804a5
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package org.omg.CORBA;
    26 package org.omg.CORBA;
    27 
    27 
    28 /** Provides mechanisms for establishing and navigating relationships to
    28 /**
       
    29  *  Provides mechanisms for establishing and navigating relationships to
    29  *  superior and subordinate domains, as well as for creating and accessing
    30  *  superior and subordinate domains, as well as for creating and accessing
    30  *  policies. The <tt>DomainManager</tt> has associated with it the policy
    31  *  policies. The {@code DomainManager} has associated with it the policy
    31  *  objects for a
    32  *  objects for a particular domain.
    32  *  particular domain. The domain manager also records the membership of
    33  *  The domain manager also records the membership of
    33  *  the domain and provides the means to add and remove members. The domain
    34  *  the domain and provides the means to add and remove members. The domain
    34  *  manager is itself a member of a domain, possibly the domain it manages.
    35  *  manager is itself a member of a domain, possibly the domain it manages.
    35  *  The domain manager provides mechanisms for establishing and navigating
    36  *  The domain manager provides mechanisms for establishing and navigating
    36  *  relationships to superior and subordinate domains and
    37  *  relationships to superior and subordinate domains and
    37  *  creating and accessing policies.
    38  *  creating and accessing policies.