All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.CompletionStatusHolder
enum CompletionStatus { COMPLETED_YES, COMPLETED_NO, COMPLETED_MAYBE };Indicates the the operation may or may not have completed before the exception was raised.
public CompletionStatus value
public CompletionStatusHolder()
public CompletionStatusHolder(CompletionStatus value)
public void _read(InputStream input)
public void _write(OutputStream output)
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index