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