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 MessageCDRInputObject. headerprivate MessageCDROutputObject. headerMethods in com.sun.corba.ee.impl.encoding that return Message Modifier and Type Method Description MessageCDRInputObject. getMessageHeader()MessageCDROutputObject. getMessageHeader()Methods in com.sun.corba.ee.impl.encoding with parameters of type Message Modifier and Type Method Description private static BufferManagerReadCDRInputObject. createBufferManagerRead(ORB orb, Message header)voidBufferManagerRead. init(Message header)Called once after creating this buffer manager and before it begins processing.voidBufferManagerReadGrow. init(Message msg)voidBufferManagerReadStream. init(Message msg)static CDROutputObjectOutputStreamFactory. newCDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion)static CDROutputObjectOutputStreamFactory. newCDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion, int strategy)static CDROutputObjectOutputStreamFactory. newCDROutputObject(ORB orb, MessageMediator mediator, GIOPVersion giopVersion, Connection connection, Message header, byte streamFormatVersion)private voidCDRInputObject. 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 MessageMessageMediatorImpl. dispatchHeaderprotected MessageMessageMediatorImpl. messageHeaderMethods in com.sun.corba.ee.impl.protocol that return Message Modifier and Type Method Description MessageMessageMediatorImpl. getDispatchHeader()MessageMessageParserImpl. 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 voidMessageParserImpl. addRequestIdToFragmentList(Message message, java.nio.ByteBuffer byteBuffer)private CDROutputObjectMessageMediatorImpl. createAppropriateOutputObject(MessageMediator messageMediator, Message msg, LocateReplyMessage reply)voidMessageMediatorImpl. handleInput(Message header)private booleanMessageParserImpl. isEndOfFragmentList(Message message)private voidMessageMediatorImpl. messageInfo(Message msg, RequestId rid)private voidMessageParserImpl. removeRequestIdFromFragmentList(Message message, java.nio.ByteBuffer byteBuffer)private voidMessageMediatorImpl. resumeOptimizedReadProcessing(Message message)private voidMessageMediatorImpl. setWorkThenPoolOrResumeOptimizedRead(Message header)private voidMessageMediatorImpl. 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 interfaceCancelRequestMessageThis interface captures the CancelRequestMessage contract.interfaceFragmentMessageThis interface captures the FragmentMessage contract.interfaceLocateReplyMessageThis interface captures the LocateReplyMessage contract.interfaceLocateReplyOrReplyMessageinterfaceLocateRequestMessageThis interface captures the LocateRequestMessage contract.interfaceReplyMessageThis interface captures the ReplyMessage contract.interfaceRequestMessageThis interface captures the RequestMessage contract.Classes in com.sun.corba.ee.impl.protocol.giopmsgheaders that implement Message Modifier and Type Class Description classCancelRequestMessage_1_0This implements the GIOP 1.0 CancelRequest header.classCancelRequestMessage_1_1This implements the GIOP 1.1 CancelRequest header.classCancelRequestMessage_1_2This implements the GIOP 1.2 CancelRequest header.classFragmentMessage_1_1This implements the GIOP 1.1 Fragment header.classFragmentMessage_1_2This implements the GIOP 1.2 Fragment header.classLocateReplyMessage_1_0This implements the GIOP 1.0 LocateReply header.classLocateReplyMessage_1_1This implements the GIOP 1.1 LocateReply header.classLocateReplyMessage_1_2This implements the GIOP 1.2 LocateReply header.classLocateRequestMessage_1_0This implements the GIOP 1.0 LocateRequest header.classLocateRequestMessage_1_1This implements the GIOP 1.1 LocateRequest header.classLocateRequestMessage_1_2This implements the GIOP 1.2 LocateRequest header.classMessage_1_0classMessage_1_1classMessage_1_2classMessageBaseThis class acts as the base class for the various GIOP message types.classReplyMessage_1_0This implements the GIOP 1.0 Reply header.classReplyMessage_1_1This implements the GIOP 1.1 Reply header.classReplyMessage_1_2This implements the GIOP 1.2 Reply header.classRequestMessage_1_0This implements the GIOP 1.0 Request header.classRequestMessage_1_1This implements the GIOP 1.1 Request header.classRequestMessage_1_2This 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 MessageMessageBase. createCloseConnection(GIOPVersion gv)static MessageMessageBase. createMessageError(GIOPVersion gv)Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type Message Modifier and Type Method Description static RequestIdMessageBase. 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.voidMessageHandler. 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 voidConnectionImpl. 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 MessageMessageMediator. getDispatchHeader()MessageMessageParser. parseBytes(java.nio.ByteBuffer byteBuffer, Connection connection)If there are sufficient bytes in theByteBufferto 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.
-