Class ReplyMessage_1_1
java.lang.Object
com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase
com.sun.corba.se.impl.protocol.giopmsgheaders.Message_1_1
com.sun.corba.se.impl.protocol.giopmsgheaders.ReplyMessage_1_1
- All Implemented Interfaces:
LocateReplyOrReplyMessage,Message,ReplyMessage
This implements the GIOP 1.1 Reply header.
- Author:
- Ram Jeyaraman 05/14/2000
-
Field Summary
Fields inherited from class com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase
giopHeaderFields inherited from interface com.sun.corba.se.impl.protocol.giopmsgheaders.Message
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_MASKFields inherited from interface com.sun.corba.se.impl.protocol.giopmsgheaders.ReplyMessage
LOCATION_FORWARD, LOCATION_FORWARD_PERM, NEEDS_ADDRESSING_MODE, NO_EXCEPTION, SYSTEM_EXCEPTION, USER_EXCEPTION -
Method Summary
Modifier and TypeMethodDescriptionvoidcallback(MessageHandler handler) shortgetIOR()intintgetSystemException(String message) static voidisValidReplyStatus(int replyStatus) voidread(InputStream istream) voidvoidvoidwrite(OutputStream ostream) Methods inherited from class com.sun.corba.se.impl.protocol.giopmsgheaders.Message_1_1
createFragmentMessage, getGIOPVersion, getSize, getType, isLittleEndian, moreFragmentsToFollow, setSize, setThreadPoolToUseMethods inherited from class com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase
clearFlag, createCancelRequest, createCloseConnection, createFragmentMessage, createLocateReply, createLocateRequest, createMessageError, createReply, createRequest, getByteBuffer, getEncodingVersion, getRequestId, getThreadPoolToUse, readGIOPBody, readGIOPHeader, readGIOPMessage, setByteBuffer, setEncodingVersion, setFlag, typeToString, typeToStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.corba.se.impl.protocol.giopmsgheaders.Message
createFragmentMessage, getByteBuffer, getEncodingVersion, getGIOPVersion, getSize, getThreadPoolToUse, getType, isLittleEndian, moreFragmentsToFollow, setByteBuffer, setEncodingVersion, setSize
-
Method Details
-
getRequestId
public int getRequestId()- Specified by:
getRequestIdin interfaceLocateReplyOrReplyMessage
-
getReplyStatus
public int getReplyStatus()- Specified by:
getReplyStatusin interfaceLocateReplyOrReplyMessage
-
getAddrDisposition
public short getAddrDisposition()- Specified by:
getAddrDispositionin interfaceLocateReplyOrReplyMessage
-
getServiceContexts
- Specified by:
getServiceContextsin interfaceReplyMessage
-
setServiceContexts
- Specified by:
setServiceContextsin interfaceReplyMessage
-
getSystemException
- Specified by:
getSystemExceptionin interfaceLocateReplyOrReplyMessage
-
getIOR
- Specified by:
getIORin interfaceLocateReplyOrReplyMessage
-
setIOR
- Specified by:
setIORin interfaceReplyMessage
-
read
- Specified by:
readin interfaceMessage- Overrides:
readin classMessage_1_1
-
write
- Specified by:
writein interfaceMessage- Overrides:
writein classMessage_1_1
-
isValidReplyStatus
public static void isValidReplyStatus(int replyStatus) -
callback
- Specified by:
callbackin interfaceMessage- Overrides:
callbackin classMessageBase- Throws:
IOException
-