Uses of Class
org.omg.CORBA_2_3.portable.OutputStream
Packages that use OutputStream
Package
Description
-
Uses of OutputStream in com.sun.corba.se.impl.corba
Methods in com.sun.corba.se.impl.corba with parameters of type OutputStream -
Uses of OutputStream in com.sun.corba.se.impl.encoding
Subclasses of OutputStream in com.sun.corba.se.impl.encodingModifier and TypeClassDescriptionclassclassThis is delegates to the real implementation.classEncapsulations are supposed to explicitly define their code sets and GIOP version.final classMethods in com.sun.corba.se.impl.encoding with parameters of type OutputStreamModifier and TypeMethodDescriptionvoidTypeCodeOutputStream.setEnclosingOutputStream(OutputStream enclosure) static TypeCodeOutputStreamTypeCodeOutputStream.wrapOutputStream(OutputStream os) -
Uses of OutputStream in com.sun.corba.se.impl.ior
Methods in com.sun.corba.se.impl.ior with parameters of type OutputStreamModifier and TypeMethodDescriptionvoidGenericIdentifiable.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) 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 voidEncapsulationUtility.writeIdentifiableSequence(List 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.se.impl.ior.iiop
Methods in com.sun.corba.se.impl.ior.iiop with parameters of type OutputStreamModifier and TypeMethodDescriptionvoidIIOPProfileTemplateImpl.write(ObjectKeyTemplate okeyTemplate, ObjectId id, OutputStream os) voidAlternateIIOPAddressComponentImpl.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) voidMaxStreamFormatVersionComponentImpl.writeContents(OutputStream os) voidORBTypeComponentImpl.writeContents(OutputStream os) voidRequestPartitioningComponentImpl.writeContents(OutputStream os) -
Uses of OutputStream in com.sun.corba.se.impl.presentation.rmi
Methods in com.sun.corba.se.impl.presentation.rmi with parameters of type OutputStreamModifier and TypeMethodDescriptionvoidDynamicMethodMarshallerImpl.ReaderWriter.write(OutputStream os, Object value) voidExceptionHandlerImpl.ExceptionRW.write(OutputStream os, Exception ex) voidExceptionHandlerImpl.ExceptionRWIDLImpl.write(OutputStream os, Exception ex) voidExceptionHandlerImpl.ExceptionRWRMIImpl.write(OutputStream os, Exception ex) voidDynamicMethodMarshallerImpl.writeArguments(OutputStream os, Object[] args) voidDynamicMethodMarshallerImpl.writeException(OutputStream os, Exception ex) voidExceptionHandler.writeException(OutputStream os, Exception ex) Write the exception ex to os.voidExceptionHandlerImpl.writeException(OutputStream os, Exception ex) voidDynamicMethodMarshallerImpl.writeResult(OutputStream os, Object result) -
Uses of OutputStream in com.sun.corba.se.spi.encoding
Subclasses of OutputStream in com.sun.corba.se.spi.encoding -
Uses of OutputStream in com.sun.corba.se.spi.ior
Methods in com.sun.corba.se.spi.ior with parameters of type OutputStreamModifier and TypeMethodDescriptionfinal 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.se.spi.presentation.rmi
Methods in com.sun.corba.se.spi.presentation.rmi with parameters of type OutputStreamModifier and TypeMethodDescriptionvoidDynamicMethodMarshaller.writeArguments(OutputStream os, Object[] args) Write arguments for this method to the OutputStream.voidDynamicMethodMarshaller.writeException(OutputStream os, Exception ex) Write the repository ID of the exception and the value of the exception to the OutputStream.voidDynamicMethodMarshaller.writeResult(OutputStream os, Object result) Write the result to the OutputStream. -
Uses of OutputStream in com.sun.corba.se.spi.servicecontext
Methods in com.sun.corba.se.spi.servicecontext with parameters of type OutputStreamModifier and TypeMethodDescriptionvoidServiceContext.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.voidUnknownServiceContext.write(OutputStream os, GIOPVersion gv) voidCodeSetServiceContext.writeData(OutputStream os) voidMaxStreamFormatVersionServiceContext.writeData(OutputStream os) voidORBVersionServiceContext.writeData(OutputStream os) voidSendingContextServiceContext.writeData(OutputStream os) protected abstract voidServiceContext.writeData(OutputStream os) Writes the data used to represent the subclasses service context into an encapsulation stream.voidUEInfoServiceContext.writeData(OutputStream os) voidUnknownServiceContext.writeData(OutputStream os) static voidServiceContexts.writeNullServiceContext(OutputStream os)