public abstract class ORBInitInfoHelper extends Object
ORBInitializer, allowing it to
 to register interceptors and perform other duties while the ORB is 
 initializing.
 
 The ORBInitInfo object is only valid during 
 ORB.init.  If a service keeps a reference to its 
 ORBInitInfo object and tries to use it after 
 ORB.init returns, the object no longer exists and an 
 OBJECT_NOT_EXIST exception shall be thrown.
ORBInitializer| Constructor and Description | 
|---|
| ORBInitInfoHelper() | 
| Modifier and Type | Method and Description | 
|---|---|
| static ORBInitInfo | extract(Any a) | 
| static String | id() | 
| static void | insert(Any a,
      ORBInitInfo that) | 
| static ORBInitInfo | narrow(Object obj) | 
| static ORBInitInfo | read(InputStream istream) | 
| static TypeCode | type() | 
| static ORBInitInfo | unchecked_narrow(Object obj) | 
| static void | write(OutputStream ostream,
     ORBInitInfo value) | 
public static void insert(Any a, ORBInitInfo that)
public static ORBInitInfo extract(Any a)
public static TypeCode type()
public static String id()
public static ORBInitInfo read(InputStream istream)
public static void write(OutputStream ostream, ORBInitInfo value)
public static ORBInitInfo narrow(Object obj)
public static ORBInitInfo unchecked_narrow(Object obj)
Copyright © 2017 JBoss by Red Hat. All rights reserved.