KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.PortableServer;
2
3
4 /**
5 * org/omg/PortableServer/POA.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      * A POA object manages the implementation of a
14      * collection of objects. The POA supports a name space
15      * for the objects, which are identified by Object Ids.
16      * A POA also provides a name space for POAs. A POA is
17      * created as a child of an existing POA, which forms a
18      * hierarchy starting with the root POA. A POA object
19      * must not be exported to other processes, or
20      * externalized with ORB::object_to_string.
21      */

22 public interface POA extends POAOperations JavaDoc, org.omg.CORBA.Object JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc
23 {
24 } // interface POA
25
Popular Tags