All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.CompletionStatusHelper
enum CompletionStatus { COMPLETED_YES, COMPLETED_NO, COMPLETED_MAYBE };Indicates the the operation may or may not have completed before the exception was raised.
public CompletionStatusHelper()
public static CompletionStatus read(InputStream _input)
public static void write(OutputStream _output, CompletionStatus value)
public static void insert(Any any, CompletionStatus value)
public static CompletionStatus extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index