org.omg.CosNotifyComm
public class NotifyPublishHelper extends Object
Method Summary | |
---|---|
static NotifyPublish | extract(Any a)
Extract NotifyPublish from an any
|
static String | id()
Return the NotifyPublish IDL ID |
static void | insert(Any a, NotifyPublish t)
Insert NotifyPublish into an any |
static NotifyPublish | narrow(Object obj)
Narrow CORBA::Object to NotifyPublish |
static NotifyPublish | read(InputStream istream)
Read NotifyPublish from a marshalled stream |
static TypeCode | type()
Return the NotifyPublish TypeCode |
static NotifyPublish | unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to NotifyPublish |
static void | write(OutputStream ostream, NotifyPublish value)
Write NotifyPublish into a marshalled stream |
Parameters: a an any
Returns: the extracted NotifyPublish value
Returns: an ID
Parameters: a an any t NotifyPublish value
Parameters: obj the CORBA Object
Returns: NotifyPublish Object
Parameters: istream the input stream
Returns: the readed NotifyPublish value
Returns: a TypeCode
Parameters: obj the CORBA Object
Returns: NotifyPublish Object
Parameters: ostream the output stream value NotifyPublish value