org.omg.CosNotification

Class UnsupportedQoSHelper

public class UnsupportedQoSHelper extends Object

Helper class for : UnsupportedQoS

Author: OpenORB Compiler

Method Summary
static UnsupportedQoSextract(Any a)
Extract UnsupportedQoS from an any
static Stringid()
Return the UnsupportedQoS IDL ID
static voidinsert(Any a, UnsupportedQoS t)
Insert UnsupportedQoS into an any
static UnsupportedQoSread(InputStream istream)
Read UnsupportedQoS from a marshalled stream
static TypeCodetype()
Return the UnsupportedQoS TypeCode
static voidwrite(OutputStream ostream, UnsupportedQoS value)
Write UnsupportedQoS into a marshalled stream

Method Detail

extract

public static UnsupportedQoS extract(Any a)
Extract UnsupportedQoS from an any

Parameters: a an any

Returns: the extracted UnsupportedQoS value

id

public static String id()
Return the UnsupportedQoS IDL ID

Returns: an ID

insert

public static void insert(Any a, UnsupportedQoS t)
Insert UnsupportedQoS into an any

Parameters: a an any t UnsupportedQoS value

read

public static UnsupportedQoS read(InputStream istream)
Read UnsupportedQoS from a marshalled stream

Parameters: istream the input stream

Returns: the readed UnsupportedQoS value

type

public static TypeCode type()
Return the UnsupportedQoS TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, UnsupportedQoS value)
Write UnsupportedQoS into a marshalled stream

Parameters: ostream the output stream value UnsupportedQoS value