org.omg.PortableServer
Class ServantManagerHelper

java.lang.Object
  |
  +--org.omg.PortableServer.ServantManagerHelper

public class ServantManagerHelper
extends java.lang.Object


Constructor Summary
ServantManagerHelper()
           
 
Method Summary
static ServantManager extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, ServantManager t)
           
static ServantManager narrow(Object obj)
           
static ServantManager read(InputStream istream)
           
static TypeCode type()
           
static ServantManager unchecked_narrow(Object obj)
           
static void write(OutputStream ostream, ServantManager value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServantManagerHelper

public ServantManagerHelper()
Method Detail

insert

public static void insert(Any a,
                          ServantManager t)

extract

public static ServantManager extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ServantManager read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ServantManager value)

narrow

public static ServantManager narrow(Object obj)

unchecked_narrow

public static ServantManager unchecked_narrow(Object obj)