org.omg.CosNotifyChannelAdmin

Class NotConnectedHelper

public class NotConnectedHelper extends Object

Helper class for : NotConnected

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NotConnected value

id

public static String id()
Return the NotConnected IDL ID

Returns: an ID

insert

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

Parameters: a an any t NotConnected value

read

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

Parameters: istream the input stream

Returns: the readed NotConnected value

type

public static TypeCode type()
Return the NotConnected TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value NotConnected value