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