org.omg.PortableServer.POAPackage
Class ServantNotActiveHelper

java.lang.Object
  |
  +--org.omg.PortableServer.POAPackage.ServantNotActiveHelper

public class ServantNotActiveHelper
extends java.lang.Object


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

Constructor Detail

ServantNotActiveHelper

public ServantNotActiveHelper()
Method Detail

insert

public static void insert(Any a,
                          ServantNotActive t)

extract

public static ServantNotActive extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ServantNotActive read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ServantNotActive value)