KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > CORBA > DomainManager


1 /*
2  * @(#)DomainManager.java 1.11 03/12/19
3  *
4  * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5  * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6  */

7
8 package org.omg.CORBA;
9
10 /** Provides mechanisms for establishing and navigating relationships to
11  * superior and subordinate domains, as well as for creating and accessing
12  * policies. The <tt>DomainManager</tt> has associated with it the policy
13  * objects for a
14  * particular domain. The domain manager also records the membership of
15  * the domain and provides the means to add and remove members. The domain
16  * manager is itself a member of a domain, possibly the domain it manages.
17  * The domain manager provides mechanisms for establishing and navigating
18  * relationships to superior and subordinate domains and
19  * creating and accessing policies.
20  */

21
22 public interface DomainManager extends DomainManagerOperations JavaDoc,
23     org.omg.CORBA.Object JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc
24 {
25 }
26
27
Popular Tags