Uses of Interface
com.sun.corba.se.pept.encoding.OutputObject
Packages that use OutputObject
Package
Description
-
Uses of OutputObject in com.sun.corba.se.impl.encoding
Classes in com.sun.corba.se.impl.encoding that implement OutputObject -
Uses of OutputObject in com.sun.corba.se.impl.orb
Methods in com.sun.corba.se.impl.orb that return OutputObjectModifier and TypeMethodDescriptionParserTable.TestAcceptor1.createOutputObject(Broker broker, MessageMediator messageMediator) ParserTable.TestAcceptor2.createOutputObject(Broker broker, MessageMediator messageMediator) -
Uses of OutputObject in com.sun.corba.se.impl.protocol
Methods in com.sun.corba.se.impl.protocol that return OutputObjectModifier and TypeMethodDescriptionCorbaClientRequestDispatcherImpl.beginRequest(Object self, String opName, boolean isOneWay, ContactInfo contactInfo) CorbaMessageMediatorImpl.getOutputObject()Methods in com.sun.corba.se.impl.protocol with parameters of type OutputObjectModifier and TypeMethodDescriptionCorbaClientRequestDispatcherImpl.marshalingComplete(Object self, OutputObject outputObject) SharedCDRClientRequestDispatcherImpl.marshalingComplete(Object self, OutputObject outputObject) voidCorbaMessageMediatorImpl.setOutputObject(OutputObject outputObject) -
Uses of OutputObject in com.sun.corba.se.impl.transport
Methods in com.sun.corba.se.impl.transport that return OutputObjectModifier and TypeMethodDescriptionCorbaContactInfoBase.createOutputObject(MessageMediator messageMediator) SharedCDRContactInfoImpl.createOutputObject(MessageMediator messageMediator) SocketOrChannelAcceptorImpl.createOutputObject(Broker broker, MessageMediator messageMediator) SocketOrChannelConnectionImpl.createOutputObject(MessageMediator messageMediator) Methods in com.sun.corba.se.impl.transport with parameters of type OutputObjectModifier and TypeMethodDescriptionvoidSocketOrChannelConnectionImpl.sendWithoutLock(OutputObject outputObject) -
Uses of OutputObject in com.sun.corba.se.pept.protocol
Methods in com.sun.corba.se.pept.protocol that return OutputObjectModifier and TypeMethodDescriptionClientRequestDispatcher.beginRequest(Object self, String methodName, boolean isOneWay, ContactInfo contactInfo) At the beginning of a request the presentation block uses this to obtain anOutputObjectto set data to be sent on a message.MessageMediator.getOutputObject()Used to get theOutputObjectused for the message.Methods in com.sun.corba.se.pept.protocol with parameters of type OutputObjectModifier and TypeMethodDescriptionClientRequestDispatcher.marshalingComplete(Object self, OutputObject outputObject) After the presentation block has set data on theOutputObjectit signals the PEPt runtime to send the encoded data by calling this method.voidMessageMediator.setOutputObject(OutputObject outputObject) Used to set theOutputObjectused for the message. -
Uses of OutputObject in com.sun.corba.se.pept.transport
Methods in com.sun.corba.se.pept.transport that return OutputObjectModifier and TypeMethodDescriptionAcceptor.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.Methods in com.sun.corba.se.pept.transport with parameters of type OutputObject -
Uses of OutputObject in com.sun.corba.se.spi.encoding
Classes in com.sun.corba.se.spi.encoding that implement OutputObject