Interface ReplyMessage
-
- All Superinterfaces:
LocateReplyOrReplyMessage
,Message
- All Known Implementing Classes:
ReplyMessage_1_0
,ReplyMessage_1_1
,ReplyMessage_1_2
public interface ReplyMessage extends Message, LocateReplyOrReplyMessage
This interface captures the ReplyMessage contract.- Version:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
LOCATION_FORWARD
static int
LOCATION_FORWARD_PERM
static int
NEEDS_ADDRESSING_MODE
static int
NO_EXCEPTION
static int
SYSTEM_EXCEPTION
static int
USER_EXCEPTION
-
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 ServiceContexts
getServiceContexts()
void
setIOR(IOR newIOR)
-
Methods inherited from interface com.sun.corba.ee.impl.protocol.giopmsgheaders.LocateReplyOrReplyMessage
getAddrDisposition, getIOR, getReplyStatus, getRequestId, getSystemException
-
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
-
-
-
-
Field Detail
-
NO_EXCEPTION
static final int NO_EXCEPTION
- See Also:
- Constant Field Values
-
USER_EXCEPTION
static final int USER_EXCEPTION
- See Also:
- Constant Field Values
-
SYSTEM_EXCEPTION
static final int SYSTEM_EXCEPTION
- See Also:
- Constant Field Values
-
LOCATION_FORWARD
static final int LOCATION_FORWARD
- See Also:
- Constant Field Values
-
LOCATION_FORWARD_PERM
static final int LOCATION_FORWARD_PERM
- See Also:
- Constant Field Values
-
NEEDS_ADDRESSING_MODE
static final int NEEDS_ADDRESSING_MODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getServiceContexts
ServiceContexts getServiceContexts()
-
setIOR
void setIOR(IOR newIOR)
-
-