Class RequestMessage_1_0
java.lang.Object
com.sun.corba.ee.impl.protocol.giopmsgheaders.MessageBase
com.sun.corba.ee.impl.protocol.giopmsgheaders.Message_1_0
com.sun.corba.ee.impl.protocol.giopmsgheaders.RequestMessage_1_0
- All Implemented Interfaces:
Message, RequestMessage
This implements the GIOP 1.0 Request header.
- Version:
- 1.0
- Author:
- Ram Jeyaraman 05/14/2000
-
Field Summary
Fields inherited from interface 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_MASKFields inherited from interface RequestMessage
RESPONSE_EXPECTED_BIT -
Method Summary
Modifier and TypeMethodDescriptionvoidcallback(MessageHandler handler) intbyte[]booleanvoidread(InputStream istream) voidvoidsetThreadPoolToUse(int poolToUse) voidwrite(OutputStream ostream) Methods inherited from class Message_1_0
createFragmentMessage, getGIOPVersion, getSize, getType, isLittleEndian, moreFragmentsToFollow, setSizeMethods inherited from class MessageBase
createCancelRequest, createCloseConnection, createLocateReply, createLocateRequest, createMessageError, createReply, createRequest, getCorbaRequestId, getEncodingVersion, getRequestIdFromMessageBytes, getThreadPoolToUse, parseGiopHeader, setEncodingVersion, setFlag, supportsFragments, typeToStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Message
createFragmentMessage, getCorbaRequestId, getEncodingVersion, getGIOPVersion, getSize, getThreadPoolToUse, getType, isLittleEndian, moreFragmentsToFollow, setEncodingVersion, setSize, supportsFragments
-
Method Details
-
getServiceContexts
- Specified by:
getServiceContextsin interfaceRequestMessage
-
setServiceContexts
- Specified by:
setServiceContextsin interfaceRequestMessage
-
getRequestId
public int getRequestId()- Specified by:
getRequestIdin interfaceRequestMessage
-
isResponseExpected
public boolean isResponseExpected()- Specified by:
isResponseExpectedin interfaceRequestMessage
-
getReserved
public byte[] getReserved()- Specified by:
getReservedin interfaceRequestMessage
-
getObjectKeyCacheEntry
- Specified by:
getObjectKeyCacheEntryin interfaceRequestMessage
-
getOperation
- Specified by:
getOperationin interfaceRequestMessage
-
getPrincipal
- Specified by:
getPrincipalin interfaceRequestMessage
-
setThreadPoolToUse
public void setThreadPoolToUse(int poolToUse) - Specified by:
setThreadPoolToUsein interfaceRequestMessage
-
read
- Specified by:
readin interfaceMessage- Overrides:
readin classMessage_1_0
-
write
- Specified by:
writein interfaceMessage- Overrides:
writein classMessage_1_0
-
callback
- Specified by:
callbackin interfaceMessage- Overrides:
callbackin classMessageBase- Throws:
IOException
-