org.omg.CORBA
Class COMM_FAILUREHelper

java.lang.Object
  |
  +--org.omg.CORBA.COMM_FAILUREHelper

public class COMM_FAILUREHelper
extends java.lang.Object


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

Constructor Detail

COMM_FAILUREHelper

public COMM_FAILUREHelper()
Method Detail

insert

public static void insert(Any a,
                          COMM_FAILURE t)

extract

public static COMM_FAILURE extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static COMM_FAILURE read(InputStream istream)

write

public static void write(OutputStream ostream,
                         COMM_FAILURE value)