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