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