Uses of Class
org.omg.CORBA_2_3.portable.OutputStream
Packages that use OutputStream
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of OutputStream in com.sun.corba.ee.impl.corba
Subclasses of OutputStream in com.sun.corba.ee.impl.corbaMethods in com.sun.corba.ee.impl.corba with parameters of type OutputStream -
Uses of OutputStream in com.sun.corba.ee.impl.encoding
Subclasses of OutputStream in com.sun.corba.ee.impl.encodingModifier and TypeClassDescriptionclass
class
Encapsulations are supposed to explicitly define their code sets and GIOP version.final class
Fields in com.sun.corba.ee.impl.encoding declared as OutputStreamMethods in com.sun.corba.ee.impl.encoding with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
TypeCodeOutputStream.setEnclosingOutputStream
(OutputStream enclosure) static TypeCodeOutputStream
TypeCodeOutputStream.wrapOutputStream
(OutputStream os) -
Uses of OutputStream in com.sun.corba.ee.impl.io
Fields in com.sun.corba.ee.impl.io declared as OutputStreamMethods in com.sun.corba.ee.impl.io that return OutputStreamModifier and TypeMethodDescription(package private) final OutputStream
IIOPOutputStream.getOrbStream()
(package private) abstract OutputStream
OutputStreamHook.getOrbStream()
Methods in com.sun.corba.ee.impl.io with parameters of type OutputStreamModifier and TypeMethodDescription(package private) final void
IIOPOutputStream.setOrbStream
(OutputStream os) private void
ValueHandlerImpl.write_Array
(OutputStream out, Serializable obj, Class type) private void
ValueHandlerImpl.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 void
ValueHandlerImpl.writeValueInternal
(IIOPOutputStream bridge, OutputStream out, 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 OutputStreamModifier and TypeMethodDescriptionvoid
GenericIdentifiable.write
(OutputStream os) void
IORImpl.write
(OutputStream os) void
IORTemplateImpl.write
(OutputStream os) void
IORTemplateListImpl.write
(OutputStream os) void
NewObjectKeyTemplateBase.write
(ObjectId objectId, OutputStream os) void
NewObjectKeyTemplateBase.write
(OutputStream os) void
ObjectAdapterIdBase.write
(OutputStream os) void
ObjectIdImpl.write
(OutputStream os) void
ObjectKeyImpl.write
(OutputStream os) void
ObjectKeyTemplateBase.write
(ObjectId objectId, OutputStream os) void
ObjectKeyTemplateBase.write
(OutputStream os) void
OldJIDLObjectKeyTemplate.write
(ObjectId objectId, OutputStream os) void
WireObjectKeyTemplate.write
(ObjectId id, OutputStream os) void
WireObjectKeyTemplate.write
(OutputStream os) static void
EncapsulationUtility.writeEncapsulation
(WriteContents obj, OutputStream os) static <E extends Identifiable>
voidEncapsulationUtility.writeIdentifiableSequence
(List<E> container, OutputStream os) Write all Identifiables that we contain to os.static void
EncapsulationUtility.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 void
JIDLObjectKeyTemplate.writeTemplate
(OutputStream os) protected abstract void
ObjectKeyTemplateBase.writeTemplate
(OutputStream os) protected void
OldJIDLObjectKeyTemplate.writeTemplate
(OutputStream os) void
OldPOAObjectKeyTemplate.writeTemplate
(OutputStream os) void
POAObjectKeyTemplate.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 OutputStreamModifier and TypeMethodDescriptionvoid
IIOPAddressBase.write
(OutputStream os) void
IIOPProfileTemplateImpl.write
(ObjectKeyTemplate okeyTemplate, ObjectId id, OutputStream os) void
AlternateIIOPAddressComponentImpl.writeContents
(OutputStream os) void
ClusterInstanceInfoComponentImpl.writeContents
(OutputStream os) void
CodeSetsComponentImpl.writeContents
(OutputStream os) void
IIOPProfileImpl.writeContents
(OutputStream os) void
IIOPProfileTemplateImpl.writeContents
(OutputStream os) Write out this IIOPProfileTemplateImpl only.void
JavaCodebaseComponentImpl.writeContents
(OutputStream os) void
JavaSerializationComponent.writeContents
(OutputStream os) void
LoadBalancingComponentImpl.writeContents
(OutputStream os) void
MaxStreamFormatVersionComponentImpl.writeContents
(OutputStream os) void
ORBTypeComponentImpl.writeContents
(OutputStream os) void
RequestPartitioningComponentImpl.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 OutputStreamModifier and TypeMethodDescriptionvoid
DynamicMethodMarshallerImpl.ReaderWriter.write
(OutputStream os, Object value) void
ExceptionHandlerImpl.ExceptionRW.write
(OutputStream os, Exception ex) void
ExceptionHandlerImpl.ExceptionRWIDLImpl.write
(OutputStream os, Exception ex) void
ExceptionHandlerImpl.ExceptionRWRMIImpl.write
(OutputStream os, Exception ex) void
DynamicMethodMarshallerImpl.writeArguments
(OutputStream os, Object[] args) void
DynamicMethodMarshallerImpl.writeException
(OutputStream os, Exception ex) void
ExceptionHandler.writeException
(OutputStream os, Exception ex) Write the exception ex to os.void
ExceptionHandlerImpl.writeException
(OutputStream os, Exception ex) void
DynamicMethodMarshallerImpl.writeResult
(OutputStream os, Object result) -
Uses of OutputStream in com.sun.corba.ee.impl.servicecontext
Methods in com.sun.corba.ee.impl.servicecontext with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
ServiceContextsImpl.write
(OutputStream os, GIOPVersion gv) Write the service contexts to the output stream.void
UnknownServiceContextImpl.write
(OutputStream os, GIOPVersion gv) void
CodeSetServiceContextImpl.writeData
(OutputStream os) void
MaxStreamFormatVersionServiceContextImpl.writeData
(OutputStream os) void
ORBVersionServiceContextImpl.writeData
(OutputStream os) void
SendingContextServiceContextImpl.writeData
(OutputStream os) void
UEInfoServiceContextImpl.writeData
(OutputStream os) void
UnknownServiceContextImpl.writeData
(OutputStream os) private void
ServiceContextsImpl.writeMapEntry
(OutputStream os, int id, Object scObj, GIOPVersion gv) Write the given entry from the scMap to the OutputStream.private void
ServiceContextsImpl.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 OutputStreamModifier and TypeMethodDescriptionvoid
ClusterInstanceInfo.write
(OutputStream os) void
SocketInfo.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 OutputStreamModifier and TypeMethodDescriptionfinal void
IdentifiableBase.write
(OutputStream os) Write the data for this object as a CDR encapsulation.void
ObjectKeyTemplate.write
(ObjectId objectId, OutputStream os) void
TaggedProfileTemplate.write
(ObjectKeyTemplate oktemp, ObjectId id, OutputStream os) Write the profile create( oktemp, id ) to the OutputStream os.void
TaggedProfileTemplateBase.write
(OutputStream os) void
Writeable.write
(OutputStream arg0) Write this object directly to the output stream.void
WriteContents.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 OutputStreamModifier and TypeMethodDescriptionvoid
DynamicMethodMarshaller.writeArguments
(OutputStream os, Object[] args) Write arguments for this method to the OutputStream.void
DynamicMethodMarshaller.writeException
(OutputStream os, Exception ex) Write the repository ID of the exception and the value of the exception to the OutputStream.void
DynamicMethodMarshaller.writeResult
(OutputStream os, 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 OutputStreamModifier and TypeMethodDescriptionvoid
ServiceContext.write
(OutputStream s, GIOPVersion gv) void
ServiceContextBase.write
(OutputStream s, GIOPVersion gv) Write the service context to an output stream.void
ServiceContexts.write
(OutputStream os, GIOPVersion gv) Write the service contexts to the output stream.protected abstract void
ServiceContextBase.writeData
(OutputStream os) Writes the data used to represent the subclasses service context into an encapsulation stream.