org.omg.CSI
Class EstablishContextHelper

java.lang.Object
  extended by org.omg.CSI.EstablishContextHelper

public class EstablishContextHelper
extends java.lang.Object

Helper class for : EstablishContext

Author:
OpenORB Compiler

Constructor Summary
EstablishContextHelper()
           
 
Method Summary
static EstablishContext extract(org.omg.CORBA.Any a)
          Extract EstablishContext from an any
static java.lang.String id()
          Return the EstablishContext IDL ID
static void insert(org.omg.CORBA.Any a, EstablishContext t)
          Insert EstablishContext into an any
static EstablishContext read(org.omg.CORBA.portable.InputStream istream)
          Read EstablishContext from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the EstablishContext TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, EstablishContext value)
          Write EstablishContext into a marshalled stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EstablishContextHelper

public EstablishContextHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          EstablishContext t)
Insert EstablishContext into an any

Parameters:
a - an any
t - EstablishContext value

extract

public static EstablishContext extract(org.omg.CORBA.Any a)
Extract EstablishContext from an any

Parameters:
a - an any
Returns:
the extracted EstablishContext value

type

public static org.omg.CORBA.TypeCode type()
Return the EstablishContext TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the EstablishContext IDL ID

Returns:
an ID

read

public static EstablishContext read(org.omg.CORBA.portable.InputStream istream)
Read EstablishContext from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed EstablishContext value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         EstablishContext value)
Write EstablishContext into a marshalled stream

Parameters:
ostream - the output stream
value - EstablishContext value