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