org.omg.PortableServer
Class ServantLocatorHelper

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

public class ServantLocatorHelper
extends java.lang.Object


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

Constructor Detail

ServantLocatorHelper

public ServantLocatorHelper()
Method Detail

insert

public static void insert(Any a,
                          ServantLocator t)

extract

public static ServantLocator extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ServantLocator read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ServantLocator value)

narrow

public static ServantLocator narrow(Object obj)

unchecked_narrow

public static ServantLocator unchecked_narrow(Object obj)