Uses of Class
com.sun.corba.ee.impl.encoding.CDROutputObject
Packages that use CDROutputObject
Package
Description
-
Uses of CDROutputObject in com.sun.corba.ee.impl.corba
Subclasses of CDROutputObject in com.sun.corba.ee.impl.corbaMethods in com.sun.corba.ee.impl.corba that return CDROutputObject -
Uses of CDROutputObject in com.sun.corba.ee.impl.encoding
Subclasses of CDROutputObject in com.sun.corba.ee.impl.encodingModifier and TypeClassDescriptionclassEncapsulations are supposed to explicitly define their code sets and GIOP version.final classFields in com.sun.corba.ee.impl.encoding declared as CDROutputObjectMethods in com.sun.corba.ee.impl.encoding that return CDROutputObjectModifier 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) static CDROutputObjectOutputStreamFactory.newCDROutputObject(ORB orb, MessageMediator mediator, GIOPVersion giopVersion, Connection connection, Message header, byte streamFormatVersion) Methods in com.sun.corba.ee.impl.encoding with parameters of type CDROutputObjectModifier and TypeMethodDescriptionCDROutputObject.CDRInputObjectFactory.createInputObject(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) CDROutputObject.InputObjectFactory.createInputObject(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) EncapsOutputStream.EncapsInputStreamFactory.createInputObject(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) TypeCodeOutputStream.TypeCodeInputStreamFactory.createInputObject(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) voidCDROutputStreamBase.setParent(CDROutputObject parent) -
Uses of CDROutputObject in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return CDROutputObjectModifier and TypeMethodDescriptionParserTable.TestAcceptor1.createOutputObject(ORB broker, MessageMediator messageMediator) ParserTable.TestAcceptor2.createOutputObject(ORB broker, MessageMediator messageMediator) -
Uses of CDROutputObject in com.sun.corba.ee.impl.protocol
Fields in com.sun.corba.ee.impl.protocol declared as CDROutputObjectMethods in com.sun.corba.ee.impl.protocol that return CDROutputObjectModifier and TypeMethodDescriptionClientRequestDispatcherImpl.beginRequest(Object self, String opName, boolean isOneWay, ContactInfo contactInfo) private CDROutputObjectMessageMediatorImpl.createAppropriateOutputObject(MessageMediator messageMediator, Message msg, LocateReplyMessage reply) MessageMediatorImpl.getOutputObject()Methods in com.sun.corba.ee.impl.protocol with parameters of type CDROutputObjectModifier and TypeMethodDescriptionprivate voidClientRequestDispatcherImpl.createOutputObject(CDROutputObject out) ClientRequestDispatcherImpl.marshalingComplete(Object self, CDROutputObject outputObject) SharedCDRClientRequestDispatcherImpl.marshalingComplete(Object self, CDROutputObject outputObject) voidMessageMediatorImpl.setOutputObject(CDROutputObject outputObject) -
Uses of CDROutputObject in com.sun.corba.ee.impl.transport
Methods in com.sun.corba.ee.impl.transport that return CDROutputObjectModifier and TypeMethodDescriptionAcceptorBase.createOutputObject(ORB broker, MessageMediator messageMediator) ContactInfoBase.createOutputObject(MessageMediator messageMediator) SharedCDRContactInfoImpl.createOutputObject(MessageMediator messageMediator) Methods in com.sun.corba.ee.impl.transport with parameters of type CDROutputObjectModifier and TypeMethodDescriptionvoidConnectionImpl.sendWithoutLock(CDROutputObject outputObject) -
Uses of CDROutputObject in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return CDROutputObjectModifier and TypeMethodDescriptionClientRequestDispatcher.beginRequest(Object self, String methodName, boolean isOneWay, ContactInfo contactInfo) At the beginning of a request the presentation block uses this to obtain an OutputObject to set data to be sent on a message.MessageMediator.getOutputObject()Methods in com.sun.corba.ee.spi.protocol with parameters of type CDROutputObjectModifier and TypeMethodDescriptionClientRequestDispatcher.marshalingComplete(Object self, CDROutputObject outputObject) After the presentation block has set data on the CDROutputObject it signals the PEPt runtime to send the encoded data by calling this method.voidMessageMediator.setOutputObject(CDROutputObject outputObject) -
Uses of CDROutputObject in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return CDROutputObjectModifier and TypeMethodDescriptionAcceptor.createOutputObject(ORB broker, MessageMediator messageMediator) ContactInfo.createOutputObject(MessageMediator messageMediator) Methods in com.sun.corba.ee.spi.transport with parameters of type CDROutputObjectModifier and TypeMethodDescriptionvoidIORTransformer.marshal(CDROutputObject oo, IOR ior) voidConnection.sendWithoutLock(CDROutputObject outputObject)