| 
JavaTM 2 Platform Standard Edition  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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_YES
An instance of CompletionStatus initialized with
 the constant _COMPLETED_YES. | 
static CompletionStatus | 
CompletionStatus.COMPLETED_NO
An instance of CompletionStatus initialized with
 the constant _COMPLETED_NO. | 
static CompletionStatus | 
CompletionStatus.COMPLETED_MAYBE
An instance of CompletionStatus initialized with
 the constant _COMPLETED_MAYBE. | 
| Methods in org.omg.CORBA that return CompletionStatus | |
static CompletionStatus | 
CompletionStatus.from_int(int i)
Creates a CompletionStatus object from the given int. | 
| Constructors in org.omg.CORBA with parameters of type CompletionStatus | |
SystemException.SystemException(String reason,
                int minor,
                CompletionStatus completed)
Constructs a SystemException exception with the specified detail
 message, minor code, and completion status. | 
|
NO_MEMORY.NO_MEMORY(int minor,
          CompletionStatus completed)
Constructs a NO_MEMORY exception with the specified
 minor code and completion status. | 
|
NO_MEMORY.NO_MEMORY(String s,
          int minor,
          CompletionStatus completed)
Constructs a NO_MEMORY exception with the specified description
 message, minor code, and completion status. | 
|
OBJECT_NOT_EXIST.OBJECT_NOT_EXIST(int minor,
                 CompletionStatus completed)
Constructs an OBJECT_NOT_EXIST exception with the specified
 minor code and completion status. | 
|
OBJECT_NOT_EXIST.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. | 
|
DATA_CONVERSION.DATA_CONVERSION(int minor,
                CompletionStatus completed)
Constructs a DATA_CONVERSION exception with the specified
 minor code and completion status. | 
|
DATA_CONVERSION.DATA_CONVERSION(String s,
                int minor,
                CompletionStatus completed)
Constructs a DATA_CONVERSION exception with the specified detail
 message, minor code, and completion status. | 
|
TRANSACTION_ROLLEDBACK.TRANSACTION_ROLLEDBACK(int minor,
                       CompletionStatus completed)
Constructs a TRANSACTION_ROLLEDBACK exception with the specified
 minor code and completion status. | 
|
TRANSACTION_ROLLEDBACK.TRANSACTION_ROLLEDBACK(String s,
                       int minor,
                       CompletionStatus completed)
Constructs a TRANSACTION_ROLLEDBACK exception with the
 specified description message, minor code, and completion status. | 
|
UNKNOWN.UNKNOWN(int minor,
        CompletionStatus completed)
Constructs an UNKNOWN exception with the specified
 minor code and completion status. | 
|
UNKNOWN.UNKNOWN(String s,
        int minor,
        CompletionStatus completed)
Constructs an UNKNOWN exception with the specified description
 message, minor code, and completion status. | 
|
BAD_TYPECODE.BAD_TYPECODE(int minor,
             CompletionStatus completed)
Constructs a BAD_TYPECODE exception with the specified
 minor code and completion status. | 
|
BAD_TYPECODE.BAD_TYPECODE(String s,
             int minor,
             CompletionStatus completed)
Constructs a BAD_TYPECODE exception with the specified detail
 message, minor code, and completion status. | 
|
BAD_PARAM.BAD_PARAM(int minor,
          CompletionStatus completed)
Constructs a BAD_PARAM exception with the specified
 minor code and completion status. | 
|
BAD_PARAM.BAD_PARAM(String s,
          int minor,
          CompletionStatus completed)
Constructs a BAD_PARAM exception with the specified detail
 message, minor code, and completion status. | 
|
INITIALIZE.INITIALIZE(int minor,
           CompletionStatus completed)
Constructs an INITIALIZE exception with the specified
 minor code and completion status. | 
|
INITIALIZE.INITIALIZE(String s,
           int minor,
           CompletionStatus completed)
Constructs an INITIALIZE exception with the specified detail
 message, minor code, and completion status. | 
|
BAD_INV_ORDER.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.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. | 
|
TRANSIENT.TRANSIENT(int minor,
          CompletionStatus completed)
Constructs a TRANSIENT exception with the specified
 minor code and completion status. | 
|
TRANSIENT.TRANSIENT(String s,
          int minor,
          CompletionStatus completed)
Constructs a TRANSIENT exception with the specified description
 message, minor code, and completion status. | 
|
INTF_REPOS.INTF_REPOS(int minor,
           CompletionStatus completed)
Constructs an INTF_REPOS exception with the specified
 minor code and completion status. | 
|
INTF_REPOS.INTF_REPOS(String s,
           int minor,
           CompletionStatus completed)
Constructs an INTF_REPOS exception with the specified detail
 message, minor code, and completion status. | 
|
NO_RESOURCES.NO_RESOURCES(int minor,
             CompletionStatus completed)
Constructs a NO_RESOURCES exception with the specified
 minor code and completion status. | 
|
NO_RESOURCES.NO_RESOURCES(String s,
             int minor,
             CompletionStatus completed)
Constructs a NO_RESOURCES exception with the specified description
 message, minor code, and completion status. | 
|
FREE_MEM.FREE_MEM(int minor,
         CompletionStatus completed)
Constructs a FREE_MEM exception with the specified
 minor code and completion status. | 
|
FREE_MEM.FREE_MEM(String s,
         int minor,
         CompletionStatus completed)
Constructs a FREE_MEM exception with the specified detail
 message, minor code, and completion status. | 
|
INTERNAL.INTERNAL(int minor,
         CompletionStatus completed)
Constructs an INTERNAL exception with the specified
 minor code and completion status. | 
|
INTERNAL.INTERNAL(String s,
         int minor,
         CompletionStatus completed)
Constructs an INTERNAL exception with the specified detail
 message, minor code, and completion status. | 
|
NO_IMPLEMENT.NO_IMPLEMENT(int minor,
             CompletionStatus completed)
Constructs a NO_IMPLEMENT exception with the specified
 minor code and completion status. | 
|
NO_IMPLEMENT.NO_IMPLEMENT(String s,
             int minor,
             CompletionStatus completed)
Constructs a NO_IMPLEMENT exception with the specified description
 message, minor code, and completion status. | 
|
INVALID_TRANSACTION.INVALID_TRANSACTION(int minor,
                    CompletionStatus completed)
Constructs an INVALID_TRANSACTION exception with the specified
 minor code and completion status. | 
|
INVALID_TRANSACTION.INVALID_TRANSACTION(String s,
                    int minor,
                    CompletionStatus completed)
Constructs an INVALID_TRANSACTION exception with the specified detail
 message, minor code, and completion status. | 
|
BAD_CONTEXT.BAD_CONTEXT(int minor,
            CompletionStatus completed)
Constructs a BAD_CONTEXT exception
 with the specified
 minor code and completion status. | 
|
BAD_CONTEXT.BAD_CONTEXT(String s,
            int minor,
            CompletionStatus completed)
Constructs a BAD_CONTEXT exception
 with the specified detail
 message, minor code, and completion status. | 
|
BAD_OPERATION.BAD_OPERATION(int minor,
              CompletionStatus completed)
Constructs a BAD_OPERATION exception with the specified
 minor code and completion status. | 
|
BAD_OPERATION.BAD_OPERATION(String s,
              int minor,
              CompletionStatus completed)
Constructs a BAD_OPERATION exception with the specified detail
 message, minor code, and completion status. | 
|
IMP_LIMIT.IMP_LIMIT(int minor,
          CompletionStatus completed)
Constructs an IMP_LIMIT exception with the specified
 minor code and completion status. | 
|
IMP_LIMIT.IMP_LIMIT(String s,
          int minor,
          CompletionStatus completed)
Constructs an IMP_LIMIT exception with the specified detail
 message, minor code, and completion status. | 
|
NO_RESPONSE.NO_RESPONSE(int minor,
            CompletionStatus completed)
Constructs a NO_RESPONSE exception with the specified
 minor code and completion status. | 
|
NO_RESPONSE.NO_RESPONSE(String s,
            int minor,
            CompletionStatus completed)
Constructs a NO_RESPONSE exception with the specified description
 message, minor code, and completion status. | 
|
TRANSACTION_REQUIRED.TRANSACTION_REQUIRED(int minor,
                     CompletionStatus completed)
Constructs a TRANSACTION_REQUIRED exception with the specified
 minor code and completion status. | 
|
TRANSACTION_REQUIRED.TRANSACTION_REQUIRED(String s,
                     int minor,
                     CompletionStatus completed)
Constructs a TRANSACTION_REQUIRED exception with the specified description
 message, minor code, and completion status. | 
|
PERSIST_STORE.PERSIST_STORE(int minor,
              CompletionStatus completed)
Constructs a PERSIST_STORE exception with the specified
 minor code and completion status. | 
|
PERSIST_STORE.PERSIST_STORE(String s,
              int minor,
              CompletionStatus completed)
Constructs a PERSIST_STORE exception with the specified description
 message, minor code, and completion status. | 
|
INV_FLAG.INV_FLAG(int minor,
         CompletionStatus completed)
Constructs an INV_FLAG exception with the specified
 minor code and completion status. | 
|
INV_FLAG.INV_FLAG(String s,
         int minor,
         CompletionStatus completed)
Constructs an INV_FLAG exception with the specified detail
 message, minor code, and completion status. | 
|
MARSHAL.MARSHAL(int minor,
        CompletionStatus completed)
Constructs a MARSHAL exception with the specified
 minor code and completion status. | 
|
MARSHAL.MARSHAL(String s,
        int minor,
        CompletionStatus completed)
Constructs a MARSHAL exception with the specified description
 message, minor code, and completion status. | 
|
INV_POLICY.INV_POLICY(int minor,
           CompletionStatus completed)
Constructs a INV_POLICY exception with the specified
 minor code and completion status. | 
|
INV_POLICY.INV_POLICY(String s,
           int minor,
           CompletionStatus completed)
Constructs a INV_POLICY exception with the
 specified description message, minor code, and completion status. | 
|
INV_OBJREF.INV_OBJREF(int minor,
           CompletionStatus completed)
Constructs an INV_OBJREF exception with the specified
 minor code and completion status. | 
|
INV_OBJREF.INV_OBJREF(String s,
           int minor,
           CompletionStatus completed)
Constructs an INV_OBJREF exception with the specified detail
 message, minor code, and completion status. | 
|
INV_IDENT.INV_IDENT(int minor,
          CompletionStatus completed)
Constructs an INV_IDENT exception with the specified
 minor code and completion status. | 
|
INV_IDENT.INV_IDENT(String s,
          int minor,
          CompletionStatus completed)
Constructs an INV_IDENT exception with the specified detail
 message, minor code, and completion status. | 
|
COMM_FAILURE.COMM_FAILURE(int minor,
             CompletionStatus completed)
Constructs a COMM_FAILURE exception with the specified
 minor code and completion status. | 
|
COMM_FAILURE.COMM_FAILURE(String s,
             int minor,
             CompletionStatus completed)
Constructs a COMM_FAILURE exception with the specified detail
 message, minor code, and completion status. | 
|
OBJ_ADAPTER.OBJ_ADAPTER(int minor,
            CompletionStatus completed)
Constructs an OBJ_ADAPTER exception with the specified
 minor code and completion status. | 
|
OBJ_ADAPTER.OBJ_ADAPTER(String s,
            int minor,
            CompletionStatus completed)
Constructs an OBJ_ADAPTER exception with the specified description
 message, minor code, and completion status. | 
|
NO_PERMISSION.NO_PERMISSION(int minor,
              CompletionStatus completed)
Constructs a NO_PERMISSION exception with the specified
 minor code and completion status. | 
|
NO_PERMISSION.NO_PERMISSION(String s,
              int minor,
              CompletionStatus completed)
Constructs a NO_PERMISSION exception with the specified description
 message, minor code, and completion status. | 
|
  | 
JavaTM 2 Platform Standard Edition  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||