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