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