|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.PortableInterceptor.ClientRequestInfoHelper
Helper class for : ClientRequestInfo
Constructor Summary | |
ClientRequestInfoHelper()
|
Method Summary | |
static ClientRequestInfo |
extract(Any a)
Extract ClientRequestInfo from an any |
static java.lang.String |
id()
Return the ClientRequestInfo IDL ID |
static void |
insert(Any a,
ClientRequestInfo t)
Insert ClientRequestInfo into an any |
static ClientRequestInfo |
narrow(Object obj)
Narrow CORBA::Object to ClientRequestInfo |
static ClientRequestInfo |
read(InputStream istream)
Read ClientRequestInfo from a marshalled stream |
static TypeCode |
type()
Return the ClientRequestInfo TypeCode |
static ClientRequestInfo |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to ClientRequestInfo |
static void |
write(OutputStream ostream,
ClientRequestInfo value)
Write ClientRequestInfo into a marshalled stream |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientRequestInfoHelper()
Method Detail |
public static void insert(Any a, ClientRequestInfo t)
a
- an anyt
- ClientRequestInfo valuepublic static ClientRequestInfo extract(Any a)
a
- an anypublic static TypeCode type()
public static java.lang.String id()
public static ClientRequestInfo read(InputStream istream)
istream
- the input streampublic static void write(OutputStream ostream, ClientRequestInfo value)
ostream
- the output streamvalue
- ClientRequestInfo valuepublic static ClientRequestInfo narrow(Object obj)
obj
- the CORBA Objectpublic static ClientRequestInfo unchecked_narrow(Object obj)
obj
- the CORBA Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |