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