org.omg.CosNotifyComm

Class NotifySubscribeHelper

public class NotifySubscribeHelper extends Object

Helper class for : NotifySubscribe

Author: OpenORB Compiler

Method Summary
static NotifySubscribeextract(Any a)
Extract NotifySubscribe from an any
static Stringid()
Return the NotifySubscribe IDL ID
static voidinsert(Any a, NotifySubscribe t)
Insert NotifySubscribe into an any
static NotifySubscribenarrow(Object obj)
Narrow CORBA::Object to NotifySubscribe
static NotifySubscriberead(InputStream istream)
Read NotifySubscribe from a marshalled stream
static TypeCodetype()
Return the NotifySubscribe TypeCode
static NotifySubscribeunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to NotifySubscribe
static voidwrite(OutputStream ostream, NotifySubscribe value)
Write NotifySubscribe into a marshalled stream

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NotifySubscribe value

id

public static String id()
Return the NotifySubscribe IDL ID

Returns: an ID

insert

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

Parameters: a an any t NotifySubscribe value

narrow

public static NotifySubscribe narrow(Object obj)
Narrow CORBA::Object to NotifySubscribe

Parameters: obj the CORBA Object

Returns: NotifySubscribe Object

read

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

Parameters: istream the input stream

Returns: the readed NotifySubscribe value

type

public static TypeCode type()
Return the NotifySubscribe TypeCode

Returns: a TypeCode

unchecked_narrow

public static NotifySubscribe unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to NotifySubscribe

Parameters: obj the CORBA Object

Returns: NotifySubscribe Object

write

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

Parameters: ostream the output stream value NotifySubscribe value