Uses of Interface
com.sun.corba.ee.impl.protocol.giopmsgheaders.Message
Packages that use Message
Package
Description
-
Uses of Message in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding declared as MessageModifier and TypeFieldDescriptionprivate MessageCDRInputObject.headerprivate MessageCDROutputObject.headerMethods in com.sun.corba.ee.impl.encoding that return MessageModifier and TypeMethodDescriptionCDRInputObject.getMessageHeader()CDROutputObject.getMessageHeader()Methods in com.sun.corba.ee.impl.encoding with parameters of type MessageModifier and TypeMethodDescriptionprivate static BufferManagerReadCDRInputObject.createBufferManagerRead(ORB orb, Message header) voidCalled once after creating this buffer manager and before it begins processing.voidvoidstatic 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 MessageModifierConstructorDescriptionCDRInputObject(ORB orb, Connection corbaConnection, ByteBuffer byteBuffer, Message header) privateCDROutputObject(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 MessageModifier and TypeFieldDescriptionprotected MessageMessageMediatorImpl.dispatchHeaderprotected MessageMessageMediatorImpl.messageHeaderMethods in com.sun.corba.ee.impl.protocol that return MessageModifier and TypeMethodDescriptionMessageMediatorImpl.getDispatchHeader()MessageParserImpl.parseBytes(ByteBuffer byteBuffer, Connection connection) Methods in com.sun.corba.ee.impl.protocol with parameters of type MessageModifier and TypeMethodDescriptionprivate voidMessageParserImpl.addRequestIdToFragmentList(Message message, 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, 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 MessageModifierConstructorDescriptionMessageMediatorImpl(ORB orb, Connection connection, Message dispatchHeader, ByteBuffer byteBuffer) -
Uses of Message in com.sun.corba.ee.impl.protocol.giopmsgheaders
Subinterfaces of Message in com.sun.corba.ee.impl.protocol.giopmsgheadersModifier and TypeInterfaceDescriptioninterfaceThis interface captures the CancelRequestMessage contract.interfaceThis interface captures the FragmentMessage contract.interfaceThis interface captures the LocateReplyMessage contract.interfaceinterfaceThis interface captures the LocateRequestMessage contract.interfaceThis interface captures the ReplyMessage contract.interfaceThis interface captures the RequestMessage contract.Classes in com.sun.corba.ee.impl.protocol.giopmsgheaders that implement MessageModifier and TypeClassDescriptionfinal classThis implements the GIOP 1.0 CancelRequest header.final classThis implements the GIOP 1.1 CancelRequest header.final classThis implements the GIOP 1.2 CancelRequest header.final classThis implements the GIOP 1.1 Fragment header.final classThis implements the GIOP 1.2 Fragment header.final classThis implements the GIOP 1.0 LocateReply header.final classThis implements the GIOP 1.1 LocateReply header.final classThis implements the GIOP 1.2 LocateReply header.final classThis implements the GIOP 1.0 LocateRequest header.final classThis implements the GIOP 1.1 LocateRequest header.final classThis implements the GIOP 1.2 LocateRequest header.classclassclassclassThis class acts as the base class for the various GIOP message types.final classThis implements the GIOP 1.0 Reply header.final classThis implements the GIOP 1.1 Reply header.final classThis implements the GIOP 1.2 Reply header.final classThis implements the GIOP 1.0 Request header.final classThis implements the GIOP 1.1 Request header.final classThis implements the GIOP 1.2 Request header.Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return MessageModifier and TypeMethodDescriptionstatic MessageMessageBase.createCloseConnection(GIOPVersion gv) static MessageMessageBase.createMessageError(GIOPVersion gv) Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type MessageModifier and TypeMethodDescriptionstatic RequestIdMessageBase.getRequestIdFromMessageBytes(Message message, 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 MessageModifier and TypeMethodDescriptionprotected 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 MessageModifier and TypeMethodDescriptionMessageMediator.getDispatchHeader()MessageParser.parseBytes(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