KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > PortableInterceptor > ORBInitInfo


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

10
11
12 /**
13    * Passed to each <code>ORBInitializer</code>, allowing it to
14    * to register interceptors and perform other duties while the ORB is
15    * initializing.
16    * <p>
17    * The <code>ORBInitInfo</code> object is only valid during
18    * <code>ORB.init</code>. If a service keeps a reference to its
19    * <code>ORBInitInfo</code> object and tries to use it after
20    * <code>ORB.init</code> returns, the object no longer exists and an
21    * <code>OBJECT_NOT_EXIST</code> exception shall be thrown.
22    *
23    * @see ORBInitializer
24    */

25 public interface ORBInitInfo extends ORBInitInfoOperations JavaDoc, org.omg.CORBA.Object JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc
26 {
27 } // interface ORBInitInfo
28
Popular Tags