|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--universal.RequestServiceContextHelper
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 |
private static final boolean HAS_OPENORB
private static org.omg.CORBA.TypeCode _tc
private static boolean _working
private static final java.lang.String _id
Constructor Detail |
public RequestServiceContextHelper()
Method Detail |
public static void insert(org.omg.CORBA.Any a, universal.RequestServiceContext t)
a
- an anyt
- RequestServiceContext valuepublic static universal.RequestServiceContext extract(org.omg.CORBA.Any a)
a
- an any
public static org.omg.CORBA.TypeCode type()
public static java.lang.String id()
public static universal.RequestServiceContext read(org.omg.CORBA.portable.InputStream istream)
istream
- the input stream
public static void write(org.omg.CORBA.portable.OutputStream ostream, universal.RequestServiceContext value)
ostream
- the output streamvalue
- RequestServiceContext value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |