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