Uses of Class
org.omg.CORBA_2_3.portable.OutputStream
-
Packages that use OutputStream Package Description com.sun.corba.ee.impl.corba com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.io com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.ior.iiop com.sun.corba.ee.impl.presentation.rmi com.sun.corba.ee.impl.servicecontext com.sun.corba.ee.spi.folb com.sun.corba.ee.spi.ior Provides access to the components and profiles in an IOR without the overhead of CDR encoding.com.sun.corba.ee.spi.presentation.rmi com.sun.corba.ee.spi.servicecontext -
-
Uses of OutputStream in com.sun.corba.ee.impl.corba
Subclasses of OutputStream in com.sun.corba.ee.impl.corba Modifier and Type Class Description private static classAnyImpl.AnyOutputStreamMethods in com.sun.corba.ee.impl.corba with parameters of type OutputStream Modifier and Type Method Description voidTypeCodeImpl. write_value(OutputStream os) -
Uses of OutputStream in com.sun.corba.ee.impl.encoding
Subclasses of OutputStream in com.sun.corba.ee.impl.encoding Modifier and Type Class Description classCDROutputObjectclassEncapsOutputStreamEncapsulations are supposed to explicitly define their code sets and GIOP version.classTypeCodeOutputStreamFields in com.sun.corba.ee.impl.encoding declared as OutputStream Modifier and Type Field Description private OutputStreamTypeCodeOutputStream. enclosureMethods in com.sun.corba.ee.impl.encoding with parameters of type OutputStream Modifier and Type Method Description voidTypeCodeOutputStream. setEnclosingOutputStream(OutputStream enclosure)static TypeCodeOutputStreamTypeCodeOutputStream. wrapOutputStream(OutputStream os) -
Uses of OutputStream in com.sun.corba.ee.impl.io
Fields in com.sun.corba.ee.impl.io declared as OutputStream Modifier and Type Field Description private OutputStreamIIOPOutputStream. orbStreamMethods in com.sun.corba.ee.impl.io that return OutputStream Modifier and Type Method Description (package private) OutputStreamIIOPOutputStream. getOrbStream()(package private) abstract OutputStreamOutputStreamHook. getOrbStream()Methods in com.sun.corba.ee.impl.io with parameters of type OutputStream Modifier and Type Method Description (package private) voidIIOPOutputStream. setOrbStream(OutputStream os)private voidValueHandlerImpl. write_Array(OutputStream out, java.io.Serializable obj, java.lang.Class type)private voidValueHandlerImpl. writeCharArray(OutputStream out, char[] array, int offset, int length)Encapsulates writing of Java char arrays so that the 1.3 subclass can override it without exposing internals across packages.private voidValueHandlerImpl. writeValueInternal(IIOPOutputStream bridge, OutputStream out, java.io.Serializable value, byte streamFormatVersion) -
Uses of OutputStream in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior with parameters of type OutputStream Modifier and Type Method Description voidGenericIdentifiable. write(OutputStream os)voidIORImpl. write(OutputStream os)voidIORTemplateImpl. write(OutputStream os)voidIORTemplateListImpl. write(OutputStream os)voidNewObjectKeyTemplateBase. write(ObjectId objectId, OutputStream os)voidNewObjectKeyTemplateBase. write(OutputStream os)voidObjectAdapterIdBase. write(OutputStream os)voidObjectIdImpl. write(OutputStream os)voidObjectKeyImpl. write(OutputStream os)voidObjectKeyTemplateBase. write(ObjectId objectId, OutputStream os)voidObjectKeyTemplateBase. write(OutputStream os)voidOldJIDLObjectKeyTemplate. write(ObjectId objectId, OutputStream os)voidWireObjectKeyTemplate. write(ObjectId id, OutputStream os)voidWireObjectKeyTemplate. write(OutputStream os)static voidEncapsulationUtility. writeEncapsulation(WriteContents obj, OutputStream os)static <E extends Identifiable>
voidEncapsulationUtility. writeIdentifiableSequence(java.util.List<E> container, OutputStream os)Write all Identifiables that we contain to os.static voidEncapsulationUtility. writeOutputStream(OutputStream dataStream, OutputStream os)Helper method that is used to extract data from an output stream and write the data to another output stream.protected voidJIDLObjectKeyTemplate. writeTemplate(OutputStream os)protected abstract voidObjectKeyTemplateBase. writeTemplate(OutputStream os)protected voidOldJIDLObjectKeyTemplate. writeTemplate(OutputStream os)voidOldPOAObjectKeyTemplate. writeTemplate(OutputStream os)voidPOAObjectKeyTemplate. writeTemplate(OutputStream os) -
Uses of OutputStream in com.sun.corba.ee.impl.ior.iiop
Methods in com.sun.corba.ee.impl.ior.iiop with parameters of type OutputStream Modifier and Type Method Description voidIIOPAddressBase. write(OutputStream os)voidIIOPProfileTemplateImpl. write(ObjectKeyTemplate okeyTemplate, ObjectId id, OutputStream os)voidAlternateIIOPAddressComponentImpl. writeContents(OutputStream os)voidClusterInstanceInfoComponentImpl. writeContents(OutputStream os)voidCodeSetsComponentImpl. writeContents(OutputStream os)voidIIOPProfileImpl. writeContents(OutputStream os)voidIIOPProfileTemplateImpl. writeContents(OutputStream os)Write out this IIOPProfileTemplateImpl only.voidJavaCodebaseComponentImpl. writeContents(OutputStream os)voidJavaSerializationComponent. writeContents(OutputStream os)voidLoadBalancingComponentImpl. writeContents(OutputStream os)voidMaxStreamFormatVersionComponentImpl. writeContents(OutputStream os)voidORBTypeComponentImpl. writeContents(OutputStream os)voidRequestPartitioningComponentImpl. writeContents(OutputStream os) -
Uses of OutputStream in com.sun.corba.ee.impl.presentation.rmi
Methods in com.sun.corba.ee.impl.presentation.rmi with parameters of type OutputStream Modifier and Type Method Description voidDynamicMethodMarshallerImpl.ReaderWriter. write(OutputStream os, java.lang.Object value)voidExceptionHandlerImpl.ExceptionRW. write(OutputStream os, java.lang.Exception ex)voidExceptionHandlerImpl.ExceptionRWIDLImpl. write(OutputStream os, java.lang.Exception ex)voidExceptionHandlerImpl.ExceptionRWRMIImpl. write(OutputStream os, java.lang.Exception ex)voidDynamicMethodMarshallerImpl. writeArguments(OutputStream os, java.lang.Object[] args)voidDynamicMethodMarshallerImpl. writeException(OutputStream os, java.lang.Exception ex)voidExceptionHandler. writeException(OutputStream os, java.lang.Exception ex)Write the exception ex to os.voidExceptionHandlerImpl. writeException(OutputStream os, java.lang.Exception ex)voidDynamicMethodMarshallerImpl. writeResult(OutputStream os, java.lang.Object result) -
Uses of OutputStream in com.sun.corba.ee.impl.servicecontext
Methods in com.sun.corba.ee.impl.servicecontext with parameters of type OutputStream Modifier and Type Method Description voidServiceContextsImpl. write(OutputStream os, GIOPVersion gv)Write the service contexts to the output stream.voidUnknownServiceContextImpl. write(OutputStream os, GIOPVersion gv)voidCodeSetServiceContextImpl. writeData(OutputStream os)voidMaxStreamFormatVersionServiceContextImpl. writeData(OutputStream os)voidORBVersionServiceContextImpl. writeData(OutputStream os)voidSendingContextServiceContextImpl. writeData(OutputStream os)voidUEInfoServiceContextImpl. writeData(OutputStream os)voidUnknownServiceContextImpl. writeData(OutputStream os)private voidServiceContextsImpl. writeMapEntry(OutputStream os, int id, java.lang.Object scObj, GIOPVersion gv)Write the given entry from the scMap to the OutputStream.private voidServiceContextsImpl. writeServiceContextsInOrder(OutputStream os, GIOPVersion gv)Write the service contexts in scMap in a desired order. -
Uses of OutputStream in com.sun.corba.ee.spi.folb
Methods in com.sun.corba.ee.spi.folb with parameters of type OutputStream Modifier and Type Method Description voidClusterInstanceInfo. write(OutputStream os)voidSocketInfo. write(OutputStream os) -
Uses of OutputStream in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior with parameters of type OutputStream Modifier and Type Method Description voidIdentifiableBase. write(OutputStream os)Write the data for this object as a CDR encapsulation.voidObjectKeyTemplate. write(ObjectId objectId, OutputStream os)voidTaggedProfileTemplate. write(ObjectKeyTemplate oktemp, ObjectId id, OutputStream os)Write the profile create( oktemp, id ) to the OutputStream os.voidTaggedProfileTemplateBase. write(OutputStream os)voidWriteable. write(OutputStream arg0)Write this object directly to the output stream.voidWriteContents. writeContents(OutputStream os) -
Uses of OutputStream in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi with parameters of type OutputStream Modifier and Type Method Description voidDynamicMethodMarshaller. writeArguments(OutputStream os, java.lang.Object[] args)Write arguments for this method to the OutputStream.voidDynamicMethodMarshaller. writeException(OutputStream os, java.lang.Exception ex)Write the repository ID of the exception and the value of the exception to the OutputStream.voidDynamicMethodMarshaller. writeResult(OutputStream os, java.lang.Object result)Write the result to the OutputStream. -
Uses of OutputStream in com.sun.corba.ee.spi.servicecontext
Methods in com.sun.corba.ee.spi.servicecontext with parameters of type OutputStream Modifier and Type Method Description voidServiceContext. write(OutputStream s, GIOPVersion gv)voidServiceContextBase. write(OutputStream s, GIOPVersion gv)Write the service context to an output stream.voidServiceContexts. write(OutputStream os, GIOPVersion gv)Write the service contexts to the output stream.protected abstract voidServiceContextBase. writeData(OutputStream os)Writes the data used to represent the subclasses service context into an encapsulation stream.
-