org.omg.CORBA
Class CompletionStatus

java.lang.Object
  |
  +--org.omg.CORBA.CompletionStatus

public synchronized class CompletionStatus
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
static int _COMPLETED_MAYBE
           
static int _COMPLETED_NO
           
static int _COMPLETED_YES
           
static CompletionStatus COMPLETED_MAYBE
           
static CompletionStatus COMPLETED_NO
           
static CompletionStatus COMPLETED_YES
           
 
Constructor Summary
protected CompletionStatus(int)
           
 
Method Summary
static CompletionStatus from_int(int)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_COMPLETED_YES

public static final int _COMPLETED_YES

_COMPLETED_NO

public static final int _COMPLETED_NO

_COMPLETED_MAYBE

public static final int _COMPLETED_MAYBE

COMPLETED_YES

public static final CompletionStatus COMPLETED_YES

COMPLETED_NO

public static final CompletionStatus COMPLETED_NO

COMPLETED_MAYBE

public static final CompletionStatus COMPLETED_MAYBE
Constructor Detail

CompletionStatus

protected CompletionStatus(int)
Method Detail

from_int

public static CompletionStatus from_int(int)
                                 throws BAD_PARAM

value

public int value()