public interface RequestMessage extends Message
| Modifier and Type | Field and Description |
|---|---|
static byte |
RESPONSE_EXPECTED_BIT |
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| Modifier and Type | Method and Description |
|---|---|
ObjectKeyCacheEntry |
getObjectKeyCacheEntry() |
String |
getOperation() |
Principal |
getPrincipal() |
int |
getRequestId() |
byte[] |
getReserved() |
ServiceContexts |
getServiceContexts() |
boolean |
isResponseExpected() |
void |
setServiceContexts(ServiceContexts sc) |
void |
setThreadPoolToUse(int poolToUse) |
callback, createFragmentMessage, getCorbaRequestId, getEncodingVersion, getGIOPVersion, getSize, getThreadPoolToUse, getType, isLittleEndian, moreFragmentsToFollow, read, setEncodingVersion, setSize, supportsFragments, writestatic final byte RESPONSE_EXPECTED_BIT
ServiceContexts getServiceContexts()
void setServiceContexts(ServiceContexts sc)
int getRequestId()
boolean isResponseExpected()
byte[] getReserved()
ObjectKeyCacheEntry getObjectKeyCacheEntry()
String getOperation()
Principal getPrincipal()
void setThreadPoolToUse(int poolToUse)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.