Java™ Platform
Standard Ed. 6

Uses of Class
org.omg.CORBA.CompletionStatus

Packages that use CompletionStatus
org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). 
 

Uses of CompletionStatus in org.omg.CORBA
 

Fields in org.omg.CORBA declared as CompletionStatus
 CompletionStatus SystemException.completed
          The status of the operation that threw this exception.
static CompletionStatus CompletionStatus.COMPLETED_MAYBE
          An instance of CompletionStatus initialized with the constant _COMPLETED_MAYBE.
static CompletionStatus CompletionStatus.COMPLETED_NO
          An instance of CompletionStatus initialized with the constant _COMPLETED_NO.
static CompletionStatus CompletionStatus.COMPLETED_YES
          An instance of CompletionStatus initialized with the constant _COMPLETED_YES.
 

Methods in org.omg.CORBA that return CompletionStatus
static CompletionStatus CompletionStatusHelper.extract(Any a)
           
static CompletionStatus CompletionStatus.from_int(int i)
          Creates a CompletionStatus object from the given int.
static CompletionStatus CompletionStatusHelper.read(InputStream istream)
           
 

Methods in org.omg.CORBA with parameters of type CompletionStatus
static void CompletionStatusHelper.insert(Any a, CompletionStatus that)
           
static void CompletionStatusHelper.write(OutputStream ostream, CompletionStatus value)
           
 

Constructors in org.omg.CORBA with parameters of type CompletionStatus
ACTIVITY_COMPLETED(int minorCode, CompletionStatus completionStatus)
          Constructs an ACTIVITY_COMPLETED exception with the specified minor code and completion status.
ACTIVITY_COMPLETED(String detailMessage, int minorCode, CompletionStatus completionStatus)
          Constructs an ACTIVITY_COMPLETED exception with the specified message, minor code, and completion status.
ACTIVITY_REQUIRED(int minorCode, CompletionStatus completionStatus)
          Constructs an ACTIVITY_REQUIRED exception with the specified minor code and completion status.
ACTIVITY_REQUIRED(String detailMessage, int minorCode, CompletionStatus completionStatus)
          Constructs an ACTIVITY_REQUIRED exception with the specified message, minor code, and completion status.
BAD_CONTEXT(int minor, CompletionStatus completed)
          Constructs a BAD_CONTEXT exception with the specified minor code and completion status.
BAD_CONTEXT(String s, int minor, CompletionStatus completed)
          Constructs a BAD_CONTEXT exception with the specified detail message, minor code, and completion status.
BAD_INV_ORDER(int minor, CompletionStatus completed)
          Constructs a BAD_INV_ORDER exceptionBAD_INV_ORDER with the specified minor code and completion status.
BAD_INV_ORDER(String s, int minor, CompletionStatus completed)
          Constructs a BAD_INV_ORDER exception with the specified detail message, minor code, and completion status.
BAD_OPERATION(int minor, CompletionStatus completed)
          Constructs a BAD_OPERATION exception with the specified minor code and completion status.
BAD_OPERATION(String s, int minor, CompletionStatus completed)
          Constructs a BAD_OPERATION exception with the specified detail message, minor code, and completion status.
BAD_PARAM(int minor, CompletionStatus completed)
          Constructs a BAD_PARAM exception with the specified minor code and completion status.
BAD_PARAM(String s, int minor, CompletionStatus completed)
          Constructs a BAD_PARAM exception with the specified detail message, minor code, and completion status.
BAD_QOS(int minorCode, CompletionStatus completionStatus)
          Constructs an BAD_QOS exception with the specified minor code and completion status.
BAD_QOS(String detailMessage, int minorCode, CompletionStatus completionStatus)
          Constructs an BAD_QOS exception with the specified message, minor code, and completion status.
BAD_TYPECODE(int minor, CompletionStatus completed)
          Constructs a BAD_TYPECODE exception with the specified minor code and completion status.
BAD_TYPECODE(String s, int minor, CompletionStatus completed)
          Constructs a BAD_TYPECODE exception with the specified detail message, minor code, and completion status.
CODESET_INCOMPATIBLE(int minorCode, CompletionStatus completionStatus)
          Constructs an CODESET_INCOMPATIBLE exception with the specified minor code and completion status.
CODESET_INCOMPATIBLE(String detailMessage, int minorCode, CompletionStatus completionStatus)
          Constructs an CODESET_INCOMPATIBLE exception with the specified message, minor code, and completion status.
COMM_FAILURE(int minor, CompletionStatus completed)
          Constructs a COMM_FAILURE exception with the specified minor code and completion status.
COMM_FAILURE(String s, int minor, CompletionStatus completed)
          Constructs a COMM_FAILURE exception with the specified detail message, minor code, and completion status.
DATA_CONVERSION(int minor, CompletionStatus completed)
          Constructs a DATA_CONVERSION exception with the specified minor code and completion status.
DATA_CONVERSION(String s, int minor, CompletionStatus completed)
          Constructs a DATA_CONVERSION exception with the specified detail message, minor code, and completion status.
FREE_MEM(int minor, CompletionStatus completed)
          Constructs a FREE_MEM exception with the specified minor code and completion status.
FREE_MEM(String s, int minor, CompletionStatus completed)
          Constructs a FREE_MEM exception with the specified detail message, minor code, and completion status.
IMP_LIMIT(int minor, CompletionStatus completed)
          Constructs an IMP_LIMIT exception with the specified minor code and completion status.
IMP_LIMIT(String s, int minor, CompletionStatus completed)
          Constructs an IMP_LIMIT exception with the specified detail message, minor code, and completion status.
INITIALIZE(int minor, CompletionStatus completed)
          Constructs an INITIALIZE exception with the specified minor code and completion status.
INITIALIZE(String s, int minor, CompletionStatus completed)
          Constructs an INITIALIZE exception with the specified detail message, minor code, and completion status.
INTERNAL(int minor, CompletionStatus completed)
          Constructs an INTERNAL exception with the specified minor code and completion status.
INTERNAL(String s, int minor, CompletionStatus completed)
          Constructs an INTERNAL exception with the specified detail message, minor code, and completion status.
INTF_REPOS(int minor, CompletionStatus completed)
          Constructs an INTF_REPOS exception with the specified minor code and completion status.
INTF_REPOS(String s, int minor, CompletionStatus completed)
          Constructs an INTF_REPOS exception with the specified detail message, minor code, and completion status.
INV_FLAG(int minor, CompletionStatus completed)
          Constructs an INV_FLAG exception with the specified minor code and completion status.
INV_FLAG(String s, int minor, CompletionStatus completed)
          Constructs an INV_FLAG exception with the specified detail message, minor code, and completion status.
INV_IDENT(int minor, CompletionStatus completed)
          Constructs an INV_IDENT exception with the specified minor code and completion status.
INV_IDENT(String s, int minor, CompletionStatus completed)
          Constructs an INV_IDENT exception with the specified detail message, minor code, and completion status.
INV_OBJREF(int minor, CompletionStatus completed)
          Constructs an INV_OBJREF exception with the specified minor code and completion status.
INV_OBJREF(String s, int minor, CompletionStatus completed)
          Constructs an INV_OBJREF exception with the specified detail message, minor code, and completion status.
INV_POLICY(int minor, CompletionStatus completed)
          Constructs a INV_POLICY exception with the specified minor code and completion status.
INV_POLICY(String s, int minor, CompletionStatus completed)
          Constructs a INV_POLICY exception with the specified description message, minor code, and completion status.
INVALID_ACTIVITY(int minorCode, CompletionStatus completionStatus)
          Constructs an INVALID_ACTIVITY exception with the specified minor code and completion status.
INVALID_ACTIVITY(String detailMessage, int minorCode, CompletionStatus completionStatus)
          Constructs an INVALID_ACTIVITY exception with the specified message, minor code, and completion status.
INVALID_TRANSACTION(int minor, CompletionStatus completed)
          Constructs an INVALID_TRANSACTION exception with the specified minor code and completion status.
INVALID_TRANSACTION(String s, int minor, CompletionStatus completed)
          Constructs an INVALID_TRANSACTION exception with the specified detail message, minor code, and completion status.
MARSHAL(int minor, CompletionStatus completed)
          Constructs a MARSHAL exception with the specified minor code and completion status.
MARSHAL(String s, int minor, CompletionStatus completed)
          Constructs a MARSHAL exception with the specified description message, minor code, and completion status.
NO_IMPLEMENT(int minor, CompletionStatus completed)
          Constructs a NO_IMPLEMENT exception with the specified minor code and completion status.
NO_IMPLEMENT(String s, int minor, CompletionStatus completed)
          Constructs a NO_IMPLEMENT exception with the specified description message, minor code, and completion status.
NO_MEMORY(int minor, CompletionStatus completed)
          Constructs a NO_MEMORY exception with the specified minor code and completion status.
NO_MEMORY(String s, int minor, CompletionStatus completed)
          Constructs a NO_MEMORY exception with the specified description message, minor code, and completion status.
NO_PERMISSION(int minor, CompletionStatus completed)
          Constructs a NO_PERMISSION exception with the specified minor code and completion status.
NO_PERMISSION(String s, int minor, CompletionStatus completed)
          Constructs a NO_PERMISSION exception with the specified description message, minor code, and completion status.
NO_RESOURCES(int minor, CompletionStatus completed)
          Constructs a NO_RESOURCES exception with the specified minor code and completion status.
NO_RESOURCES(String s, int minor, CompletionStatus completed)
          Constructs a NO_RESOURCES exception with the specified description message, minor code, and completion status.
NO_RESPONSE(int minor, CompletionStatus completed)
          Constructs a NO_RESPONSE exception with the specified minor code and completion status.
NO_RESPONSE(String s, int minor, CompletionStatus completed)
          Constructs a NO_RESPONSE exception with the specified description message, minor code, and completion status.
OBJ_ADAPTER(int minor, CompletionStatus completed)
          Constructs an OBJ_ADAPTER exception with the specified minor code and completion status.
OBJ_ADAPTER(String s, int minor, CompletionStatus completed)
          Constructs an OBJ_ADAPTER exception with the specified description message, minor code, and completion status.
OBJECT_NOT_EXIST(int minor, CompletionStatus completed)
          Constructs an OBJECT_NOT_EXIST exception with the specified minor code and completion status.
OBJECT_NOT_EXIST(String s, int minor, CompletionStatus completed)
          Constructs an OBJECT_NOT_EXIST exception with the specified description message, minor code, and completion status.
PERSIST_STORE(int minor, CompletionStatus completed)
          Constructs a PERSIST_STORE exception with the specified minor code and completion status.
PERSIST_STORE(String s, int minor, CompletionStatus completed)
          Constructs a PERSIST_STORE exception with the specified description message, minor code, and completion status.
REBIND(int minorCode, CompletionStatus completionStatus)
          Constructs an REBIND exception with the specified minor code and completion status.
REBIND(String detailMessage, int minorCode, CompletionStatus completionStatus)
          Constructs an REBIND exception with the specified message, minor code, and completion status.
SystemException(String reason, int minor, CompletionStatus completed)
          Constructs a SystemException exception with the specified detail message, minor code, and completion status.
TIMEOUT(int minorCode, CompletionStatus completionStatus)
          Constructs an TIMEOUT exception with the specified minor code and completion status.
TIMEOUT(String detailMessage, int minorCode, CompletionStatus completionStatus)
          Constructs an TIMEOUT exception with the specified message, minor code, and completion status.
TRANSACTION_MODE(int minor, CompletionStatus completed)
          Constructs a TRANSACTION_MODE exception with the specified minor code and completion status.
TRANSACTION_MODE(String s, int minor, CompletionStatus completed)
          Constructs a TRANSACTION_MODE exception with the specified description message, minor code, and completion status.
TRANSACTION_REQUIRED(int minor, CompletionStatus completed)
          Constructs a TRANSACTION_REQUIRED exception with the specified minor code and completion status.
TRANSACTION_REQUIRED(String s, int minor, CompletionStatus completed)
          Constructs a TRANSACTION_REQUIRED exception with the specified description message, minor code, and completion status.
TRANSACTION_ROLLEDBACK(int minor, CompletionStatus completed)
          Constructs a TRANSACTION_ROLLEDBACK exception with the specified minor code and completion status.
TRANSACTION_ROLLEDBACK(String s, int minor, CompletionStatus completed)
          Constructs a TRANSACTION_ROLLEDBACK exception with the specified description message, minor code, and completion status.
TRANSACTION_UNAVAILABLE(int minor, CompletionStatus completed)
          Constructs a TRANSACTION_UNAVAILABLE exception with the specified minor code and completion status.
TRANSACTION_UNAVAILABLE(String s, int minor, CompletionStatus completed)
          Constructs a TRANSACTION_UNAVAILABLE exception with the specified description message, minor code, and completion status.
TRANSIENT(int minor, CompletionStatus completed)
          Constructs a TRANSIENT exception with the specified minor code and completion status.
TRANSIENT(String s, int minor, CompletionStatus completed)
          Constructs a TRANSIENT exception with the specified description message, minor code, and completion status.
UNKNOWN(int minor, CompletionStatus completed)
          Constructs an UNKNOWN exception with the specified minor code and completion status.
UNKNOWN(String s, int minor, CompletionStatus completed)
          Constructs an UNKNOWN exception with the specified description message, minor code, and completion status.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.