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