Uses of Class
com.sun.corba.ee.impl.encoding.CDROutputObject
-
-
Uses of CDROutputObject in com.sun.corba.ee.impl.corba
Subclasses of CDROutputObject in com.sun.corba.ee.impl.corba Modifier and Type Class Description private static classAnyImpl.AnyOutputStreamMethods in com.sun.corba.ee.impl.corba that return CDROutputObject Modifier and Type Method Description static CDROutputObjectTypeCodeImpl. newOutputStream(ORB orb) -
Uses of CDROutputObject in com.sun.corba.ee.impl.encoding
Subclasses of CDROutputObject in com.sun.corba.ee.impl.encoding Modifier and Type Class Description classEncapsOutputStreamEncapsulations are supposed to explicitly define their code sets and GIOP version.classTypeCodeOutputStreamFields in com.sun.corba.ee.impl.encoding declared as CDROutputObject Modifier and Type Field Description protected CDROutputObjectCDROutputStreamBase. parentMethods in com.sun.corba.ee.impl.encoding that return CDROutputObject Modifier and Type Method Description static 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 CDROutputObject Modifier and Type Method Description CDRInputObjectCDROutputObject.CDRInputObjectFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)CDRInputObjectCDROutputObject.InputObjectFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)CDRInputObjectEncapsOutputStream.EncapsInputStreamFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)CDRInputObjectTypeCodeOutputStream.TypeCodeInputStreamFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.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 CDROutputObject Modifier and Type Method Description CDROutputObjectParserTable.TestAcceptor1. createOutputObject(ORB broker, MessageMediator messageMediator)CDROutputObjectParserTable.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 CDROutputObject Modifier and Type Field Description protected CDROutputObjectMessageMediatorImpl. outputObjectMethods in com.sun.corba.ee.impl.protocol that return CDROutputObject Modifier and Type Method Description CDROutputObjectClientRequestDispatcherImpl. beginRequest(java.lang.Object self, java.lang.String opName, boolean isOneWay, ContactInfo contactInfo)private CDROutputObjectMessageMediatorImpl. createAppropriateOutputObject(MessageMediator messageMediator, Message msg, LocateReplyMessage reply)CDROutputObjectMessageMediatorImpl. getOutputObject()Methods in com.sun.corba.ee.impl.protocol with parameters of type CDROutputObject Modifier and Type Method Description private voidClientRequestDispatcherImpl. createOutputObject(CDROutputObject out)CDRInputObjectClientRequestDispatcherImpl. marshalingComplete(java.lang.Object self, CDROutputObject outputObject)CDRInputObjectSharedCDRClientRequestDispatcherImpl. marshalingComplete(java.lang.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 CDROutputObject Modifier and Type Method Description CDROutputObjectAcceptorBase. createOutputObject(ORB broker, MessageMediator messageMediator)CDROutputObjectContactInfoBase. createOutputObject(MessageMediator messageMediator)CDROutputObjectSharedCDRContactInfoImpl. createOutputObject(MessageMediator messageMediator)Methods in com.sun.corba.ee.impl.transport with parameters of type CDROutputObject Modifier and Type Method Description voidConnectionImpl. sendWithoutLock(CDROutputObject outputObject) -
Uses of CDROutputObject in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return CDROutputObject Modifier and Type Method Description CDROutputObjectClientRequestDispatcher. beginRequest(java.lang.Object self, java.lang.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.CDROutputObjectMessageMediator. getOutputObject()Methods in com.sun.corba.ee.spi.protocol with parameters of type CDROutputObject Modifier and Type Method Description CDRInputObjectClientRequestDispatcher. marshalingComplete(java.lang.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 CDROutputObject Modifier and Type Method Description CDROutputObjectAcceptor. createOutputObject(ORB broker, MessageMediator messageMediator)CDROutputObjectContactInfo. createOutputObject(MessageMediator messageMediator)Methods in com.sun.corba.ee.spi.transport with parameters of type CDROutputObject Modifier and Type Method Description voidIORTransformer. marshal(CDROutputObject oo, IOR ior)voidConnection. sendWithoutLock(CDROutputObject outputObject)
-