VisiBroker for Java

org.omg.CORBA
Class CompletionStatus

java.lang.Object
  extended by org.omg.CORBA.CompletionStatus
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class CompletionStatus
extends java.lang.Object
implements IDLEntity

Carried inside a standard system exception and indicates whether an invocation succeeded or not.

See Also:
Serialized Form

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

_COMPLETED_YES

public static final int _COMPLETED_YES
Indicates that the operation completed before the exception was raised.

See Also:
Constant Field Values

_COMPLETED_NO

public static final int _COMPLETED_NO
Indicates that the operation was not completed before the exception was raised.

See Also:
Constant Field Values

_COMPLETED_MAYBE

public static final int _COMPLETED_MAYBE
Indicates the the operation may or may not have completed before the exception was raised.

See Also:
Constant Field Values

COMPLETED_YES

public static final CompletionStatus COMPLETED_YES
Indicates that the operation completed before the exception was raised.


COMPLETED_NO

public static final CompletionStatus COMPLETED_NO
Indicates that the operation was not completed before the exception was raised.


COMPLETED_MAYBE

public static final CompletionStatus COMPLETED_MAYBE
Indicates the the operation may or may not have completed before the exception was raised.

Method Detail

value

public int value()

from_int

public static CompletionStatus from_int(int _vis_value)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online