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

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BAD_QOSHelper

public BAD_QOSHelper()
Method Detail

insert

public static void insert(Any a,
                          BAD_QOS t)
Insert BAD_QOS into an any
Parameters:
a - an any
t - 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 stream
value - BAD_QOS value