|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.CORBA.CompletionStatus
public final class CompletionStatus
Carried inside a standard system exception and indicates whether an invocation succeeded or not.
Field Summary | |
---|---|
static int |
_COMPLETED_MAYBE
Indicates the the operation may or may not have completed before the exception was raised. |
static int |
_COMPLETED_NO
Indicates that the operation was not completed before the exception was raised. |
static int |
_COMPLETED_YES
Indicates that the operation completed before the exception was raised. |
static CompletionStatus |
COMPLETED_MAYBE
Indicates the the operation may or may not have completed before the exception was raised. |
static CompletionStatus |
COMPLETED_NO
Indicates that the operation was not completed before the exception was raised. |
static CompletionStatus |
COMPLETED_YES
Indicates that the operation completed before the exception was raised. |
Method Summary | |
---|---|
static CompletionStatus |
from_int(int _vis_value)
|
int |
value()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public int value()
public static CompletionStatus from_int(int _vis_value)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |