org.omg.CosNotification

Class QoSPropertiesHelper

public class QoSPropertiesHelper extends Object

Helper class for : QoSProperties

Author: OpenORB Compiler

Method Summary
static Property[]extract(Any a)
Extract QoSProperties from an any
static Stringid()
Return the QoSProperties IDL ID
static voidinsert(Any a, Property[] t)
Insert QoSProperties into an any
static Property[]read(InputStream istream)
Read QoSProperties from a marshalled stream
static TypeCodetype()
Return the QoSProperties TypeCode
static voidwrite(OutputStream ostream, Property[] value)
Write QoSProperties into a marshalled stream

Method Detail

extract

public static Property[] extract(Any a)
Extract QoSProperties from an any

Parameters: a an any

Returns: the extracted QoSProperties value

id

public static String id()
Return the QoSProperties IDL ID

Returns: an ID

insert

public static void insert(Any a, Property[] t)
Insert QoSProperties into an any

Parameters: a an any t QoSProperties value

read

public static Property[] read(InputStream istream)
Read QoSProperties from a marshalled stream

Parameters: istream the input stream

Returns: the readed QoSProperties value

type

public static TypeCode type()
Return the QoSProperties TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, Property[] value)
Write QoSProperties into a marshalled stream

Parameters: ostream the output stream value QoSProperties value