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