Interface LocateReplyMessage
-
- All Superinterfaces:
LocateReplyOrReplyMessage
,Message
- All Known Implementing Classes:
LocateReplyMessage_1_0
,LocateReplyMessage_1_1
,LocateReplyMessage_1_2
public interface LocateReplyMessage extends Message, LocateReplyOrReplyMessage
This interface captures the LocateReplyMessage contract.- Version:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
LOC_NEEDS_ADDRESSING_MODE
static int
LOC_SYSTEM_EXCEPTION
static int
OBJECT_FORWARD
static int
OBJECT_FORWARD_PERM
static int
OBJECT_HERE
static int
UNKNOWN_OBJECT
-
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
-
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
-
UNKNOWN_OBJECT
static final int UNKNOWN_OBJECT
- See Also:
- Constant Field Values
-
OBJECT_HERE
static final int OBJECT_HERE
- See Also:
- Constant Field Values
-
OBJECT_FORWARD
static final int OBJECT_FORWARD
- See Also:
- Constant Field Values
-
OBJECT_FORWARD_PERM
static final int OBJECT_FORWARD_PERM
- See Also:
- Constant Field Values
-
LOC_SYSTEM_EXCEPTION
static final int LOC_SYSTEM_EXCEPTION
- See Also:
- Constant Field Values
-
LOC_NEEDS_ADDRESSING_MODE
static final int LOC_NEEDS_ADDRESSING_MODE
- See Also:
- Constant Field Values
-
-