Uses of Interface
com.sun.corba.ee.impl.protocol.giopmsgheaders.Message
-
-
Uses of Message in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding declared as Message Modifier and Type Field Description private Message
CDRInputObject. header
private Message
CDROutputObject. header
Methods in com.sun.corba.ee.impl.encoding that return Message Modifier and Type Method Description Message
CDRInputObject. getMessageHeader()
Message
CDROutputObject. getMessageHeader()
Methods in com.sun.corba.ee.impl.encoding with parameters of type Message Modifier and Type Method Description private static BufferManagerRead
CDRInputObject. createBufferManagerRead(ORB orb, Message header)
void
BufferManagerRead. init(Message header)
Called once after creating this buffer manager and before it begins processing.void
BufferManagerReadGrow. init(Message msg)
void
BufferManagerReadStream. init(Message msg)
static CDROutputObject
OutputStreamFactory. newCDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion)
static CDROutputObject
OutputStreamFactory. newCDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion, int strategy)
static CDROutputObject
OutputStreamFactory. newCDROutputObject(ORB orb, MessageMediator mediator, GIOPVersion giopVersion, Connection connection, Message header, byte streamFormatVersion)
private void
CDRInputObject. unmarshalledHeader(Message msg)
Constructors in com.sun.corba.ee.impl.encoding with parameters of type Message Constructor Description CDRInputObject(ORB orb, Connection corbaConnection, java.nio.ByteBuffer byteBuffer, Message header)
CDROutputObject(ORB orb, GIOPVersion giopVersion, Message header, BufferManagerWrite manager, byte streamFormatVersion, MessageMediator mediator)
CDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion)
CDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion, int strategy)
CDROutputObject(ORB orb, MessageMediator mediator, GIOPVersion giopVersion, Connection connection, Message header, byte streamFormatVersion)
-
Uses of Message in com.sun.corba.ee.impl.protocol
Fields in com.sun.corba.ee.impl.protocol declared as Message Modifier and Type Field Description protected Message
MessageMediatorImpl. dispatchHeader
protected Message
MessageMediatorImpl. messageHeader
Methods in com.sun.corba.ee.impl.protocol that return Message Modifier and Type Method Description Message
MessageMediatorImpl. getDispatchHeader()
Message
MessageParserImpl. parseBytes(java.nio.ByteBuffer byteBuffer, Connection connection)
Methods in com.sun.corba.ee.impl.protocol with parameters of type Message Modifier and Type Method Description private void
MessageParserImpl. addRequestIdToFragmentList(Message message, java.nio.ByteBuffer byteBuffer)
private CDROutputObject
MessageMediatorImpl. createAppropriateOutputObject(MessageMediator messageMediator, Message msg, LocateReplyMessage reply)
void
MessageMediatorImpl. handleInput(Message header)
private boolean
MessageParserImpl. isEndOfFragmentList(Message message)
private void
MessageMediatorImpl. messageInfo(Message msg, RequestId rid)
private void
MessageParserImpl. removeRequestIdFromFragmentList(Message message, java.nio.ByteBuffer byteBuffer)
private void
MessageMediatorImpl. resumeOptimizedReadProcessing(Message message)
private void
MessageMediatorImpl. setWorkThenPoolOrResumeOptimizedRead(Message header)
private void
MessageMediatorImpl. setWorkThenReadOrResumeOptimizedRead(Message header)
Constructors in com.sun.corba.ee.impl.protocol with parameters of type Message Constructor Description MessageMediatorImpl(ORB orb, Connection connection, Message dispatchHeader, java.nio.ByteBuffer byteBuffer)
-
Uses of Message in com.sun.corba.ee.impl.protocol.giopmsgheaders
Subinterfaces of Message in com.sun.corba.ee.impl.protocol.giopmsgheaders Modifier and Type Interface Description interface
CancelRequestMessage
This interface captures the CancelRequestMessage contract.interface
FragmentMessage
This interface captures the FragmentMessage contract.interface
LocateReplyMessage
This interface captures the LocateReplyMessage contract.interface
LocateReplyOrReplyMessage
interface
LocateRequestMessage
This interface captures the LocateRequestMessage contract.interface
ReplyMessage
This interface captures the ReplyMessage contract.interface
RequestMessage
This interface captures the RequestMessage contract.Classes in com.sun.corba.ee.impl.protocol.giopmsgheaders that implement Message Modifier and Type Class Description class
CancelRequestMessage_1_0
This implements the GIOP 1.0 CancelRequest header.class
CancelRequestMessage_1_1
This implements the GIOP 1.1 CancelRequest header.class
CancelRequestMessage_1_2
This implements the GIOP 1.2 CancelRequest header.class
FragmentMessage_1_1
This implements the GIOP 1.1 Fragment header.class
FragmentMessage_1_2
This implements the GIOP 1.2 Fragment header.class
LocateReplyMessage_1_0
This implements the GIOP 1.0 LocateReply header.class
LocateReplyMessage_1_1
This implements the GIOP 1.1 LocateReply header.class
LocateReplyMessage_1_2
This implements the GIOP 1.2 LocateReply header.class
LocateRequestMessage_1_0
This implements the GIOP 1.0 LocateRequest header.class
LocateRequestMessage_1_1
This implements the GIOP 1.1 LocateRequest header.class
LocateRequestMessage_1_2
This implements the GIOP 1.2 LocateRequest header.class
Message_1_0
class
Message_1_1
class
Message_1_2
class
MessageBase
This class acts as the base class for the various GIOP message types.class
ReplyMessage_1_0
This implements the GIOP 1.0 Reply header.class
ReplyMessage_1_1
This implements the GIOP 1.1 Reply header.class
ReplyMessage_1_2
This implements the GIOP 1.2 Reply header.class
RequestMessage_1_0
This implements the GIOP 1.0 Request header.class
RequestMessage_1_1
This implements the GIOP 1.1 Request header.class
RequestMessage_1_2
This implements the GIOP 1.2 Request header.Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return Message Modifier and Type Method Description static Message
MessageBase. createCloseConnection(GIOPVersion gv)
static Message
MessageBase. createMessageError(GIOPVersion gv)
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type Message Modifier and Type Method Description static RequestId
MessageBase. getRequestIdFromMessageBytes(Message message, java.nio.ByteBuffer byteBuffer)
Get the request id from the 4 bytes following the 12 byte GIOP request header if the request header exists.void
MessageHandler. handleInput(Message header)
Used for message types for which we don't have concrete classes, yet, such as CloseConnection and MessageError, as well as unknown types. -
Uses of Message in com.sun.corba.ee.impl.transport
Methods in com.sun.corba.ee.impl.transport with parameters of type Message Modifier and Type Method Description protected void
ConnectionImpl. sendHelper(GIOPVersion giopVersion, Message msg)
-
Uses of Message in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return Message Modifier and Type Method Description Message
MessageMediator. getDispatchHeader()
Message
MessageParser. parseBytes(java.nio.ByteBuffer byteBuffer, Connection connection)
If there are sufficient bytes in theByteBuffer
to compose aMessage
, then return a newly initializedMessage
. -
Uses of Message in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return Message Modifier and Type Method Description Message[]
MessageData. getMessages()
An array of GIOP messages.
-