universal
Class RequestServiceContextHelper

java.lang.Object
  |
  +--universal.RequestServiceContextHelper

public class RequestServiceContextHelper
extends java.lang.Object

Helper class for : RequestServiceContext


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

Field Detail

HAS_OPENORB

private static final boolean HAS_OPENORB

_tc

private static org.omg.CORBA.TypeCode _tc
Internal TypeCode value


_working

private static boolean _working

_id

private static final java.lang.String _id
See Also:
Constant Field Values
Constructor Detail

RequestServiceContextHelper

public RequestServiceContextHelper()
Method Detail

insert

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

Parameters:
a - an any
t - RequestServiceContext value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - RequestServiceContext value