Interface CancelRequestMessage
-
- All Superinterfaces:
Message
- All Known Implementing Classes:
CancelRequestMessage_1_0
,CancelRequestMessage_1_1
,CancelRequestMessage_1_2
public interface CancelRequestMessage extends Message
This interface captures the CancelRequestMessage contract.- Version:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
CANCEL_REQ_MSG_SIZE
-
Fields inherited from interface com.sun.corba.ee.impl.protocol.giopmsgheaders.Message
defaultBufferSize, FLAG_NO_FRAG_BIG_ENDIAN, GIOPBigMagic, GIOPCancelRequest, GIOPCloseConnection, GIOPFragment, GIOPLocateReply, GIOPLocateRequest, GIOPMessageError, GIOPMessageHeaderLength, GIOPReply, GIOPRequest, LITTLE_ENDIAN_BIT, MORE_FRAGMENTS_BIT, THREAD_POOL_TO_USE_MASK, TRAILING_TWO_BIT_BYTE_MASK
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRequestId()
-
Methods inherited from interface com.sun.corba.ee.impl.protocol.giopmsgheaders.Message
callback, createFragmentMessage, getCorbaRequestId, getEncodingVersion, getGIOPVersion, getSize, getThreadPoolToUse, getType, isLittleEndian, moreFragmentsToFollow, read, setEncodingVersion, setSize, supportsFragments, write
-
-
-
-
Field Detail
-
CANCEL_REQ_MSG_SIZE
static final int CANCEL_REQ_MSG_SIZE
- See Also:
- Constant Field Values
-
-