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 SystemException
MessageMediatorImpl.convertThrowableToSystemException
(Throwable throwable, CompletionStatus completionStatus) void
MessageMediatorImpl.handleThrowableDuringServerDispatch
(MessageMediator messageMediator, Throwable throwable, CompletionStatus completionStatus) protected void
MessageMediatorImpl.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 CompletionStatus
LocateReplyMessage_1_2.completionStatus
private CompletionStatus
ReplyMessage_1_0.completionStatus
private CompletionStatus
ReplyMessage_1_1.completionStatus
private CompletionStatus
ReplyMessage_1_2.completionStatus
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type CompletionStatusModifier and TypeMethodDescription(package private) static SystemException
MessageBase.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 TypeMethodDescriptionvoid
ProtocolHandler.handleThrowableDuringServerDispatch
(MessageMediator request, Throwable exception, CompletionStatus completionStatus) -
Uses of CompletionStatus in org.omg.CORBA
Fields in org.omg.CORBA declared as CompletionStatusModifier and TypeFieldDescriptionSystemException.completed
The status of the operation that threw this exception.static final CompletionStatus
CompletionStatus.COMPLETED_MAYBE
An instance ofCompletionStatus
initialized with the constant_COMPLETED_MAYBE
.static final CompletionStatus
CompletionStatus.COMPLETED_NO
An instance ofCompletionStatus
initialized with the constant_COMPLETED_NO
.static final CompletionStatus
CompletionStatus.COMPLETED_YES
An instance ofCompletionStatus
initialized with the constant_COMPLETED_YES
.Methods in org.omg.CORBA that return CompletionStatusModifier and TypeMethodDescriptionstatic CompletionStatus
static CompletionStatus
CompletionStatus.from_int
(int i) Creates aCompletionStatus
object from the givenint
.static CompletionStatus
CompletionStatusHelper.read
(InputStream istream) Methods in org.omg.CORBA with parameters of type CompletionStatusModifier and TypeMethodDescriptionstatic void
CompletionStatusHelper.insert
(Any a, CompletionStatus that) static void
CompletionStatusHelper.write
(OutputStream ostream, CompletionStatus value) Constructors in org.omg.CORBA with parameters of type CompletionStatusModifierConstructorDescriptionACTIVITY_COMPLETED
(int minorCode, CompletionStatus completionStatus) Constructs anACTIVITY_COMPLETED
exception with the specified minor code and completion status.ACTIVITY_COMPLETED
(String detailMessage, int minorCode, CompletionStatus completionStatus) Constructs anACTIVITY_COMPLETED
exception with the specified message, minor code, and completion status.ACTIVITY_REQUIRED
(int minorCode, CompletionStatus completionStatus) Constructs anACTIVITY_REQUIRED
exception with the specified minor code and completion status.ACTIVITY_REQUIRED
(String detailMessage, int minorCode, CompletionStatus completionStatus) Constructs anACTIVITY_REQUIRED
exception with the specified message, minor code, and completion status.BAD_CONTEXT
(int minor, CompletionStatus completed) Constructs aBAD_CONTEXT
exception with the specified minor code and completion status.BAD_CONTEXT
(String s, int minor, CompletionStatus completed) Constructs aBAD_CONTEXT
exception with the specified detail message, minor code, and completion status.BAD_INV_ORDER
(int minor, CompletionStatus completed) Constructs aBAD_INV_ORDER
exceptionBAD_INV_ORDER with the specified minor code and completion status.BAD_INV_ORDER
(String s, int minor, CompletionStatus completed) Constructs aBAD_INV_ORDER
exception with the specified detail message, minor code, and completion status.BAD_OPERATION
(int minor, CompletionStatus completed) Constructs aBAD_OPERATION
exception with the specified minor code and completion status.BAD_OPERATION
(String s, int minor, CompletionStatus completed) Constructs aBAD_OPERATION
exception with the specified detail message, minor code, and completion status.BAD_PARAM
(int minor, CompletionStatus completed) Constructs aBAD_PARAM
exception with the specified minor code and completion status.BAD_PARAM
(String s, int minor, CompletionStatus completed) Constructs aBAD_PARAM
exception with the specified detail message, minor code, and completion status.BAD_QOS
(int minorCode, CompletionStatus completionStatus) Constructs anBAD_QOS
exception with the specified minor code and completion status.BAD_QOS
(String detailMessage, int minorCode, CompletionStatus completionStatus) Constructs anBAD_QOS
exception with the specified message, minor code, and completion status.BAD_TYPECODE
(int minor, CompletionStatus completed) Constructs aBAD_TYPECODE
exception with the specified minor code and completion status.BAD_TYPECODE
(String s, int minor, CompletionStatus completed) Constructs aBAD_TYPECODE
exception with the specified detail message, minor code, and completion status.CODESET_INCOMPATIBLE
(int minorCode, CompletionStatus completionStatus) Constructs anCODESET_INCOMPATIBLE
exception with the specified minor code and completion status.CODESET_INCOMPATIBLE
(String detailMessage, int minorCode, CompletionStatus completionStatus) Constructs anCODESET_INCOMPATIBLE
exception with the specified message, minor code, and completion status.COMM_FAILURE
(int minor, CompletionStatus completed) Constructs aCOMM_FAILURE
exception with the specified minor code and completion status.COMM_FAILURE
(String s, int minor, CompletionStatus completed) Constructs aCOMM_FAILURE
exception with the specified detail message, minor code, and completion status.DATA_CONVERSION
(int minor, CompletionStatus completed) Constructs aDATA_CONVERSION
exception with the specified minor code and completion status.DATA_CONVERSION
(String s, int minor, CompletionStatus completed) Constructs aDATA_CONVERSION
exception with the specified detail message, minor code, and completion status.FREE_MEM
(int minor, CompletionStatus completed) Constructs aFREE_MEM
exception with the specified minor code and completion status.FREE_MEM
(String s, int minor, CompletionStatus completed) Constructs aFREE_MEM
exception with the specified detail message, minor code, and completion status.IMP_LIMIT
(int minor, CompletionStatus completed) Constructs anIMP_LIMIT
exception with the specified minor code and completion status.IMP_LIMIT
(String s, int minor, CompletionStatus completed) Constructs anIMP_LIMIT
exception with the specified detail message, minor code, and completion status.INITIALIZE
(int minor, CompletionStatus completed) Constructs anINITIALIZE
exception with the specified minor code and completion status.INITIALIZE
(String s, int minor, CompletionStatus completed) Constructs anINITIALIZE
exception with the specified detail message, minor code, and completion status.INTERNAL
(int minor, CompletionStatus completed) Constructs anINTERNAL
exception with the specified minor code and completion status.INTERNAL
(String s, int minor, CompletionStatus completed) Constructs anINTERNAL
exception with the specified detail message, minor code, and completion status.INTF_REPOS
(int minor, CompletionStatus completed) Constructs anINTF_REPOS
exception with the specified minor code and completion status.INTF_REPOS
(String s, int minor, CompletionStatus completed) Constructs anINTF_REPOS
exception with the specified detail message, minor code, and completion status.INV_FLAG
(int minor, CompletionStatus completed) Constructs anINV_FLAG
exception with the specified minor code and completion status.INV_FLAG
(String s, int minor, CompletionStatus completed) Constructs anINV_FLAG
exception with the specified detail message, minor code, and completion status.INV_IDENT
(int minor, CompletionStatus completed) Constructs anINV_IDENT
exception with the specified minor code and completion status.INV_IDENT
(String s, int minor, CompletionStatus completed) Constructs anINV_IDENT
exception with the specified detail message, minor code, and completion status.INV_OBJREF
(int minor, CompletionStatus completed) Constructs anINV_OBJREF
exception with the specified minor code and completion status.INV_OBJREF
(String s, int minor, CompletionStatus completed) Constructs anINV_OBJREF
exception with the specified detail message, minor code, and completion status.INV_POLICY
(int minor, CompletionStatus completed) Constructs aINV_POLICY
exception with the specified minor code and completion status.INV_POLICY
(String s, int minor, CompletionStatus completed) Constructs aINV_POLICY
exception with the specified description message, minor code, and completion status.INVALID_ACTIVITY
(int minorCode, CompletionStatus completionStatus) Constructs anINVALID_ACTIVITY
exception with the specified minor code and completion status.INVALID_ACTIVITY
(String detailMessage, int minorCode, CompletionStatus completionStatus) Constructs anINVALID_ACTIVITY
exception with the specified message, minor code, and completion status.INVALID_TRANSACTION
(int minor, CompletionStatus completed) Constructs anINVALID_TRANSACTION
exception with the specified minor code and completion status.INVALID_TRANSACTION
(String s, int minor, CompletionStatus completed) Constructs anINVALID_TRANSACTION
exception with the specified detail message, minor code, and completion status.MARSHAL
(int minor, CompletionStatus completed) Constructs aMARSHAL
exception with the specified minor code and completion status.MARSHAL
(String s, int minor, CompletionStatus completed) Constructs aMARSHAL
exception with the specified description message, minor code, and completion status.NO_IMPLEMENT
(int minor, CompletionStatus completed) Constructs aNO_IMPLEMENT
exception with the specified minor code and completion status.NO_IMPLEMENT
(String s, int minor, CompletionStatus completed) Constructs aNO_IMPLEMENT
exception with the specified description message, minor code, and completion status.NO_MEMORY
(int minor, CompletionStatus completed) Constructs aNO_MEMORY
exception with the specified minor code and completion status.NO_MEMORY
(String s, int minor, CompletionStatus completed) Constructs aNO_MEMORY
exception with the specified description message, minor code, and completion status.NO_PERMISSION
(int minor, CompletionStatus completed) Constructs aNO_PERMISSION
exception with the specified minor code and completion status.NO_PERMISSION
(String s, int minor, CompletionStatus completed) Constructs aNO_PERMISSION
exception with the specified description message, minor code, and completion status.NO_RESOURCES
(int minor, CompletionStatus completed) Constructs aNO_RESOURCES
exception with the specified minor code and completion status.NO_RESOURCES
(String s, int minor, CompletionStatus completed) Constructs aNO_RESOURCES
exception with the specified description message, minor code, and completion status.NO_RESPONSE
(int minor, CompletionStatus completed) Constructs aNO_RESPONSE
exception with the specified minor code and completion status.NO_RESPONSE
(String s, int minor, CompletionStatus completed) Constructs aNO_RESPONSE
exception with the specified description message, minor code, and completion status.OBJ_ADAPTER
(int minor, CompletionStatus completed) Constructs anOBJ_ADAPTER
exception with the specified minor code and completion status.OBJ_ADAPTER
(String s, int minor, CompletionStatus completed) Constructs anOBJ_ADAPTER
exception with the specified description message, minor code, and completion status.OBJECT_NOT_EXIST
(int minor, CompletionStatus completed) Constructs anOBJECT_NOT_EXIST
exception with the specified minor code and completion status.OBJECT_NOT_EXIST
(String s, int minor, CompletionStatus completed) Constructs anOBJECT_NOT_EXIST
exception with the specified description message, minor code, and completion status.PERSIST_STORE
(int minor, CompletionStatus completed) Constructs aPERSIST_STORE
exception with the specified minor code and completion status.PERSIST_STORE
(String s, int minor, CompletionStatus completed) Constructs aPERSIST_STORE
exception with the specified description message, minor code, and completion status.REBIND
(int minorCode, CompletionStatus completionStatus) Constructs anREBIND
exception with the specified minor code and completion status.REBIND
(String detailMessage, int minorCode, CompletionStatus completionStatus) Constructs anREBIND
exception with the specified message, minor code, and completion status.protected
SystemException
(String reason, int minor, CompletionStatus completed) Constructs aSystemException
exception with the specified detail message, minor code, and completion status.TIMEOUT
(int minorCode, CompletionStatus completionStatus) Constructs anTIMEOUT
exception with the specified minor code and completion status.TIMEOUT
(String detailMessage, int minorCode, CompletionStatus completionStatus) Constructs anTIMEOUT
exception with the specified message, minor code, and completion status.TRANSACTION_MODE
(int minor, CompletionStatus completed) Constructs aTRANSACTION_MODE
exception with the specified minor code and completion status.TRANSACTION_MODE
(String s, int minor, CompletionStatus completed) Constructs aTRANSACTION_MODE
exception with the specified description message, minor code, and completion status.TRANSACTION_REQUIRED
(int minor, CompletionStatus completed) Constructs aTRANSACTION_REQUIRED
exception with the specified minor code and completion status.TRANSACTION_REQUIRED
(String s, int minor, CompletionStatus completed) Constructs aTRANSACTION_REQUIRED
exception with the specified description message, minor code, and completion status.TRANSACTION_ROLLEDBACK
(int minor, CompletionStatus completed) Constructs aTRANSACTION_ROLLEDBACK
exception with the specified minor code and completion status.TRANSACTION_ROLLEDBACK
(String s, int minor, CompletionStatus completed) Constructs aTRANSACTION_ROLLEDBACK
exception with the specified description message, minor code, and completion status.TRANSACTION_UNAVAILABLE
(int minor, CompletionStatus completed) Constructs aTRANSACTION_UNAVAILABLE
exception with the specified minor code and completion status.TRANSACTION_UNAVAILABLE
(String s, int minor, CompletionStatus completed) Constructs aTRANSACTION_UNAVAILABLE
exception with the specified description message, minor code, and completion status.TRANSIENT
(int minor, CompletionStatus completed) Constructs aTRANSIENT
exception with the specified minor code and completion status.TRANSIENT
(String s, int minor, CompletionStatus completed) Constructs aTRANSIENT
exception with the specified description message, minor code, and completion status.UNKNOWN
(int minor, CompletionStatus completed) Constructs anUNKNOWN
exception with the specified minor code and completion status.UNKNOWN
(String s, int minor, CompletionStatus completed) Constructs anUNKNOWN
exception with the specified description message, minor code, and completion status.