org.omg.CORBA
public abstract class CompletionStatusHelper extends Object
Method Summary | |
---|---|
static CompletionStatus | extract(Any a)
Extract the {@link CompletionStatus} from the
given {@link Any}. |
static String | id()
Returns the agreed Id. |
static void | insert(Any into, CompletionStatus that)
Insert into the given {@link CompletionStatus} into the
given {@link Any}. |
static CompletionStatus | read(InputStream input)
Reads the {@link CompletionStatus} from the CORBA input stream.
|
static TypeCode | type()
Get the parameter mode typecode (enumeration, named "CompletionStatus").
|
static void | write(OutputStream output, CompletionStatus status)
Writes the {@link CompletionStatus} into the given stream.
|
Parameters: a an Any to extract the completion status from.
Returns: completion status
Returns: IDL:omg.org/CORBA/CompletionStatus:1.0
, always.
Parameters: into the target Any. that the {@link CompletionStatus} to insert.
Parameters: input the CORBA (not java.io) stream to read from.
Returns: the value from the stream.
Parameters: output the CORBA (not java.io) output stream to write. status the value that must be written.