API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. CompletionStatus View Source
Author(s)
Since
JDK1.2
Version
%I, %G
Serial
Hierarchy
 Object
      CompletionStatus
Implements
 IDLEntity
Subclasses
Description
publicfinal class CompletionStatus
  An object that indicates whether a method had completed running when a SystemException was thrown.
See also:    SystemException
Constructors
private CompletionStatus (int _value)
  Creates a CompletionStatus object from the given int.
Methods
Hide/Show inherited methods
publicstatic CompletionStatus from_int (int i)
  Creates a CompletionStatus object from the given int.
public int value ()
  Retrieves the value of this CompletionStatus object.
Fields
Hide/Show inherited fields
publicfinalstatic int _COMPLETED_MAYBE = "2"
The constant indicating that a method completed running before a SystemException was thrown.
publicfinalstatic int _COMPLETED_NO = "1"
The constant indicating that a method completed running before a SystemException was thrown.
publicfinalstatic int _COMPLETED_YES = "0"
The constant indicating that a method completed running before a SystemException was thrown.
publicfinalstatic CompletionStatus COMPLETED_MAYBE
An instance of CompletionStatus initialized with the constant _COMPLETED_MAYBE.
publicfinalstatic CompletionStatus COMPLETED_NO
An instance of CompletionStatus initialized with the constant _COMPLETED_NO.
publicfinalstatic CompletionStatus COMPLETED_YES
An instance of CompletionStatus initialized with the constant _COMPLETED_YES.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar