org.omg.PortableInterceptor
Class ORBInitInfoHelper

java.lang.Object
  |
  +--org.omg.PortableInterceptor.ORBInitInfoHelper

public class ORBInitInfoHelper
extends java.lang.Object


Constructor Summary
ORBInitInfoHelper()
           
 
Method Summary
static ORBInitInfo extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, ORBInitInfo t)
           
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORBInitInfoHelper

public ORBInitInfoHelper()
Method Detail

insert

public static void insert(Any a,
                          ORBInitInfo t)

extract

public static ORBInitInfo extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ORBInitInfo read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ORBInitInfo value)

narrow

public static ORBInitInfo narrow(Object obj)

unchecked_narrow

public static ORBInitInfo unchecked_narrow(Object obj)