Uses of Class
org.omg.CORBA.CompletionStatus
Packages that use CompletionStatus
Package
Description
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 com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol with parameters of type CompletionStatusModifier and TypeMethodDescriptionprotected SystemExceptionMessageMediatorImpl.convertThrowableToSystemException(Throwable throwable, CompletionStatus completionStatus) voidMessageMediatorImpl.handleThrowableDuringServerDispatch(MessageMediator messageMediator, Throwable throwable, CompletionStatus completionStatus) protected voidMessageMediatorImpl.handleThrowableDuringServerDispatch(MessageMediator messageMediator, Throwable throwable, CompletionStatus completionStatus, int iteration) -
Uses of CompletionStatus in com.sun.corba.ee.impl.protocol.giopmsgheaders
Fields in com.sun.corba.ee.impl.protocol.giopmsgheaders declared as CompletionStatusModifier and TypeFieldDescriptionprivate CompletionStatusLocateReplyMessage_1_2.completionStatusprivate CompletionStatusReplyMessage_1_0.completionStatusprivate CompletionStatusReplyMessage_1_1.completionStatusprivate CompletionStatusReplyMessage_1_2.completionStatusMethods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type CompletionStatusModifier and TypeMethodDescription(package private) static SystemExceptionMessageBase.getSystemException(String exClassName, int minorCode, CompletionStatus completionStatus, String message, ORBUtilSystemException wrapper) -
Uses of CompletionStatus in com.sun.corba.ee.spi.logex.corba
Methods in com.sun.corba.ee.spi.logex.corba that return CompletionStatus -
Uses of CompletionStatus in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol with parameters of type CompletionStatusModifier and TypeMethodDescriptionvoidProtocolHandler.handleThrowableDuringServerDispatch(MessageMediator request, Throwable exception, CompletionStatus completionStatus) -
Uses of CompletionStatus in org.omg.CORBA
Fields in org.omg.CORBA declared as CompletionStatusModifier and TypeFieldDescriptionSystemException.completedThe status of the operation that threw this exception.static final CompletionStatusCompletionStatus.COMPLETED_MAYBEAn instance ofCompletionStatusinitialized with the constant_COMPLETED_MAYBE.static final CompletionStatusCompletionStatus.COMPLETED_NOAn instance ofCompletionStatusinitialized with the constant_COMPLETED_NO.static final CompletionStatusCompletionStatus.COMPLETED_YESAn instance ofCompletionStatusinitialized with the constant_COMPLETED_YES.Methods in org.omg.CORBA that return CompletionStatusModifier and TypeMethodDescriptionstatic CompletionStatusstatic CompletionStatusCompletionStatus.from_int(int i) Creates aCompletionStatusobject from the givenint.static CompletionStatusCompletionStatusHelper.read(InputStream istream) Methods in org.omg.CORBA with parameters of type CompletionStatusModifier and TypeMethodDescriptionstatic voidCompletionStatusHelper.insert(Any a, CompletionStatus that) static voidCompletionStatusHelper.write(OutputStream ostream, CompletionStatus value) Constructors in org.omg.CORBA with parameters of type CompletionStatusModifierConstructorDescriptionACTIVITY_COMPLETED(int minorCode, CompletionStatus completionStatus) Constructs anACTIVITY_COMPLETEDexception with the specified minor code and completion status.ACTIVITY_COMPLETED(String detailMessage, int minorCode, CompletionStatus completionStatus) Constructs anACTIVITY_COMPLETEDexception with the specified message, minor code, and completion status.ACTIVITY_REQUIRED(int minorCode, CompletionStatus completionStatus) Constructs anACTIVITY_REQUIREDexception with the specified minor code and completion status.ACTIVITY_REQUIRED(String detailMessage, int minorCode, CompletionStatus completionStatus) Constructs anACTIVITY_REQUIREDexception with the specified message, minor code, and completion status.BAD_CONTEXT(int minor, CompletionStatus completed) Constructs aBAD_CONTEXTexception with the specified minor code and completion status.BAD_CONTEXT(String s, int minor, CompletionStatus completed) Constructs aBAD_CONTEXTexception with the specified detail message, minor code, and completion status.BAD_INV_ORDER(int minor, CompletionStatus completed) Constructs aBAD_INV_ORDERexceptionBAD_INV_ORDER with the specified minor code and completion status.BAD_INV_ORDER(String s, int minor, CompletionStatus completed) Constructs aBAD_INV_ORDERexception with the specified detail message, minor code, and completion status.BAD_OPERATION(int minor, CompletionStatus completed) Constructs aBAD_OPERATIONexception with the specified minor code and completion status.BAD_OPERATION(String s, int minor, CompletionStatus completed) Constructs aBAD_OPERATIONexception with the specified detail message, minor code, and completion status.BAD_PARAM(int minor, CompletionStatus completed) Constructs aBAD_PARAMexception with the specified minor code and completion status.BAD_PARAM(String s, int minor, CompletionStatus completed) Constructs aBAD_PARAMexception with the specified detail message, minor code, and completion status.BAD_QOS(int minorCode, CompletionStatus completionStatus) Constructs anBAD_QOSexception with the specified minor code and completion status.BAD_QOS(String detailMessage, int minorCode, CompletionStatus completionStatus) Constructs anBAD_QOSexception with the specified message, minor code, and completion status.BAD_TYPECODE(int minor, CompletionStatus completed) Constructs aBAD_TYPECODEexception with the specified minor code and completion status.BAD_TYPECODE(String s, int minor, CompletionStatus completed) Constructs aBAD_TYPECODEexception with the specified detail message, minor code, and completion status.CODESET_INCOMPATIBLE(int minorCode, CompletionStatus completionStatus) Constructs anCODESET_INCOMPATIBLEexception with the specified minor code and completion status.CODESET_INCOMPATIBLE(String detailMessage, int minorCode, CompletionStatus completionStatus) Constructs anCODESET_INCOMPATIBLEexception with the specified message, minor code, and completion status.COMM_FAILURE(int minor, CompletionStatus completed) Constructs aCOMM_FAILUREexception with the specified minor code and completion status.COMM_FAILURE(String s, int minor, CompletionStatus completed) Constructs aCOMM_FAILUREexception with the specified detail message, minor code, and completion status.DATA_CONVERSION(int minor, CompletionStatus completed) Constructs aDATA_CONVERSIONexception with the specified minor code and completion status.DATA_CONVERSION(String s, int minor, CompletionStatus completed) Constructs aDATA_CONVERSIONexception with the specified detail message, minor code, and completion status.FREE_MEM(int minor, CompletionStatus completed) Constructs aFREE_MEMexception with the specified minor code and completion status.FREE_MEM(String s, int minor, CompletionStatus completed) Constructs aFREE_MEMexception with the specified detail message, minor code, and completion status.IMP_LIMIT(int minor, CompletionStatus completed) Constructs anIMP_LIMITexception with the specified minor code and completion status.IMP_LIMIT(String s, int minor, CompletionStatus completed) Constructs anIMP_LIMITexception with the specified detail message, minor code, and completion status.INITIALIZE(int minor, CompletionStatus completed) Constructs anINITIALIZEexception with the specified minor code and completion status.INITIALIZE(String s, int minor, CompletionStatus completed) Constructs anINITIALIZEexception with the specified detail message, minor code, and completion status.INTERNAL(int minor, CompletionStatus completed) Constructs anINTERNALexception with the specified minor code and completion status.INTERNAL(String s, int minor, CompletionStatus completed) Constructs anINTERNALexception with the specified detail message, minor code, and completion status.INTF_REPOS(int minor, CompletionStatus completed) Constructs anINTF_REPOSexception with the specified minor code and completion status.INTF_REPOS(String s, int minor, CompletionStatus completed) Constructs anINTF_REPOSexception with the specified detail message, minor code, and completion status.INV_FLAG(int minor, CompletionStatus completed) Constructs anINV_FLAGexception with the specified minor code and completion status.INV_FLAG(String s, int minor, CompletionStatus completed) Constructs anINV_FLAGexception with the specified detail message, minor code, and completion status.INV_IDENT(int minor, CompletionStatus completed) Constructs anINV_IDENTexception with the specified minor code and completion status.INV_IDENT(String s, int minor, CompletionStatus completed) Constructs anINV_IDENTexception with the specified detail message, minor code, and completion status.INV_OBJREF(int minor, CompletionStatus completed) Constructs anINV_OBJREFexception with the specified minor code and completion status.INV_OBJREF(String s, int minor, CompletionStatus completed) Constructs anINV_OBJREFexception with the specified detail message, minor code, and completion status.INV_POLICY(int minor, CompletionStatus completed) Constructs aINV_POLICYexception with the specified minor code and completion status.INV_POLICY(String s, int minor, CompletionStatus completed) Constructs aINV_POLICYexception with the specified description message, minor code, and completion status.INVALID_ACTIVITY(int minorCode, CompletionStatus completionStatus) Constructs anINVALID_ACTIVITYexception with the specified minor code and completion status.INVALID_ACTIVITY(String detailMessage, int minorCode, CompletionStatus completionStatus) Constructs anINVALID_ACTIVITYexception with the specified message, minor code, and completion status.INVALID_TRANSACTION(int minor, CompletionStatus completed) Constructs anINVALID_TRANSACTIONexception with the specified minor code and completion status.INVALID_TRANSACTION(String s, int minor, CompletionStatus completed) Constructs anINVALID_TRANSACTIONexception with the specified detail message, minor code, and completion status.MARSHAL(int minor, CompletionStatus completed) Constructs aMARSHALexception with the specified minor code and completion status.MARSHAL(String s, int minor, CompletionStatus completed) Constructs aMARSHALexception with the specified description message, minor code, and completion status.NO_IMPLEMENT(int minor, CompletionStatus completed) Constructs aNO_IMPLEMENTexception with the specified minor code and completion status.NO_IMPLEMENT(String s, int minor, CompletionStatus completed) Constructs aNO_IMPLEMENTexception with the specified description message, minor code, and completion status.NO_MEMORY(int minor, CompletionStatus completed) Constructs aNO_MEMORYexception with the specified minor code and completion status.NO_MEMORY(String s, int minor, CompletionStatus completed) Constructs aNO_MEMORYexception with the specified description message, minor code, and completion status.NO_PERMISSION(int minor, CompletionStatus completed) Constructs aNO_PERMISSIONexception with the specified minor code and completion status.NO_PERMISSION(String s, int minor, CompletionStatus completed) Constructs aNO_PERMISSIONexception with the specified description message, minor code, and completion status.NO_RESOURCES(int minor, CompletionStatus completed) Constructs aNO_RESOURCESexception with the specified minor code and completion status.NO_RESOURCES(String s, int minor, CompletionStatus completed) Constructs aNO_RESOURCESexception with the specified description message, minor code, and completion status.NO_RESPONSE(int minor, CompletionStatus completed) Constructs aNO_RESPONSEexception with the specified minor code and completion status.NO_RESPONSE(String s, int minor, CompletionStatus completed) Constructs aNO_RESPONSEexception with the specified description message, minor code, and completion status.OBJ_ADAPTER(int minor, CompletionStatus completed) Constructs anOBJ_ADAPTERexception with the specified minor code and completion status.OBJ_ADAPTER(String s, int minor, CompletionStatus completed) Constructs anOBJ_ADAPTERexception with the specified description message, minor code, and completion status.OBJECT_NOT_EXIST(int minor, CompletionStatus completed) Constructs anOBJECT_NOT_EXISTexception with the specified minor code and completion status.OBJECT_NOT_EXIST(String s, int minor, CompletionStatus completed) Constructs anOBJECT_NOT_EXISTexception with the specified description message, minor code, and completion status.PERSIST_STORE(int minor, CompletionStatus completed) Constructs aPERSIST_STOREexception with the specified minor code and completion status.PERSIST_STORE(String s, int minor, CompletionStatus completed) Constructs aPERSIST_STOREexception with the specified description message, minor code, and completion status.REBIND(int minorCode, CompletionStatus completionStatus) Constructs anREBINDexception with the specified minor code and completion status.REBIND(String detailMessage, int minorCode, CompletionStatus completionStatus) Constructs anREBINDexception with the specified message, minor code, and completion status.protectedSystemException(String reason, int minor, CompletionStatus completed) Constructs aSystemExceptionexception with the specified detail message, minor code, and completion status.TIMEOUT(int minorCode, CompletionStatus completionStatus) Constructs anTIMEOUTexception with the specified minor code and completion status.TIMEOUT(String detailMessage, int minorCode, CompletionStatus completionStatus) Constructs anTIMEOUTexception with the specified message, minor code, and completion status.TRANSACTION_MODE(int minor, CompletionStatus completed) Constructs aTRANSACTION_MODEexception with the specified minor code and completion status.TRANSACTION_MODE(String s, int minor, CompletionStatus completed) Constructs aTRANSACTION_MODEexception with the specified description message, minor code, and completion status.TRANSACTION_REQUIRED(int minor, CompletionStatus completed) Constructs aTRANSACTION_REQUIREDexception with the specified minor code and completion status.TRANSACTION_REQUIRED(String s, int minor, CompletionStatus completed) Constructs aTRANSACTION_REQUIREDexception with the specified description message, minor code, and completion status.TRANSACTION_ROLLEDBACK(int minor, CompletionStatus completed) Constructs aTRANSACTION_ROLLEDBACKexception with the specified minor code and completion status.TRANSACTION_ROLLEDBACK(String s, int minor, CompletionStatus completed) Constructs aTRANSACTION_ROLLEDBACKexception with the specified description message, minor code, and completion status.TRANSACTION_UNAVAILABLE(int minor, CompletionStatus completed) Constructs aTRANSACTION_UNAVAILABLEexception with the specified minor code and completion status.TRANSACTION_UNAVAILABLE(String s, int minor, CompletionStatus completed) Constructs aTRANSACTION_UNAVAILABLEexception with the specified description message, minor code, and completion status.TRANSIENT(int minor, CompletionStatus completed) Constructs aTRANSIENTexception with the specified minor code and completion status.TRANSIENT(String s, int minor, CompletionStatus completed) Constructs aTRANSIENTexception with the specified description message, minor code, and completion status.UNKNOWN(int minor, CompletionStatus completed) Constructs anUNKNOWNexception with the specified minor code and completion status.UNKNOWN(String s, int minor, CompletionStatus completed) Constructs anUNKNOWNexception with the specified description message, minor code, and completion status.