org.omg.CosNotification

Class AdminPropertiesHelper

public class AdminPropertiesHelper extends Object

Helper class for : AdminProperties

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted AdminProperties value

id

public static String id()
Return the AdminProperties IDL ID

Returns: an ID

insert

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

Parameters: a an any t AdminProperties value

read

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

Parameters: istream the input stream

Returns: the readed AdminProperties value

type

public static TypeCode type()
Return the AdminProperties TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value AdminProperties value