KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > PortableServer > POAManager


1 package org.omg.PortableServer;
2
3
4 /**
5 * org/omg/PortableServer/POAManager.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl
8 * Saturday, February 9, 2008 9:40:03 AM GMT
9 */

10
11
12 /**
13      * Each POA object has an associated POAManager object.
14      * A POA manager may be associated with one or more
15      * POA objects. A POA manager encapsulates the processing
16      * state of the POAs it is associated with.
17      */

18 public interface POAManager extends POAManagerOperations JavaDoc, org.omg.CORBA.Object JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc
19 {
20 } // interface POAManager
21
Popular Tags