public final class RequestMessage_1_0 extends Message_1_0 implements RequestMessage
giopHeader
RESPONSE_EXPECTED_BIT
CDR_ENC_VERSION, defaultBufferSize, FLAG_NO_FRAG_BIG_ENDIAN, GIOPBigEndian, GIOPBigMagic, GIOPCancelRequest, GIOPCloseConnection, GIOPFragment, GIOPLittleEndian, GIOPLittleMagic, GIOPLocateReply, GIOPLocateRequest, GIOPMessageError, GIOPMessageHeaderLength, GIOPReply, GIOPRequest, JAVA_ENC_VERSION, LITTLE_ENDIAN_BIT, MORE_FRAGMENTS_BIT, THREAD_POOL_TO_USE_MASK, TRAILING_TWO_BIT_BYTE_MASK
Modifier and Type | Method and Description |
---|---|
void |
callback(MessageHandler handler) |
ObjectKey |
getObjectKey() |
String |
getOperation() |
Principal |
getPrincipal() |
int |
getRequestId() |
byte[] |
getReserved() |
ServiceContexts |
getServiceContexts() |
boolean |
isResponseExpected() |
void |
read(InputStream istream) |
void |
setThreadPoolToUse(int poolToUse) |
void |
write(OutputStream ostream) |
createFragmentMessage, getGIOPVersion, getSize, getType, isLittleEndian, moreFragmentsToFollow, setSize
clearFlag, createCancelRequest, createCloseConnection, createFragmentMessage, createLocateReply, createLocateRequest, createMessageError, createReply, createRequest, getByteBuffer, getEncodingVersion, getRequestId, getThreadPoolToUse, readGIOPBody, readGIOPHeader, readGIOPMessage, setByteBuffer, setEncodingVersion, setFlag, typeToString, typeToString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createFragmentMessage, getByteBuffer, getEncodingVersion, getGIOPVersion, getSize, getThreadPoolToUse, getType, isLittleEndian, moreFragmentsToFollow, setByteBuffer, setEncodingVersion, setSize
public ServiceContexts getServiceContexts()
getServiceContexts
in interface RequestMessage
public int getRequestId()
getRequestId
in interface RequestMessage
public boolean isResponseExpected()
isResponseExpected
in interface RequestMessage
public byte[] getReserved()
getReserved
in interface RequestMessage
public ObjectKey getObjectKey()
getObjectKey
in interface RequestMessage
public String getOperation()
getOperation
in interface RequestMessage
public Principal getPrincipal()
getPrincipal
in interface RequestMessage
public void setThreadPoolToUse(int poolToUse)
setThreadPoolToUse
in interface RequestMessage
public void read(InputStream istream)
read
in interface Message
read
in class Message_1_0
public void write(OutputStream ostream)
write
in interface Message
write
in class Message_1_0
public void callback(MessageHandler handler) throws IOException
callback
in interface Message
callback
in class MessageBase
IOException
Copyright © 2017 JBoss by Red Hat. All rights reserved.