org.omg.CosNotifyChannelAdmin

Class ClientTypeHelper

public class ClientTypeHelper extends Object

Helper class for : ClientType

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ClientType value

id

public static String id()
Return the ClientType IDL ID

Returns: an ID

insert

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

Parameters: a an any t ClientType value

read

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

Parameters: istream the input stream

Returns: the readed ClientType value

type

public static TypeCode type()
Return the ClientType TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ClientType value