Interface RequestMessage
-
- All Superinterfaces:
Message
- All Known Implementing Classes:
RequestMessage_1_0,RequestMessage_1_1,RequestMessage_1_2
public interface RequestMessage extends Message
This interface captures the RequestMessage contract.- Version:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static byteRESPONSE_EXPECTED_BIT-
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 ObjectKeyCacheEntrygetObjectKeyCacheEntry()java.lang.StringgetOperation()PrincipalgetPrincipal()intgetRequestId()byte[]getReserved()ServiceContextsgetServiceContexts()booleanisResponseExpected()voidsetServiceContexts(ServiceContexts sc)voidsetThreadPoolToUse(int poolToUse)-
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
-
RESPONSE_EXPECTED_BIT
static final byte RESPONSE_EXPECTED_BIT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getServiceContexts
ServiceContexts getServiceContexts()
-
setServiceContexts
void setServiceContexts(ServiceContexts sc)
-
getRequestId
int getRequestId()
-
isResponseExpected
boolean isResponseExpected()
-
getReserved
byte[] getReserved()
-
getObjectKeyCacheEntry
ObjectKeyCacheEntry getObjectKeyCacheEntry()
-
getOperation
java.lang.String getOperation()
-
getPrincipal
Principal getPrincipal()
-
setThreadPoolToUse
void setThreadPoolToUse(int poolToUse)
-
-