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