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