org.omg.CSI
Class CompleteEstablishContextHelper

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

public class CompleteEstablishContextHelper
extends java.lang.Object

Helper class for : CompleteEstablishContext

Author:
OpenORB Compiler

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

Constructor Detail

CompleteEstablishContextHelper

public CompleteEstablishContextHelper()
Method Detail

insert

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

Parameters:
a - an any
t - CompleteEstablishContext value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - CompleteEstablishContext value