Uses of Interface
com.sun.corba.se.pept.broker.Broker
Packages that use Broker
Package
Description
-
Uses of Broker in com.sun.corba.se.impl.orb
Classes in com.sun.corba.se.impl.orb that implement BrokerModifier and TypeClassDescriptionclassThe JavaIDL ORB implementation.classMethods in com.sun.corba.se.impl.orb with parameters of type BrokerModifier and TypeMethodDescriptionParserTable.TestAcceptor1.createInputObject(Broker broker, MessageMediator messageMediator) ParserTable.TestAcceptor2.createInputObject(Broker broker, MessageMediator messageMediator) ParserTable.TestAcceptor1.createMessageMediator(Broker xbroker, Connection xconnection) ParserTable.TestAcceptor2.createMessageMediator(Broker xbroker, Connection xconnection) 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 Broker in com.sun.corba.se.impl.protocol
Methods in com.sun.corba.se.impl.protocol that return BrokerModifier and TypeMethodDescriptionCorbaClientDelegateImpl.getBroker()CorbaMessageMediatorImpl.getBroker()Methods in com.sun.corba.se.impl.protocol with parameters of type BrokerModifier and TypeMethodDescriptionvoidCorbaClientRequestDispatcherImpl.endRequest(Broker broker, Object self, InputObject inputObject) -
Uses of Broker in com.sun.corba.se.impl.transport
Methods in com.sun.corba.se.impl.transport that return BrokerMethods in com.sun.corba.se.impl.transport with parameters of type BrokerModifier and TypeMethodDescriptionCorbaContactInfoBase.createInputObject(Broker broker, MessageMediator messageMediator) SocketOrChannelAcceptorImpl.createInputObject(Broker broker, MessageMediator messageMediator) 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) SocketOrChannelAcceptorImpl.createOutputObject(Broker broker, MessageMediator messageMediator) CorbaContactInfoBase.finishCreatingMessageMediator(Broker broker, Connection conn, MessageMediator messageMediator) SocketOrChannelAcceptorImpl.finishCreatingMessageMediator(Broker broker, Connection connection, MessageMediator messageMediator) -
Uses of Broker in com.sun.corba.se.internal.corba
Classes in com.sun.corba.se.internal.corba that implement Broker -
Uses of Broker in com.sun.corba.se.internal.iiop
Classes in com.sun.corba.se.internal.iiop that implement Broker -
Uses of Broker in com.sun.corba.se.internal.Interceptors
Classes in com.sun.corba.se.internal.Interceptors that implement Broker -
Uses of Broker in com.sun.corba.se.internal.POA
Classes in com.sun.corba.se.internal.POA that implement Broker -
Uses of Broker in com.sun.corba.se.pept.protocol
Methods in com.sun.corba.se.pept.protocol that return BrokerModifier and TypeMethodDescriptionClientDelegate.getBroker()TheBrokerassociated with an invocation.MessageMediator.getBroker()TheBrokerassociated with an invocation.Methods in com.sun.corba.se.pept.protocol with parameters of type BrokerModifier and TypeMethodDescriptionvoidClientRequestDispatcher.endRequest(Broker broker, Object self, InputObject inputObject) After the presentation block completes a request it signals the PEPt runtime by calling this method. -
Uses of Broker in com.sun.corba.se.pept.transport
Methods in com.sun.corba.se.pept.transport that return BrokerModifier and TypeMethodDescriptionContactInfo.getBroker()TheBrokerassociated with an invocation.Methods in com.sun.corba.se.pept.transport with parameters of type BrokerModifier 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.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.createOutputObject(Broker broker, MessageMediator messageMediator) Used to get aOutputObjectfor the specific encoding represented by thisAcceptor.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. -
Uses of Broker in com.sun.corba.se.spi.orb
Classes in com.sun.corba.se.spi.orb that implement Broker