|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.BAD_QOSHelper
Helper class for : BAD_QOS
Constructor Summary | |
BAD_QOSHelper()
|
Method Summary | |
static BAD_QOS |
extract(Any a)
Extract BAD_QOS from an any |
static java.lang.String |
id()
Return the BAD_QOS IDL ID |
static void |
insert(Any a,
BAD_QOS t)
Insert BAD_QOS into an any |
static BAD_QOS |
read(InputStream istream)
Read BAD_QOS from a marshalled stream |
static TypeCode |
type()
Return the BAD_QOS TypeCode |
static void |
write(OutputStream ostream,
BAD_QOS value)
Write BAD_QOS 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 BAD_QOSHelper()
Method Detail |
public static void insert(Any a, BAD_QOS t)
a
- an anyt
- BAD_QOS valuepublic static BAD_QOS extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static BAD_QOS read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, BAD_QOS value)
ostream
- the output streamvalue
- BAD_QOS value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |