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 class
AnyImpl.AnyOutputStream
Methods in com.sun.corba.ee.impl.corba with parameters of type OutputStream Modifier and Type Method Description void
TypeCodeImpl. 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 class
CDROutputObject
class
EncapsOutputStream
Encapsulations are supposed to explicitly define their code sets and GIOP version.class
TypeCodeOutputStream
Fields in com.sun.corba.ee.impl.encoding declared as OutputStream Modifier and Type Field Description private OutputStream
TypeCodeOutputStream. enclosure
Methods in com.sun.corba.ee.impl.encoding with parameters of type OutputStream Modifier and Type Method Description void
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 OutputStream Modifier and Type Field Description private OutputStream
IIOPOutputStream. orbStream
Methods in com.sun.corba.ee.impl.io that return OutputStream Modifier and Type Method Description (package private) OutputStream
IIOPOutputStream. getOrbStream()
(package private) abstract OutputStream
OutputStreamHook. getOrbStream()
Methods in com.sun.corba.ee.impl.io with parameters of type OutputStream Modifier and Type Method Description (package private) void
IIOPOutputStream. setOrbStream(OutputStream os)
private void
ValueHandlerImpl. write_Array(OutputStream out, java.io.Serializable obj, java.lang.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, 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 void
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(java.util.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 OutputStream Modifier and Type Method Description void
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 OutputStream Modifier and Type Method Description void
DynamicMethodMarshallerImpl.ReaderWriter. write(OutputStream os, java.lang.Object value)
void
ExceptionHandlerImpl.ExceptionRW. write(OutputStream os, java.lang.Exception ex)
void
ExceptionHandlerImpl.ExceptionRWIDLImpl. write(OutputStream os, java.lang.Exception ex)
void
ExceptionHandlerImpl.ExceptionRWRMIImpl. write(OutputStream os, java.lang.Exception ex)
void
DynamicMethodMarshallerImpl. writeArguments(OutputStream os, java.lang.Object[] args)
void
DynamicMethodMarshallerImpl. writeException(OutputStream os, java.lang.Exception ex)
void
ExceptionHandler. writeException(OutputStream os, java.lang.Exception ex)
Write the exception ex to os.void
ExceptionHandlerImpl. writeException(OutputStream os, java.lang.Exception ex)
void
DynamicMethodMarshallerImpl. 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 void
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, java.lang.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 OutputStream Modifier and Type Method Description void
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 OutputStream Modifier and Type Method Description 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 OutputStream Modifier and Type Method Description void
DynamicMethodMarshaller. writeArguments(OutputStream os, java.lang.Object[] args)
Write arguments for this method to the OutputStream.void
DynamicMethodMarshaller. writeException(OutputStream os, java.lang.Exception ex)
Write the repository ID of the exception and the value of the exception to the OutputStream.void
DynamicMethodMarshaller. 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 void
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.
-