org.omg.CosNotifyComm

Class NotifyPublishHelper

public class NotifyPublishHelper extends Object

Helper class for : NotifyPublish

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NotifyPublish value

id

public static String id()
Return the NotifyPublish IDL ID

Returns: an ID

insert

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

Parameters: a an any t NotifyPublish value

narrow

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

Parameters: obj the CORBA Object

Returns: NotifyPublish Object

read

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

Parameters: istream the input stream

Returns: the readed NotifyPublish value

type

public static TypeCode type()
Return the NotifyPublish TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: NotifyPublish Object

write

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

Parameters: ostream the output stream value NotifyPublish value