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