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