Uses of Interface
com.sun.corba.se.pept.protocol.MessageMediator
Packages that use MessageMediator
Package
Description
-
Uses of MessageMediator in com.sun.corba.se.impl.encoding
Methods in com.sun.corba.se.impl.encoding that return MessageMediatorModifier and TypeMethodDescriptionCDRInputStream.getMessageMediator()CDROutputStream.getMessageMediator()Methods in com.sun.corba.se.impl.encoding with parameters of type MessageMediatorModifier and TypeMethodDescriptionvoidCDRInputStream.setMessageMediator(MessageMediator messageMediator) voidCDROutputStream.setMessageMediator(MessageMediator messageMediator) Constructors in com.sun.corba.se.impl.encoding with parameters of type MessageMediatorModifierConstructorDescriptionCDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion) CDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion, int strategy) -
Uses of MessageMediator in com.sun.corba.se.impl.interceptors
Methods in com.sun.corba.se.impl.interceptors with parameters of type MessageMediatorModifier and TypeMethodDescriptionprotected voidClientRequestInfoImpl.setInfo(MessageMediator messageMediator) -
Uses of MessageMediator in com.sun.corba.se.impl.orb
Methods in com.sun.corba.se.impl.orb that return MessageMediatorModifier and TypeMethodDescriptionParserTable.TestAcceptor1.createMessageMediator(Broker xbroker, Connection xconnection) ParserTable.TestAcceptor2.createMessageMediator(Broker xbroker, Connection xconnection) ParserTable.TestAcceptor1.finishCreatingMessageMediator(Broker xbroker, Connection xconnection, MessageMediator messageMediator) ParserTable.TestAcceptor2.finishCreatingMessageMediator(Broker xbroker, Connection xconnection, MessageMediator messageMediator) Methods in com.sun.corba.se.impl.orb with parameters of type MessageMediatorModifier and TypeMethodDescriptionParserTable.TestAcceptor1.createInputObject(Broker broker, MessageMediator messageMediator) ParserTable.TestAcceptor2.createInputObject(Broker broker, MessageMediator messageMediator) ParserTable.TestAcceptor1.createOutputObject(Broker broker, MessageMediator messageMediator) ParserTable.TestAcceptor2.createOutputObject(Broker broker, MessageMediator messageMediator) ParserTable.TestAcceptor1.finishCreatingMessageMediator(Broker xbroker, Connection xconnection, MessageMediator messageMediator) ParserTable.TestAcceptor2.finishCreatingMessageMediator(Broker xbroker, Connection xconnection, MessageMediator messageMediator) -
Uses of MessageMediator in com.sun.corba.se.impl.protocol
Classes in com.sun.corba.se.impl.protocol that implement MessageMediatorMethods in com.sun.corba.se.impl.protocol that return MessageMediatorMethods in com.sun.corba.se.impl.protocol with parameters of type MessageMediatorModifier and TypeMethodDescriptionvoidBootstrapServerRequestDispatcher.dispatch(MessageMediator messageMediator) Dispatch is called by the ORB and will serve get(key) and list() invocations on the initial object key.voidCorbaServerRequestDispatcherImpl.dispatch(MessageMediator messageMediator) voidINSServerRequestDispatcher.dispatch(MessageMediator mediator) booleanCorbaMessageMediatorImpl.handleRequest(MessageMediator messageMediator) voidCorbaInvocationInfo.setMessageMediator(MessageMediator messageMediator) -
Uses of MessageMediator in com.sun.corba.se.impl.transport
Fields in com.sun.corba.se.impl.transport declared as MessageMediatorModifier and TypeFieldDescriptionprotected MessageMediatorSocketOrChannelConnectionImpl.clientReply_1_1protected MessageMediatorSocketOrChannelConnectionImpl.serverRequest_1_1Methods in com.sun.corba.se.impl.transport that return MessageMediatorModifier and TypeMethodDescriptionSocketOrChannelConnectionImpl.clientReply_1_1_Get()SocketOrChannelConnectionImpl.clientRequestMapGet(int requestId) CorbaContactInfoBase.createMessageMediator(Broker broker, Connection conn) CorbaContactInfoBase.createMessageMediator(Broker broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay) SharedCDRContactInfoImpl.createMessageMediator(Broker broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay) SocketOrChannelAcceptorImpl.createMessageMediator(Broker broker, Connection connection) CorbaContactInfoBase.finishCreatingMessageMediator(Broker broker, Connection conn, MessageMediator messageMediator) SocketOrChannelAcceptorImpl.finishCreatingMessageMediator(Broker broker, Connection connection, MessageMediator messageMediator) CorbaResponseWaitingRoomImpl.getMessageMediator(int requestId) SocketOrChannelConnectionImpl.serverRequest_1_1_Get()Methods in com.sun.corba.se.impl.transport with parameters of type MessageMediatorModifier and TypeMethodDescriptionvoidSocketOrChannelConnectionImpl.clientReply_1_1_Put(MessageMediator x) CorbaContactInfoBase.createInputObject(Broker broker, MessageMediator messageMediator) SocketOrChannelAcceptorImpl.createInputObject(Broker broker, MessageMediator messageMediator) CorbaContactInfoBase.createOutputObject(MessageMediator messageMediator) SharedCDRContactInfoImpl.createOutputObject(MessageMediator messageMediator) SocketOrChannelAcceptorImpl.createOutputObject(Broker broker, MessageMediator messageMediator) SocketOrChannelConnectionImpl.createOutputObject(MessageMediator messageMediator) CorbaContactInfoBase.finishCreatingMessageMediator(Broker broker, Connection conn, MessageMediator messageMediator) SocketOrChannelAcceptorImpl.finishCreatingMessageMediator(Broker broker, Connection connection, MessageMediator messageMediator) protected CorbaMessageMediatorSocketOrChannelConnectionImpl.finishReadingBits(MessageMediator messageMediator) voidCorbaResponseWaitingRoomImpl.registerWaiter(MessageMediator mediator) voidSocketOrChannelConnectionImpl.registerWaiter(MessageMediator messageMediator) voidSocketOrChannelConnectionImpl.serverRequest_1_1_Put(MessageMediator x) voidCorbaResponseWaitingRoomImpl.unregisterWaiter(MessageMediator mediator) voidSocketOrChannelConnectionImpl.unregisterWaiter(MessageMediator messageMediator) CorbaResponseWaitingRoomImpl.waitForResponse(MessageMediator mediator) SocketOrChannelConnectionImpl.waitForResponse(MessageMediator messageMediator) -
Uses of MessageMediator in com.sun.corba.se.pept.encoding
Methods in com.sun.corba.se.pept.encoding that return MessageMediatorModifier and TypeMethodDescriptionInputObject.getMessageMediator()OutputObject.getMessageMediator()Methods in com.sun.corba.se.pept.encoding with parameters of type MessageMediatorModifier and TypeMethodDescriptionvoidInputObject.setMessageMediator(MessageMediator messageMediator) voidOutputObject.setMessageMediator(MessageMediator messageMediator) -
Uses of MessageMediator in com.sun.corba.se.pept.protocol
Methods in com.sun.corba.se.pept.protocol that return MessageMediatorMethods in com.sun.corba.se.pept.protocol with parameters of type MessageMediatorModifier and TypeMethodDescriptionvoidServerRequestDispatcher.dispatch(MessageMediator messageMediator) This method coordinates the processing of a message received on the server side.booleanProtocolHandler.handleRequest(MessageMediator messageMediator) This method determines the type of an incoming message and dispatches it appropriately.voidClientInvocationInfo.setMessageMediator(MessageMediator messageMediator) -
Uses of MessageMediator in com.sun.corba.se.pept.transport
Methods in com.sun.corba.se.pept.transport that return MessageMediatorModifier and TypeMethodDescriptionAcceptor.createMessageMediator(Broker xbroker, Connection xconnection) Used to get aMessageMediatorto hold internal data for a message received using the specific encoding, protocol, transport combination represented by thisAcceptor.ContactInfo.createMessageMediator(Broker broker, Connection connection) Used to get aMessageMediatorto hold internal data for a message received using the specific encoding, protocol, transport combination represented by thisContactInfo.ContactInfo.createMessageMediator(Broker broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay) Used to get aMessageMediatorto hold internal data for a message to be sent using the specific encoding, protocol, transport combination represented by thisContactInfo.Acceptor.finishCreatingMessageMediator(Broker broker, Connection xconnection, MessageMediator messageMediator) Used to finish creating aMessageMediatorto with internal data for a message received using the specific encoding, protocol, transport combination represented by thisAcceptor.ContactInfo.finishCreatingMessageMediator(Broker broker, Connection connection, MessageMediator messageMediator) Used to finish creating aMessageMediatorwith internal data for a message received using the specific encoding, protocol, transport combination represented by thisContactInfo.Methods in com.sun.corba.se.pept.transport with parameters of type MessageMediatorModifier and TypeMethodDescriptionAcceptor.createInputObject(Broker broker, MessageMediator messageMediator) Used to get aInputObjectfor the specific encoding represented by thisAcceptor.ContactInfo.createInputObject(Broker broker, MessageMediator messageMediator) Used to get aInputObjectfor the specific encoding represented by thisContactInfo.Acceptor.createOutputObject(Broker broker, MessageMediator messageMediator) Used to get aOutputObjectfor the specific encoding represented by thisAcceptor.ContactInfo.createOutputObject(MessageMediator messageMediator) Used to get aOutputObjectfor the specific encoding represented by thisContactInfo.Acceptor.finishCreatingMessageMediator(Broker broker, Connection xconnection, MessageMediator messageMediator) Used to finish creating aMessageMediatorto with internal data for a message received using the specific encoding, protocol, transport combination represented by thisAcceptor.ContactInfo.finishCreatingMessageMediator(Broker broker, Connection connection, MessageMediator messageMediator) Used to finish creating aMessageMediatorwith internal data for a message received using the specific encoding, protocol, transport combination represented by thisContactInfo.voidConnection.registerWaiter(MessageMediator messageMediator) Register an invocation'sMessageMediatorwith theConnection.voidResponseWaitingRoom.registerWaiter(MessageMediator messageMediator) voidConnection.unregisterWaiter(MessageMediator messageMediator) Unregister an invocation'sMessageMediatorwith theConnection.voidResponseWaitingRoom.unregisterWaiter(MessageMediator messageMediator) Connection.waitForResponse(MessageMediator messageMediator) If a message expect's a response then this method is called.ResponseWaitingRoom.waitForResponse(MessageMediator messageMediator) -
Uses of MessageMediator in com.sun.corba.se.spi.protocol
Subinterfaces of MessageMediator in com.sun.corba.se.spi.protocol -
Uses of MessageMediator in com.sun.corba.se.spi.transport
Methods in com.sun.corba.se.spi.transport that return MessageMediatorModifier and TypeMethodDescriptionCorbaConnection.clientReply_1_1_Get()CorbaConnection.clientRequestMapGet(int requestId) CorbaResponseWaitingRoom.getMessageMediator(int requestId) CorbaConnection.serverRequest_1_1_Get()Methods in com.sun.corba.se.spi.transport with parameters of type MessageMediatorModifier and TypeMethodDescriptionvoidCorbaConnection.clientReply_1_1_Put(MessageMediator x) voidCorbaConnection.serverRequest_1_1_Put(MessageMediator x) -
Uses of MessageMediator in sun.corba
Methods in sun.corba with parameters of type MessageMediatorModifier and TypeMethodDescriptionstatic CDROutputObjectOutputStreamFactory.newCDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion) static CDROutputObjectOutputStreamFactory.newCDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion, int strategy)