org.omg.CORBA
Class exception_typeHelper
java.lang.Object
|
+--org.omg.CORBA.exception_typeHelper
- public class exception_typeHelper
- extends java.lang.Object
Helper class for : exception_type
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exception_typeHelper
public exception_typeHelper()
insert
public static void insert(Any a,
exception_type t)
- Insert exception_type into an any
- Parameters:
a
- an anyt
- exception_type value
extract
public static exception_type extract(Any a)
- Extract exception_type from an any
- Parameters:
a
- an any- Returns:
- the extracted exception_type value
type
public static TypeCode type()
- Return the exception_type TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the exception_type IDL ID
- Returns:
- an ID
read
public static exception_type read(InputStream istream)
- Read exception_type from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed exception_type value
write
public static void write(OutputStream ostream,
exception_type value)
- Write exception_type into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- exception_type value