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