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