org.omg.PortableServer.POAPackage
Class ServantNotActiveHelper

java.lang.Object
  extended by org.omg.PortableServer.POAPackage.ServantNotActiveHelper

public class ServantNotActiveHelper
extends Object


Constructor Summary
ServantNotActiveHelper()
           
 
Method Summary
static ServantNotActive extract(Any any)
           
static String id()
           
static void insert(Any any, ServantNotActive val)
           
static ServantNotActive read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, ServantNotActive val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServantNotActiveHelper

public ServantNotActiveHelper()
Method Detail

insert

public static void insert(Any any,
                          ServantNotActive val)

extract

public static ServantNotActive extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static ServantNotActive read(InputStream in)

write

public static void write(OutputStream out,
                         ServantNotActive val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.