Class Message_1_0
- java.lang.Object
-
- com.sun.corba.ee.impl.protocol.giopmsgheaders.MessageBase
-
- com.sun.corba.ee.impl.protocol.giopmsgheaders.Message_1_0
-
- All Implemented Interfaces:
Message
- Direct Known Subclasses:
CancelRequestMessage_1_0
,LocateReplyMessage_1_0
,LocateRequestMessage_1_0
,ReplyMessage_1_0
,RequestMessage_1_0
public class Message_1_0 extends MessageBase
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
byte_order
(package private) GIOPVersion
GIOP_version
(package private) int
magic
(package private) int
message_size
(package private) byte
message_type
private static ORBUtilSystemException
wrapper
-
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
-
-
Constructor Summary
Constructors Constructor Description Message_1_0()
Message_1_0(int _magic, boolean _byte_order, byte _message_type, int _message_size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FragmentMessage
createFragmentMessage()
GIOPVersion
getGIOPVersion()
int
getSize()
int
getType()
boolean
isLittleEndian()
boolean
moreFragmentsToFollow()
void
read(InputStream istream)
void
setSize(java.nio.ByteBuffer byteBuffer, int size)
void
write(OutputStream ostream)
-
Methods inherited from class com.sun.corba.ee.impl.protocol.giopmsgheaders.MessageBase
callback, createCancelRequest, createCloseConnection, createLocateReply, createLocateRequest, createMessageError, createReply, createRequest, extractObjectKeyCacheEntry, getCorbaRequestId, getEncodingVersion, getRequestIdFromMessageBytes, getSystemException, getThreadPoolToUse, nullCheck, parseGiopHeader, setEncodingVersion, setFlag, supportsFragments, typeToString
-
-
-
-
Field Detail
-
wrapper
private static ORBUtilSystemException wrapper
-
magic
int magic
-
GIOP_version
GIOPVersion GIOP_version
-
byte_order
boolean byte_order
-
message_type
byte message_type
-
message_size
int message_size
-
-
Method Detail
-
getGIOPVersion
public GIOPVersion getGIOPVersion()
-
getType
public int getType()
-
getSize
public int getSize()
-
isLittleEndian
public boolean isLittleEndian()
-
moreFragmentsToFollow
public boolean moreFragmentsToFollow()
-
setSize
public void setSize(java.nio.ByteBuffer byteBuffer, int size)
-
createFragmentMessage
public FragmentMessage createFragmentMessage()
-
read
public void read(InputStream istream)
-
write
public void write(OutputStream ostream)
-
-