All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.CompletionStatus
enum CompletionStatus { COMPLETED_YES, COMPLETED_NO, COMPLETED_MAYBE };Indicates the the operation may or may not have completed before the exception was raised.
public static final int _COMPLETED_YES
public static final int _COMPLETED_NO
public static final int _COMPLETED_MAYBE
public static final CompletionStatus COMPLETED_YES
public static final CompletionStatus COMPLETED_NO
public static final CompletionStatus COMPLETED_MAYBE
public int value()
public static CompletionStatus from_int(int $value)
public String toString()
All Packages Class Hierarchy This Package Previous Next Index