Interface LocateReplyOrReplyMessage
-
- All Superinterfaces:
Message
- All Known Subinterfaces:
LocateReplyMessage
,ReplyMessage
- All Known Implementing Classes:
LocateReplyMessage_1_0
,LocateReplyMessage_1_1
,LocateReplyMessage_1_2
,ReplyMessage_1_0
,ReplyMessage_1_1
,ReplyMessage_1_2
public interface LocateReplyOrReplyMessage extends Message
-
-
Field Summary
-
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 short
getAddrDisposition()
IOR
getIOR()
int
getReplyStatus()
int
getRequestId()
SystemException
getSystemException(java.lang.String message)
-
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
-
-
-
-
Method Detail
-
getRequestId
int getRequestId()
-
getReplyStatus
int getReplyStatus()
-
getSystemException
SystemException getSystemException(java.lang.String message)
-
getIOR
IOR getIOR()
-
getAddrDisposition
short getAddrDisposition()
-
-