Uses of Class
org.omg.CORBA.portable.OutputStream
Packages that use OutputStream
Package
Description
Contains portability APIs for RMI-IIOP.
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
Provides methods for the input and output of value types, and contains
other updates to the
org/omg/CORBA/portable
package.Provides a portability layer, that is, a set of ORB APIs
that makes it possible for code generated
by one vendor to run on another vendor's ORB.
-
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 that return OutputStreamModifier and TypeMethodDescriptionAnyImpl.create_output_stream()
returns an output stream that an Any value can be marshaled into.Methods in com.sun.corba.ee.impl.corba with parameters of type OutputStreamModifier and TypeMethodDescriptionprotected void
TypeCodeImpl.copy
(InputStream src, OutputStream dst) This is not a copy of the TypeCodeImpl objects, but instead it copies the value this type code is representing.(package private) static void
TCUtility.marshalIn
(OutputStream s, TypeCode typeCode, long l, Object o) void
ServerRequestImpl.marshalReplyParams
(OutputStream os) This is called from the ORB after the DynamicImplementation.invoke returns.static void
AnyImplHelper.write
(OutputStream ostream, Any value) static void
TypeCodeImplHelper.write
(OutputStream ostream, TypeCodeImpl value) static void
TypeCodeImplHelper.write
(OutputStream ostream, TypeCode value) void
AnyImpl.write_value
(OutputStream out) -
Uses of OutputStream in com.sun.corba.ee.impl.dynamicany
Methods in com.sun.corba.ee.impl.dynamicany with parameters of type OutputStreamModifier and TypeMethodDescriptionprotected void
DynAnyConstructedImpl.writeAny
(OutputStream out) protected void
DynAnyImpl.writeAny
(OutputStream out) -
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
Methods in com.sun.corba.ee.impl.encoding with parameters of type OutputStreamModifier and TypeMethodDescriptionprivate void
CDROutputStream_1_0.callWriteValue
(OutputStream parent, Serializable object, byte streamFormatVersion) final void
CDROutputObject.writeOctetSequenceTo
(OutputStream s) void
CDROutputStream_1_0.writeOctetSequenceTo
(OutputStream s) abstract void
CDROutputStreamBase.writeOctetSequenceTo
(OutputStream s) -
Uses of OutputStream in com.sun.corba.ee.impl.io
Fields in com.sun.corba.ee.impl.io with type parameters of type OutputStreamModifier and TypeFieldDescriptionprivate final Map
<OutputStream, IIOPOutputStream> ValueHandlerImpl.outputStreamPairs
Methods in com.sun.corba.ee.impl.io with parameters of type OutputStreamModifier and TypeMethodDescriptionprotected void
IIOPOutputStream.internalWriteUTF
(OutputStream stream, String data) Helper method for correcting the Kestrel bug 4367783 (dealing with larger than 8-bit chars).void
ValueHandlerImpl.writeValue
(OutputStream _out, Serializable value) Writes the value to the stream using java semantics.void
ValueHandlerImpl.writeValue
(OutputStream out, Serializable value, byte streamFormatVersion) private void
ValueHandlerImpl.writeValueWithVersion
(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
ObjectReferenceFactoryImpl._write
(OutputStream os) Write the state to the OutputStream.void
ObjectReferenceTemplateImpl._write
(OutputStream os) -
Uses of OutputStream in com.sun.corba.ee.impl.javax.rmi.CORBA
Methods in com.sun.corba.ee.impl.javax.rmi.CORBA with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
Util.writeAbstractObject
(OutputStream out, Object obj) Writes a java.lang.Object as either a value or a CORBA Object.void
Util.writeAny
(OutputStream out, Object obj) Writes any java.lang.Object as a CORBA any.void
Util.writeRemoteObject
(OutputStream out, Object obj) Writes a java.lang.Object as a CORBA Object. -
Uses of OutputStream in com.sun.corba.ee.impl.misc
Methods in com.sun.corba.ee.impl.misc with parameters of type OutputStreamModifier and TypeMethodDescriptionstatic void
ORBUtility.writeSystemException
(SystemException ex, OutputStream strm) Static method for writing a CORBA standard exception to a stream. -
Uses of OutputStream in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return OutputStreamModifier and TypeMethodDescriptionORBImpl.create_output_stream()
The following methods are standard public CORBA ORB APIsORBSingleton.create_output_stream()
Methods in com.sun.corba.ee.impl.orb with parameters of type OutputStream -
Uses of OutputStream in com.sun.corba.ee.impl.presentation.rmi
Methods in com.sun.corba.ee.impl.presentation.rmi that return OutputStreamModifier and TypeMethodDescriptionReflectiveTie._invoke
(String method, InputStream _in, ResponseHandler reply) -
Uses of OutputStream in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol that return OutputStreamModifier and TypeMethodDescriptionMessageMediatorImpl.createExceptionReply()
MessageMediatorImpl.createReply()
Methods in com.sun.corba.ee.impl.protocol with parameters of type OutputStream -
Uses of OutputStream in com.sun.corba.ee.impl.protocol.giopmsgheaders
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type OutputStreamModifier and TypeMethodDescriptionstatic void
AddressingDispositionHelper.write
(OutputStream ostream, short value) void
CancelRequestMessage_1_0.write
(OutputStream ostream) void
CancelRequestMessage_1_1.write
(OutputStream ostream) void
CancelRequestMessage_1_2.write
(OutputStream ostream) void
FragmentMessage_1_1.write
(OutputStream ostream) void
FragmentMessage_1_2.write
(OutputStream ostream) static void
IORAddressingInfoHelper.write
(OutputStream ostream, IORAddressingInfo value) void
LocateReplyMessage_1_0.write
(OutputStream ostream) void
LocateReplyMessage_1_1.write
(OutputStream ostream) void
LocateReplyMessage_1_2.write
(OutputStream ostream) void
LocateRequestMessage_1_0.write
(OutputStream ostream) void
LocateRequestMessage_1_1.write
(OutputStream ostream) void
LocateRequestMessage_1_2.write
(OutputStream ostream) void
Message_1_0.write
(OutputStream ostream) void
Message_1_1.write
(OutputStream ostream) void
Message_1_2.write
(OutputStream ostream) void
Message.write
(OutputStream ostream) void
ReplyMessage_1_0.write
(OutputStream ostream) void
ReplyMessage_1_1.write
(OutputStream ostream) void
ReplyMessage_1_2.write
(OutputStream ostream) void
RequestMessage_1_0.write
(OutputStream ostream) void
RequestMessage_1_1.write
(OutputStream ostream) void
RequestMessage_1_2.write
(OutputStream ostream) static void
TargetAddressHelper.write
(OutputStream ostream, TargetAddress value) -
Uses of OutputStream in com.sun.corba.ee.org.omg.CSI
Methods in com.sun.corba.ee.org.omg.CSI with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
AuthorizationElementContentsHolder._write
(OutputStream o) void
AuthorizationElementHolder._write
(OutputStream o) void
AuthorizationTokenHolder._write
(OutputStream o) void
CompleteEstablishContextHolder._write
(OutputStream o) void
ContextErrorHolder._write
(OutputStream o) void
EstablishContextHolder._write
(OutputStream o) void
GSS_NT_ExportedNameHolder._write
(OutputStream o) void
GSS_NT_ExportedNameListHolder._write
(OutputStream o) void
GSSTokenHolder._write
(OutputStream o) void
IdentityExtensionHolder._write
(OutputStream o) void
IdentityTokenHolder._write
(OutputStream o) void
MessageInContextHolder._write
(OutputStream o) void
OIDHolder._write
(OutputStream o) void
OIDListHolder._write
(OutputStream o) void
SASContextBodyHolder._write
(OutputStream o) void
UTF8StringHolder._write
(OutputStream o) void
X501DistinguishedNameHolder._write
(OutputStream o) void
X509CertificateChainHolder._write
(OutputStream o) static void
AuthorizationElementContentsHelper.write
(OutputStream ostream, byte[] value) static void
AuthorizationElementHelper.write
(OutputStream ostream, AuthorizationElement value) static void
AuthorizationElementTypeHelper.write
(OutputStream ostream, int value) static void
AuthorizationTokenHelper.write
(OutputStream ostream, AuthorizationElement[] value) static void
CompleteEstablishContextHelper.write
(OutputStream ostream, CompleteEstablishContext value) static void
ContextErrorHelper.write
(OutputStream ostream, ContextError value) static void
ContextIdHelper.write
(OutputStream ostream, long value) static void
EstablishContextHelper.write
(OutputStream ostream, EstablishContext value) static void
GSS_NT_ExportedNameHelper.write
(OutputStream ostream, byte[] value) static void
GSS_NT_ExportedNameListHelper.write
(OutputStream ostream, byte[][] value) static void
GSSTokenHelper.write
(OutputStream ostream, byte[] value) static void
IdentityExtensionHelper.write
(OutputStream ostream, byte[] value) static void
IdentityTokenHelper.write
(OutputStream ostream, IdentityToken value) static void
IdentityTokenTypeHelper.write
(OutputStream ostream, int value) static void
MessageInContextHelper.write
(OutputStream ostream, MessageInContext value) static void
MsgTypeHelper.write
(OutputStream ostream, short value) static void
OIDHelper.write
(OutputStream ostream, byte[] value) static void
OIDListHelper.write
(OutputStream ostream, byte[][] value) static void
SASContextBodyHelper.write
(OutputStream ostream, SASContextBody value) static void
StringOIDHelper.write
(OutputStream ostream, String value) static void
UTF8StringHelper.write
(OutputStream ostream, byte[] value) static void
X501DistinguishedNameHelper.write
(OutputStream ostream, byte[] value) static void
X509CertificateChainHelper.write
(OutputStream ostream, byte[] value) -
Uses of OutputStream in com.sun.corba.ee.org.omg.CSIIOP
Methods in com.sun.corba.ee.org.omg.CSIIOP with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
AS_ContextSecHolder._write
(OutputStream o) void
CompoundSecMechanismsHolder._write
(OutputStream o) void
CompoundSecMechHolder._write
(OutputStream o) void
CompoundSecMechListHolder._write
(OutputStream o) void
SAS_ContextSecHolder._write
(OutputStream o) void
SECIOP_SEC_TRANSHolder._write
(OutputStream o) void
ServiceConfigurationHolder._write
(OutputStream o) void
ServiceConfigurationListHolder._write
(OutputStream o) void
ServiceSpecificNameHolder._write
(OutputStream o) void
TLS_SEC_TRANSHolder._write
(OutputStream o) void
TransportAddressHolder._write
(OutputStream o) void
TransportAddressListHolder._write
(OutputStream o) static void
AS_ContextSecHelper.write
(OutputStream ostream, AS_ContextSec value) static void
AssociationOptionsHelper.write
(OutputStream ostream, short value) static void
CompoundSecMechanismsHelper.write
(OutputStream ostream, CompoundSecMech[] value) static void
CompoundSecMechHelper.write
(OutputStream ostream, CompoundSecMech value) static void
CompoundSecMechListHelper.write
(OutputStream ostream, CompoundSecMechList value) static void
SAS_ContextSecHelper.write
(OutputStream ostream, SAS_ContextSec value) static void
SECIOP_SEC_TRANSHelper.write
(OutputStream ostream, SECIOP_SEC_TRANS value) static void
ServiceConfigurationHelper.write
(OutputStream ostream, ServiceConfiguration value) static void
ServiceConfigurationListHelper.write
(OutputStream ostream, ServiceConfiguration[] value) static void
ServiceConfigurationSyntaxHelper.write
(OutputStream ostream, int value) static void
ServiceSpecificNameHelper.write
(OutputStream ostream, byte[] value) static void
TLS_SEC_TRANSHelper.write
(OutputStream ostream, TLS_SEC_TRANS value) static void
TransportAddressHelper.write
(OutputStream ostream, TransportAddress value) static void
TransportAddressListHelper.write
(OutputStream ostream, TransportAddress[] value) -
Uses of OutputStream in com.sun.corba.ee.org.omg.GSSUP
Methods in com.sun.corba.ee.org.omg.GSSUP with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
ErrorTokenHolder._write
(OutputStream o) void
InitialContextTokenHolder._write
(OutputStream o) static void
ErrorCodeHelper.write
(OutputStream ostream, int value) static void
ErrorTokenHelper.write
(OutputStream ostream, ErrorToken value) static void
InitialContextTokenHelper.write
(OutputStream ostream, InitialContextToken value) -
Uses of OutputStream in com.sun.corba.ee.spi.ior.iiop
Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type OutputStream -
Uses of OutputStream in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb with parameters of type OutputStream -
Uses of OutputStream in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi that return OutputStream -
Uses of OutputStream in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return OutputStreamModifier and TypeMethodDescriptionMessageMediator.createExceptionReply()
MessageMediator.createReply()
-
Uses of OutputStream in com.sun.org.omg.CORBA
Methods in com.sun.org.omg.CORBA with parameters of type OutputStreamModifier and TypeMethodDescriptionstatic void
AttrDescriptionSeqHelper.write
(OutputStream ostream, AttributeDescription[] value) static void
AttributeDescriptionHelper.write
(OutputStream ostream, AttributeDescription value) static void
AttributeModeHelper.write
(OutputStream ostream, AttributeMode value) static void
ContextIdentifierHelper.write
(OutputStream ostream, String value) static void
ContextIdSeqHelper.write
(OutputStream ostream, String[] value) static void
DefinitionKindHelper.write
(OutputStream ostream, DefinitionKind value) static void
ExcDescriptionSeqHelper.write
(OutputStream ostream, ExceptionDescription[] value) static void
ExceptionDescriptionHelper.write
(OutputStream ostream, ExceptionDescription value) static void
IdentifierHelper.write
(OutputStream ostream, String value) static void
IDLTypeHelper.write
(OutputStream ostream, IDLType value) static void
InitializerHelper.write
(OutputStream ostream, Initializer value) static void
InitializerSeqHelper.write
(OutputStream ostream, Initializer[] value) static void
OpDescriptionSeqHelper.write
(OutputStream ostream, OperationDescription[] value) static void
OperationDescriptionHelper.write
(OutputStream ostream, OperationDescription value) static void
OperationModeHelper.write
(OutputStream ostream, OperationMode value) static void
ParameterDescriptionHelper.write
(OutputStream ostream, ParameterDescription value) static void
ParameterModeHelper.write
(OutputStream ostream, ParameterMode value) static void
ParDescriptionSeqHelper.write
(OutputStream ostream, ParameterDescription[] value) static void
RepositoryHelper.write
(OutputStream ostream, Repository value) static void
RepositoryIdHelper.write
(OutputStream ostream, String value) static void
RepositoryIdSeqHelper.write
(OutputStream ostream, String[] value) static void
StructMemberHelper.write
(OutputStream ostream, StructMember value) static void
StructMemberSeqHelper.write
(OutputStream ostream, StructMember[] value) static void
ValueMemberHelper.write
(OutputStream ostream, ValueMember value) static void
ValueMemberSeqHelper.write
(OutputStream ostream, ValueMember[] value) static void
VersionSpecHelper.write
(OutputStream ostream, String value) static void
VisibilityHelper.write
(OutputStream ostream, short value) -
Uses of OutputStream in com.sun.org.omg.CORBA.ValueDefPackage
Methods in com.sun.org.omg.CORBA.ValueDefPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionstatic void
FullValueDescriptionHelper.write
(OutputStream ostream, FullValueDescription value) -
Uses of OutputStream in com.sun.org.omg.SendingContext
Methods in com.sun.org.omg.SendingContext that return OutputStreamModifier and TypeMethodDescription_CodeBaseImplBase._invoke
(String method, InputStream in, ResponseHandler rh) Methods in com.sun.org.omg.SendingContext with parameters of type OutputStreamModifier and TypeMethodDescriptionstatic void
CodeBaseHelper.write
(OutputStream ostream, CodeBase value) -
Uses of OutputStream in com.sun.org.omg.SendingContext.CodeBasePackage
Methods in com.sun.org.omg.SendingContext.CodeBasePackage with parameters of type OutputStreamModifier and TypeMethodDescriptionstatic void
URLHelper.write
(OutputStream ostream, String value) static void
URLSeqHelper.write
(OutputStream ostream, String[] value) static void
ValueDescSeqHelper.write
(OutputStream ostream, FullValueDescription[] value) -
Uses of OutputStream in javax.rmi.CORBA
Methods in javax.rmi.CORBA with parameters of type OutputStreamModifier and TypeMethodDescriptionstatic void
Util.writeAbstractObject
(OutputStream out, Object obj) Writes a java.lang.Object as either a value or a CORBA Object.void
UtilDelegate.writeAbstractObject
(OutputStream out, Object obj) Delegation call forUtil.writeAbstractObject(org.omg.CORBA.portable.OutputStream, java.lang.Object)
.static void
Util.writeAny
(OutputStream out, Object obj) Writes any java.lang.Object as a CORBA any.void
UtilDelegate.writeAny
(OutputStream out, Object obj) Delegation call forUtil.writeAny(org.omg.CORBA.portable.OutputStream, java.lang.Object)
.static void
Util.writeRemoteObject
(OutputStream out, Object obj) Writes a java.lang.Object as a CORBA Object.void
UtilDelegate.writeRemoteObject
(OutputStream out, Object obj) Delegation call forUtil.writeRemoteObject(org.omg.CORBA.portable.OutputStream, java.lang.Object)
.void
ValueHandler.writeValue
(OutputStream out, Serializable value) Writes a value to the stream using Java semantics.void
ValueHandlerMultiFormat.writeValue
(OutputStream out, Serializable value, byte streamFormatVersion) Allows the ORB to pass the stream format version for RMI/IDL custom value types. -
Uses of OutputStream in org.omg.CORBA
Methods in org.omg.CORBA that return OutputStreamModifier and TypeMethodDescriptionAliasDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) ArrayDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) AttributeDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) ConstantDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) ContainedPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) ContainerPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) EnumDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) ExceptionDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) InterfaceDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) ModuleDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) NativeDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) OperationDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) PrimitiveDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) RepositoryPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) SequenceDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) StringDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) StructDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) TypedefDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) UnionDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) ValueBoxDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) ValueDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) ValueMemberDefPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Object
method.abstract OutputStream
Any.create_output_stream()
Creates an output stream into which thisAny
object's value can be marshalled.abstract OutputStream
ORB.create_output_stream()
Creates a neworg.omg.CORBA.portable.OutputStream
into which IDL method parameters can be marshalled during method invocation.Methods in org.omg.CORBA with parameters of type OutputStreamModifier and TypeMethodDescriptionLocalObject._invoke
(OutputStream output) Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Object
method.void
AliasDefHolder._write
(OutputStream o) void
AnyHolder._write
(OutputStream output) Marshals tooutput
the value in thisAnyHolder
object.void
AnySeqHolder._write
(OutputStream o) void
ArrayDefHolder._write
(OutputStream o) void
AttrDescriptionSeqHolder._write
(OutputStream o) void
AttributeDefHolder._write
(OutputStream o) void
AttributeDescriptionHolder._write
(OutputStream o) void
AttributeModeHolder._write
(OutputStream o) void
BooleanHolder._write
(OutputStream output) Marshals the value in thisBooleanHolder
object'svalue
field to the output streamoutput
.void
BooleanSeqHolder._write
(OutputStream o) void
ByteHolder._write
(OutputStream output) Marshals tooutput
the value in thisByteHolder
object.void
CharHolder._write
(OutputStream output) Marshals tooutput
the value in thisCharHolder
object.void
CharSeqHolder._write
(OutputStream o) void
ConstantDefHolder._write
(OutputStream o) void
ConstantDescriptionHolder._write
(OutputStream o) void
ContainedHolder._write
(OutputStream o) void
ContainedSeqHolder._write
(OutputStream o) void
ContainerHolder._write
(OutputStream o) void
ContextIdSeqHolder._write
(OutputStream o) void
CurrentHolder._write
(OutputStream o) void
DoubleHolder._write
(OutputStream output) Write the double value stored in this holder to anOutputStream
.void
DoubleSeqHolder._write
(OutputStream o) void
EnumDefHolder._write
(OutputStream o) void
EnumMemberSeqHolder._write
(OutputStream o) void
ExcDescriptionSeqHolder._write
(OutputStream o) void
ExceptionDefHolder._write
(OutputStream o) void
ExceptionDefSeqHolder._write
(OutputStream o) void
ExceptionDescriptionHolder._write
(OutputStream o) void
FixedHolder._write
(OutputStream output) Write the fixed point value stored in this holder to anOutputStream
.void
FloatHolder._write
(OutputStream output) Write the float value into an output stream.void
FloatSeqHolder._write
(OutputStream o) void
InitializerHolder._write
(OutputStream o) void
InitializerSeqHolder._write
(OutputStream o) void
InterfaceDefHolder._write
(OutputStream o) void
InterfaceDefSeqHolder._write
(OutputStream o) void
InterfaceDescriptionHolder._write
(OutputStream o) void
IntHolder._write
(OutputStream output) Marshals the value in thisIntHolder
object'svalue
field to the output streamoutput
.void
LongHolder._write
(OutputStream output) Marshals tooutput
the value in the Holder.void
LongLongSeqHolder._write
(OutputStream o) void
LongSeqHolder._write
(OutputStream o) void
ModuleDefHolder._write
(OutputStream o) void
ModuleDescriptionHolder._write
(OutputStream o) void
NativeDefHolder._write
(OutputStream o) void
ObjectHolder._write
(OutputStream output) Marshals tooutput
the value in thisObjectHolder
object.void
OctetSeqHolder._write
(OutputStream o) void
OpDescriptionSeqHolder._write
(OutputStream o) void
OperationDefHolder._write
(OutputStream o) void
OperationDescriptionHolder._write
(OutputStream o) void
OperationModeHolder._write
(OutputStream o) void
ParameterDescriptionHolder._write
(OutputStream o) void
ParameterModeHolder._write
(OutputStream o) void
ParDescriptionSeqHolder._write
(OutputStream o) void
PolicyErrorHolder._write
(OutputStream o) void
PolicyHolder._write
(OutputStream o) void
PolicyListHolder._write
(OutputStream o) void
PrimitiveDefHolder._write
(OutputStream o) void
PrimitiveKindHolder._write
(OutputStream o) void
PrincipalHolder._write
(OutputStream output) Deprecated.void
RepositoryHolder._write
(OutputStream o) void
RepositoryIdSeqHolder._write
(OutputStream o) void
SequenceDefHolder._write
(OutputStream o) void
ServiceInformationHolder._write
(OutputStream out) Marshals the value in thisServiceInformationHolder
object'svalue
field to the output streamout
.void
ShortHolder._write
(OutputStream output) Marshals tooutput
the value in thisShortHolder
object.void
ShortSeqHolder._write
(OutputStream o) void
StringDefHolder._write
(OutputStream o) void
StringHolder._write
(OutputStream output) Marshals the value held by thisStringHolder
object to the output streamoutput
.void
StringSeqHolder._write
(OutputStream o) void
StructDefHolder._write
(OutputStream o) void
StructMemberSeqHolder._write
(OutputStream o) void
TypeCodeHolder._write
(OutputStream output) Marshals tooutput
the value in thisTypeCodeHolder
object.void
TypedefDefHolder._write
(OutputStream o) void
TypeDescriptionHolder._write
(OutputStream o) void
ULongLongSeqHolder._write
(OutputStream o) void
ULongSeqHolder._write
(OutputStream o) void
UnionDefHolder._write
(OutputStream o) void
UnionMemberSeqHolder._write
(OutputStream o) void
UnknownUserExceptionHolder._write
(OutputStream o) void
UShortSeqHolder._write
(OutputStream o) void
ValueBaseHolder._write
(OutputStream output) Marshals tooutput
the value in the Holder.void
ValueBoxDefHolder._write
(OutputStream o) void
ValueDefHolder._write
(OutputStream o) void
ValueDefSeqHolder._write
(OutputStream o) void
ValueDescriptionHolder._write
(OutputStream o) void
ValueMemberDefHolder._write
(OutputStream o) void
ValueMemberSeqHolder._write
(OutputStream o) void
WCharSeqHolder._write
(OutputStream o) void
WrongTransactionHolder._write
(OutputStream o) void
WStringSeqHolder._write
(OutputStream o) static void
AliasDefHelper.write
(OutputStream ostream, AliasDef value) static void
AnySeqHelper.write
(OutputStream ostream, Any[] value) static void
ArrayDefHelper.write
(OutputStream ostream, ArrayDef value) static void
AttrDescriptionSeqHelper.write
(OutputStream ostream, AttributeDescription[] value) static void
AttributeDefHelper.write
(OutputStream ostream, AttributeDef value) static void
AttributeDescriptionHelper.write
(OutputStream ostream, AttributeDescription value) static void
AttributeModeHelper.write
(OutputStream ostream, AttributeMode value) static void
BooleanSeqHelper.write
(OutputStream ostream, boolean[] value) static void
CharSeqHelper.write
(OutputStream ostream, char[] value) static void
CompletionStatusHelper.write
(OutputStream ostream, CompletionStatus value) static void
ConstantDefHelper.write
(OutputStream ostream, ConstantDef value) static void
ConstantDescriptionHelper.write
(OutputStream ostream, ConstantDescription value) static void
ContainedHelper.write
(OutputStream ostream, Contained value) static void
ContainedSeqHelper.write
(OutputStream ostream, Contained[] value) static void
ContainerHelper.write
(OutputStream ostream, Container value) static void
ContextIdentifierHelper.write
(OutputStream ostream, String value) static void
ContextIdSeqHelper.write
(OutputStream ostream, String[] value) static void
CurrentHelper.write
(OutputStream ostream, Current value) static void
DefinitionKindHelper.write
(OutputStream ostream, DefinitionKind value) static void
DoubleSeqHelper.write
(OutputStream ostream, double[] value) static void
EnumDefHelper.write
(OutputStream ostream, EnumDef value) static void
EnumMemberSeqHelper.write
(OutputStream ostream, String[] value) static void
ExcDescriptionSeqHelper.write
(OutputStream ostream, ExceptionDescription[] value) static void
ExceptionDefHelper.write
(OutputStream ostream, ExceptionDef value) static void
ExceptionDefSeqHelper.write
(OutputStream ostream, ExceptionDef[] value) static void
ExceptionDescriptionHelper.write
(OutputStream ostream, ExceptionDescription value) static void
FieldNameHelper.write
(OutputStream ostream, String value) static void
FloatSeqHelper.write
(OutputStream ostream, float[] value) static void
IdentifierHelper.write
(OutputStream ostream, String value) static void
IDLTypeHelper.write
(OutputStream ostream, IDLType value) static void
InitializerHelper.write
(OutputStream ostream, Initializer value) static void
InitializerSeqHelper.write
(OutputStream ostream, Initializer[] value) static void
InterfaceDefHelper.write
(OutputStream ostream, InterfaceDef value) static void
InterfaceDefSeqHelper.write
(OutputStream ostream, InterfaceDef[] value) static void
InterfaceDescriptionHelper.write
(OutputStream ostream, InterfaceDescription value) static void
LongLongSeqHelper.write
(OutputStream ostream, long[] value) static void
LongSeqHelper.write
(OutputStream ostream, int[] value) static void
ModuleDefHelper.write
(OutputStream ostream, ModuleDef value) static void
ModuleDescriptionHelper.write
(OutputStream ostream, ModuleDescription value) static void
NameValuePairHelper.write
(OutputStream ostream, NameValuePair value) static void
NativeDefHelper.write
(OutputStream ostream, NativeDef value) static void
ObjectHelper.write
(OutputStream ostream, Object value) static void
OctetSeqHelper.write
(OutputStream ostream, byte[] value) static void
OpDescriptionSeqHelper.write
(OutputStream ostream, OperationDescription[] value) static void
OperationDefHelper.write
(OutputStream ostream, OperationDef value) static void
OperationDescriptionHelper.write
(OutputStream ostream, OperationDescription value) static void
OperationModeHelper.write
(OutputStream ostream, OperationMode value) static void
ParameterDescriptionHelper.write
(OutputStream ostream, ParameterDescription value) static void
ParameterModeHelper.write
(OutputStream ostream, ParameterMode value) static void
ParDescriptionSeqHelper.write
(OutputStream ostream, ParameterDescription[] value) static void
PolicyErrorCodeHelper.write
(OutputStream ostream, short value) static void
PolicyErrorHelper.write
(OutputStream ostream, PolicyError value) static void
PolicyHelper.write
(OutputStream ostream, Policy value) static void
PolicyListHelper.write
(OutputStream ostream, Policy[] value) static void
PolicyTypeHelper.write
(OutputStream ostream, int value) static void
PrimitiveDefHelper.write
(OutputStream ostream, PrimitiveDef value) static void
PrimitiveKindHelper.write
(OutputStream ostream, PrimitiveKind value) static void
RepositoryHelper.write
(OutputStream ostream, Repository value) static void
RepositoryIdHelper.write
(OutputStream ostream, String value) static void
RepositoryIdSeqHelper.write
(OutputStream ostream, String[] value) static void
ScopedNameHelper.write
(OutputStream ostream, String value) static void
SequenceDefHelper.write
(OutputStream ostream, SequenceDef value) static void
ServiceDetailHelper.write
(OutputStream out, ServiceDetail that) static void
ServiceInformationHelper.write
(OutputStream out, ServiceInformation that) static void
SetOverrideTypeHelper.write
(OutputStream ostream, SetOverrideType value) static void
ShortSeqHelper.write
(OutputStream ostream, short[] value) static void
StringDefHelper.write
(OutputStream ostream, StringDef value) static void
StringSeqHelper.write
(OutputStream ostream, String[] value) static void
StringValueHelper.write
(OutputStream ostream, String value) static void
StructDefHelper.write
(OutputStream ostream, StructDef value) static void
StructMemberHelper.write
(OutputStream ostream, StructMember value) static void
StructMemberSeqHelper.write
(OutputStream ostream, StructMember[] value) static void
TypedefDefHelper.write
(OutputStream ostream, TypedefDef value) static void
TypeDescriptionHelper.write
(OutputStream ostream, TypeDescription value) static void
ULongLongSeqHelper.write
(OutputStream ostream, long[] value) static void
ULongSeqHelper.write
(OutputStream ostream, int[] value) static void
UnionDefHelper.write
(OutputStream ostream, UnionDef value) static void
UnionMemberHelper.write
(OutputStream ostream, UnionMember value) static void
UnionMemberSeqHelper.write
(OutputStream ostream, UnionMember[] value) static void
UnknownUserExceptionHelper.write
(OutputStream ostream, UnknownUserException value) static void
UShortSeqHelper.write
(OutputStream ostream, short[] value) static void
ValueBaseHelper.write
(OutputStream ostream, Serializable value) static void
ValueBoxDefHelper.write
(OutputStream ostream, ValueBoxDef value) static void
ValueDefHelper.write
(OutputStream ostream, ValueDef value) static void
ValueDefSeqHelper.write
(OutputStream ostream, ValueDef[] value) static void
ValueDescriptionHelper.write
(OutputStream ostream, ValueDescription value) static void
ValueMemberDefHelper.write
(OutputStream ostream, ValueMemberDef value) static void
ValueMemberHelper.write
(OutputStream ostream, ValueMember value) static void
ValueMemberSeqHelper.write
(OutputStream ostream, ValueMember[] value) static void
VersionSpecHelper.write
(OutputStream ostream, String value) static void
VisibilityHelper.write
(OutputStream ostream, short value) static void
WCharSeqHelper.write
(OutputStream ostream, char[] value) static void
WrongTransactionHelper.write
(OutputStream ostream, WrongTransaction value) static void
WStringSeqHelper.write
(OutputStream ostream, String[] value) static void
WStringValueHelper.write
(OutputStream ostream, String value) abstract void
Any.write_value
(OutputStream os) Writes out the value of thisAny
object to the given output stream.void
StringValueHelper.write_value
(OutputStream ostream, Serializable value) void
WStringValueHelper.write_value
(OutputStream ostream, Serializable value) -
Uses of OutputStream in org.omg.CORBA_2_3.portable
Subclasses of OutputStream in org.omg.CORBA_2_3.portableModifier and TypeClassDescriptionclass
OutputStream provides interface for writing of all of the mapped IDL type to the stream. -
Uses of OutputStream in org.omg.CORBA.ContainedPackage
Methods in org.omg.CORBA.ContainedPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
DescriptionHolder._write
(OutputStream o) static void
DescriptionHelper.write
(OutputStream ostream, Description value) -
Uses of OutputStream in org.omg.CORBA.ContainerPackage
Methods in org.omg.CORBA.ContainerPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
DescriptionHolder._write
(OutputStream o) void
DescriptionSeqHolder._write
(OutputStream o) static void
DescriptionHelper.write
(OutputStream ostream, Description value) static void
DescriptionSeqHelper.write
(OutputStream ostream, Description[] value) -
Uses of OutputStream in org.omg.CORBA.InterfaceDefPackage
Methods in org.omg.CORBA.InterfaceDefPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
FullInterfaceDescriptionHolder._write
(OutputStream o) static void
FullInterfaceDescriptionHelper.write
(OutputStream ostream, FullInterfaceDescription value) -
Uses of OutputStream in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return OutputStreamModifier and TypeMethodDescriptionInvokeHandler._invoke
(String method, InputStream input, ResponseHandler handler) Invoked by the ORB to dispatch a request to the servant.Returns anOutputStream
object to use for marshalling the arguments of the given method.ResponseHandler.createExceptionReply()
Called by the servant during a method invocation.ResponseHandler.createReply()
Called by the servant during a method invocation.request is called by a stub to obtain an OutputStream for marshaling arguments.Methods in org.omg.CORBA.portable with parameters of type OutputStreamModifier and TypeMethodDescriptionObjectImpl._invoke
(OutputStream output) Invokes an operation and returns anInputStream
object for reading the response.void
Streamable._write
(OutputStream ostream) Marshals toostream
the value in thevalue
field of the Holder.Delegate.invoke
(Object self, OutputStream output) invoke is called by a stub to invoke an operation.void
BoxedValueHelper.write_value
(OutputStream os, Serializable value) -
Uses of OutputStream in org.omg.CORBA.ValueDefPackage
Methods in org.omg.CORBA.ValueDefPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
FullValueDescriptionHolder._write
(OutputStream o) static void
FullValueDescriptionHelper.write
(OutputStream ostream, FullValueDescription value) -
Uses of OutputStream in org.omg.CosNaming
Methods in org.omg.CosNaming that return OutputStreamModifier and TypeMethodDescriptionBindingIteratorPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) NamingContextExtPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) NamingContextPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) Methods in org.omg.CosNaming with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
BindingHolder._write
(OutputStream o) void
BindingIteratorHolder._write
(OutputStream o) void
BindingListHolder._write
(OutputStream o) void
BindingTypeHolder._write
(OutputStream o) void
NameComponentHolder._write
(OutputStream o) void
NameHolder._write
(OutputStream o) void
NamingContextExtHolder._write
(OutputStream o) void
NamingContextHolder._write
(OutputStream o) static void
BindingHelper.write
(OutputStream ostream, Binding value) static void
BindingIteratorHelper.write
(OutputStream ostream, BindingIterator value) static void
BindingListHelper.write
(OutputStream ostream, Binding[] value) static void
BindingTypeHelper.write
(OutputStream ostream, BindingType value) static void
IstringHelper.write
(OutputStream ostream, String value) static void
NameComponentHelper.write
(OutputStream ostream, NameComponent value) static void
NameHelper.write
(OutputStream ostream, NameComponent[] value) static void
NamingContextExtHelper.write
(OutputStream ostream, NamingContextExt value) static void
NamingContextHelper.write
(OutputStream ostream, NamingContext value) -
Uses of OutputStream in org.omg.CosNaming.NamingContextExtPackage
Methods in org.omg.CosNaming.NamingContextExtPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
InvalidAddressHolder._write
(OutputStream o) static void
AddressHelper.write
(OutputStream ostream, String value) static void
InvalidAddressHelper.write
(OutputStream ostream, InvalidAddress value) static void
StringNameHelper.write
(OutputStream ostream, String value) static void
URLStringHelper.write
(OutputStream ostream, String value) -
Uses of OutputStream in org.omg.CosNaming.NamingContextPackage
Methods in org.omg.CosNaming.NamingContextPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
AlreadyBoundHolder._write
(OutputStream o) void
CannotProceedHolder._write
(OutputStream o) void
InvalidNameHolder._write
(OutputStream o) void
NotEmptyHolder._write
(OutputStream o) void
NotFoundHolder._write
(OutputStream o) void
NotFoundReasonHolder._write
(OutputStream o) static void
AlreadyBoundHelper.write
(OutputStream ostream, AlreadyBound value) static void
CannotProceedHelper.write
(OutputStream ostream, CannotProceed value) static void
InvalidNameHelper.write
(OutputStream ostream, InvalidName value) static void
NotEmptyHelper.write
(OutputStream ostream, NotEmpty value) static void
NotFoundHelper.write
(OutputStream ostream, NotFound value) static void
NotFoundReasonHelper.write
(OutputStream ostream, NotFoundReason value) -
Uses of OutputStream in org.omg.CosTransactions
Methods in org.omg.CosTransactions that return OutputStreamModifier and TypeMethodDescriptionControlPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) CoordinatorPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) CurrentPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) InvocationPolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) NonTxTargetPolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) OTSPolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) RecoveryCoordinatorPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) ResourcePOA._invoke
(String $method, InputStream in, ResponseHandler $rh) SubtransactionAwareResourcePOA._invoke
(String $method, InputStream in, ResponseHandler $rh) SynchronizationPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) TerminatorPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) TransactionalObjectPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) TransactionFactoryPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) Methods in org.omg.CosTransactions with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
ControlHolder._write
(OutputStream o) void
CoordinatorHolder._write
(OutputStream o) void
CurrentHolder._write
(OutputStream o) void
HeuristicCommitHolder._write
(OutputStream o) void
HeuristicHazardHolder._write
(OutputStream o) void
HeuristicMixedHolder._write
(OutputStream o) void
HeuristicRollbackHolder._write
(OutputStream o) void
InactiveHolder._write
(OutputStream o) void
InvalidControlHolder._write
(OutputStream o) void
InvocationPolicyHolder._write
(OutputStream o) void
NonTxTargetPolicyHolder._write
(OutputStream o) void
NotPreparedHolder._write
(OutputStream o) void
NoTransactionHolder._write
(OutputStream o) void
NotSubtransactionHolder._write
(OutputStream o) void
otid_tHolder._write
(OutputStream o) void
OTSPolicyHolder._write
(OutputStream o) void
PropagationContextHolder._write
(OutputStream o) void
RecoveryCoordinatorHolder._write
(OutputStream o) void
ResourceHolder._write
(OutputStream o) void
StatusHolder._write
(OutputStream o) void
SubtransactionAwareResourceHolder._write
(OutputStream o) void
SubtransactionsUnavailableHolder._write
(OutputStream o) void
SynchronizationHolder._write
(OutputStream o) void
SynchronizationUnavailableHolder._write
(OutputStream o) void
TerminatorHolder._write
(OutputStream o) void
TransactionalObjectHolder._write
(OutputStream o) void
TransactionFactoryHolder._write
(OutputStream o) void
TransIdentityHolder._write
(OutputStream o) void
UnavailableHolder._write
(OutputStream o) void
VoteHolder._write
(OutputStream o) static void
ControlHelper.write
(OutputStream ostream, Control value) static void
CoordinatorHelper.write
(OutputStream ostream, Coordinator value) static void
CurrentHelper.write
(OutputStream ostream, Current value) static void
HeuristicCommitHelper.write
(OutputStream ostream, HeuristicCommit value) static void
HeuristicHazardHelper.write
(OutputStream ostream, HeuristicHazard value) static void
HeuristicMixedHelper.write
(OutputStream ostream, HeuristicMixed value) static void
HeuristicRollbackHelper.write
(OutputStream ostream, HeuristicRollback value) static void
InactiveHelper.write
(OutputStream ostream, Inactive value) static void
InvalidControlHelper.write
(OutputStream ostream, InvalidControl value) static void
InvocationPolicyHelper.write
(OutputStream ostream, InvocationPolicy value) static void
InvocationPolicyValueHelper.write
(OutputStream ostream, short value) static void
NonTxTargetPolicyHelper.write
(OutputStream ostream, NonTxTargetPolicy value) static void
NonTxTargetPolicyValueHelper.write
(OutputStream ostream, short value) static void
NotPreparedHelper.write
(OutputStream ostream, NotPrepared value) static void
NoTransactionHelper.write
(OutputStream ostream, NoTransaction value) static void
NotSubtransactionHelper.write
(OutputStream ostream, NotSubtransaction value) static void
otid_tHelper.write
(OutputStream ostream, otid_t value) static void
OTSPolicyHelper.write
(OutputStream ostream, OTSPolicy value) static void
OTSPolicyValueHelper.write
(OutputStream ostream, short value) static void
PropagationContextHelper.write
(OutputStream ostream, PropagationContext value) static void
RecoveryCoordinatorHelper.write
(OutputStream ostream, RecoveryCoordinator value) static void
ResourceHelper.write
(OutputStream ostream, Resource value) static void
StatusHelper.write
(OutputStream ostream, Status value) static void
SubtransactionAwareResourceHelper.write
(OutputStream ostream, SubtransactionAwareResource value) static void
SubtransactionsUnavailableHelper.write
(OutputStream ostream, SubtransactionsUnavailable value) static void
SynchronizationHelper.write
(OutputStream ostream, Synchronization value) static void
SynchronizationUnavailableHelper.write
(OutputStream ostream, SynchronizationUnavailable value) static void
TerminatorHelper.write
(OutputStream ostream, Terminator value) static void
TransactionalObjectHelper.write
(OutputStream ostream, TransactionalObject value) static void
TransactionFactoryHelper.write
(OutputStream ostream, TransactionFactory value) static void
TransIdentityHelper.write
(OutputStream ostream, TransIdentity value) static void
UnavailableHelper.write
(OutputStream ostream, Unavailable value) static void
VoteHelper.write
(OutputStream ostream, Vote value) -
Uses of OutputStream in org.omg.Dynamic
Methods in org.omg.Dynamic with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
ExceptionListHolder._write
(OutputStream o) void
ParameterHolder._write
(OutputStream o) void
ParameterListHolder._write
(OutputStream o) static void
ContextListHelper.write
(OutputStream ostream, String[] value) static void
ExceptionListHelper.write
(OutputStream ostream, TypeCode[] value) static void
ParameterHelper.write
(OutputStream ostream, Parameter value) static void
ParameterListHelper.write
(OutputStream ostream, Parameter[] value) static void
RequestContextHelper.write
(OutputStream ostream, String[] value) -
Uses of OutputStream in org.omg.DynamicAny
Methods in org.omg.DynamicAny that return OutputStreamModifier and TypeMethodDescriptionDynAnyFactoryPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) DynAnyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) DynArrayPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) DynEnumPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) DynFixedPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) DynSequencePOA._invoke
(String $method, InputStream in, ResponseHandler $rh) DynStructPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) DynUnionPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) DynValueBoxPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) DynValueCommonPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) DynValuePOA._invoke
(String $method, InputStream in, ResponseHandler $rh) Methods in org.omg.DynamicAny with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
AnySeqHolder._write
(OutputStream o) void
DynAnyFactoryHolder._write
(OutputStream o) void
DynAnyHolder._write
(OutputStream o) void
DynAnySeqHolder._write
(OutputStream o) void
DynArrayHolder._write
(OutputStream o) void
DynEnumHolder._write
(OutputStream o) void
DynFixedHolder._write
(OutputStream o) void
DynSequenceHolder._write
(OutputStream o) void
DynStructHolder._write
(OutputStream o) void
DynUnionHolder._write
(OutputStream o) void
DynValueBoxHolder._write
(OutputStream o) void
DynValueCommonHolder._write
(OutputStream o) void
DynValueHolder._write
(OutputStream o) void
NameDynAnyPairHolder._write
(OutputStream o) void
NameDynAnyPairSeqHolder._write
(OutputStream o) void
NameValuePairHolder._write
(OutputStream o) void
NameValuePairSeqHolder._write
(OutputStream o) static void
AnySeqHelper.write
(OutputStream ostream, Any[] value) static void
DynAnyFactoryHelper.write
(OutputStream ostream, DynAnyFactory value) static void
DynAnyHelper.write
(OutputStream ostream, DynAny value) static void
DynAnySeqHelper.write
(OutputStream ostream, DynAny[] value) static void
DynArrayHelper.write
(OutputStream ostream, DynArray value) static void
DynEnumHelper.write
(OutputStream ostream, DynEnum value) static void
DynFixedHelper.write
(OutputStream ostream, DynFixed value) static void
DynSequenceHelper.write
(OutputStream ostream, DynSequence value) static void
DynStructHelper.write
(OutputStream ostream, DynStruct value) static void
DynUnionHelper.write
(OutputStream ostream, DynUnion value) static void
DynValueBoxHelper.write
(OutputStream ostream, DynValueBox value) static void
DynValueCommonHelper.write
(OutputStream ostream, DynValueCommon value) static void
DynValueHelper.write
(OutputStream ostream, DynValue value) static void
FieldNameHelper.write
(OutputStream ostream, String value) static void
NameDynAnyPairHelper.write
(OutputStream ostream, NameDynAnyPair value) static void
NameDynAnyPairSeqHelper.write
(OutputStream ostream, NameDynAnyPair[] value) static void
NameValuePairHelper.write
(OutputStream ostream, NameValuePair value) static void
NameValuePairSeqHelper.write
(OutputStream ostream, NameValuePair[] value) -
Uses of OutputStream in org.omg.DynamicAny.DynAnyFactoryPackage
Methods in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
InconsistentTypeCodeHolder._write
(OutputStream o) static void
InconsistentTypeCodeHelper.write
(OutputStream ostream, InconsistentTypeCode value) -
Uses of OutputStream in org.omg.DynamicAny.DynAnyPackage
Methods in org.omg.DynamicAny.DynAnyPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
InvalidValueHolder._write
(OutputStream o) void
TypeMismatchHolder._write
(OutputStream o) static void
InvalidValueHelper.write
(OutputStream ostream, InvalidValue value) static void
TypeMismatchHelper.write
(OutputStream ostream, TypeMismatch value) -
Uses of OutputStream in org.omg.IOP
Methods in org.omg.IOP with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
CodecFactoryHolder._write
(OutputStream o) void
CodecHolder._write
(OutputStream o) void
EncodingHolder._write
(OutputStream o) void
IORHolder._write
(OutputStream o) void
MultipleComponentProfileHolder._write
(OutputStream o) void
ServiceContextHolder._write
(OutputStream o) void
ServiceContextListHolder._write
(OutputStream o) void
TaggedComponentHolder._write
(OutputStream o) void
TaggedComponentSeqHolder._write
(OutputStream o) void
TaggedProfileHolder._write
(OutputStream o) static void
CodecFactoryHelper.write
(OutputStream ostream, CodecFactory value) static void
CodecHelper.write
(OutputStream ostream, Codec value) static void
ComponentIdHelper.write
(OutputStream ostream, int value) static void
EncodingFormatHelper.write
(OutputStream ostream, short value) static void
EncodingHelper.write
(OutputStream ostream, Encoding value) static void
IORHelper.write
(OutputStream ostream, IOR value) static void
MultipleComponentProfileHelper.write
(OutputStream ostream, TaggedComponent[] value) static void
ProfileIdHelper.write
(OutputStream ostream, int value) static void
ServiceContextHelper.write
(OutputStream ostream, ServiceContext value) static void
ServiceContextListHelper.write
(OutputStream ostream, ServiceContext[] value) static void
ServiceIdHelper.write
(OutputStream ostream, int value) static void
TaggedComponentHelper.write
(OutputStream ostream, TaggedComponent value) static void
TaggedComponentSeqHelper.write
(OutputStream ostream, TaggedComponent[] value) static void
TaggedProfileHelper.write
(OutputStream ostream, TaggedProfile value) -
Uses of OutputStream in org.omg.IOP.CodecFactoryPackage
Methods in org.omg.IOP.CodecFactoryPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
UnknownEncodingHolder._write
(OutputStream o) static void
UnknownEncodingHelper.write
(OutputStream ostream, UnknownEncoding value) -
Uses of OutputStream in org.omg.IOP.CodecPackage
Methods in org.omg.IOP.CodecPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
FormatMismatchHolder._write
(OutputStream o) void
InvalidTypeForEncodingHolder._write
(OutputStream o) void
TypeMismatchHolder._write
(OutputStream o) static void
FormatMismatchHelper.write
(OutputStream ostream, FormatMismatch value) static void
InvalidTypeForEncodingHelper.write
(OutputStream ostream, InvalidTypeForEncoding value) static void
TypeMismatchHelper.write
(OutputStream ostream, TypeMismatch value) -
Uses of OutputStream in org.omg.Messaging
Methods in org.omg.Messaging that return OutputStreamModifier and TypeMethodDescriptionMaxHopsPolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) QueueOrderPolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) RebindPolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) RelativeRequestTimeoutPolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) RelativeRoundtripTimeoutPolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) ReplyEndTimePolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) ReplyPriorityPolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) ReplyStartTimePolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) RequestEndTimePolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) RequestPriorityPolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) RequestStartTimePolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) RoutingPolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) SyncScopePolicyPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) Methods in org.omg.Messaging with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
MaxHopsPolicyHolder._write
(OutputStream o) void
PolicyValueHolder._write
(OutputStream o) void
PolicyValueSeqHolder._write
(OutputStream o) void
PriorityRangeHolder._write
(OutputStream o) void
QueueOrderPolicyHolder._write
(OutputStream o) void
RebindPolicyHolder._write
(OutputStream o) void
RelativeRequestTimeoutPolicyHolder._write
(OutputStream o) void
RelativeRoundtripTimeoutPolicyHolder._write
(OutputStream o) void
ReplyEndTimePolicyHolder._write
(OutputStream o) void
ReplyPriorityPolicyHolder._write
(OutputStream o) void
ReplyStartTimePolicyHolder._write
(OutputStream o) void
RequestEndTimePolicyHolder._write
(OutputStream o) void
RequestPriorityPolicyHolder._write
(OutputStream o) void
RequestStartTimePolicyHolder._write
(OutputStream o) void
RoutingPolicyHolder._write
(OutputStream o) void
RoutingTypeRangeHolder._write
(OutputStream o) void
SyncScopePolicyHolder._write
(OutputStream o) static void
MaxHopsPolicyHelper.write
(OutputStream ostream, MaxHopsPolicy value) static void
OrderingHelper.write
(OutputStream ostream, short value) static void
PolicyValueHelper.write
(OutputStream ostream, PolicyValue value) static void
PolicyValueSeqHelper.write
(OutputStream ostream, PolicyValue[] value) static void
PriorityHelper.write
(OutputStream ostream, short value) static void
PriorityRangeHelper.write
(OutputStream ostream, PriorityRange value) static void
QueueOrderPolicyHelper.write
(OutputStream ostream, QueueOrderPolicy value) static void
RebindModeHelper.write
(OutputStream ostream, short value) static void
RebindPolicyHelper.write
(OutputStream ostream, RebindPolicy value) static void
RelativeRequestTimeoutPolicyHelper.write
(OutputStream ostream, RelativeRequestTimeoutPolicy value) static void
RelativeRoundtripTimeoutPolicyHelper.write
(OutputStream ostream, RelativeRoundtripTimeoutPolicy value) static void
ReplyEndTimePolicyHelper.write
(OutputStream ostream, ReplyEndTimePolicy value) static void
ReplyPriorityPolicyHelper.write
(OutputStream ostream, ReplyPriorityPolicy value) static void
ReplyStartTimePolicyHelper.write
(OutputStream ostream, ReplyStartTimePolicy value) static void
RequestEndTimePolicyHelper.write
(OutputStream ostream, RequestEndTimePolicy value) static void
RequestPriorityPolicyHelper.write
(OutputStream ostream, RequestPriorityPolicy value) static void
RequestStartTimePolicyHelper.write
(OutputStream ostream, RequestStartTimePolicy value) static void
RoutingPolicyHelper.write
(OutputStream ostream, RoutingPolicy value) static void
RoutingTypeHelper.write
(OutputStream ostream, short value) static void
RoutingTypeRangeHelper.write
(OutputStream ostream, RoutingTypeRange value) static void
SyncScopeHelper.write
(OutputStream ostream, short value) static void
SyncScopePolicyHelper.write
(OutputStream ostream, SyncScopePolicy value) -
Uses of OutputStream in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
ClientRequestInfoHolder._write
(OutputStream o) void
ClientRequestInterceptorHolder._write
(OutputStream o) void
CurrentHolder._write
(OutputStream o) void
ForwardRequestHolder._write
(OutputStream o) void
InterceptorHolder._write
(OutputStream o) void
InvalidSlotHolder._write
(OutputStream o) void
IORInfoHolder._write
(OutputStream o) void
IORInterceptor_3_0Holder._write
(OutputStream o) void
IORInterceptorHolder._write
(OutputStream o) void
ObjectReferenceFactoryHolder._write
(OutputStream o) void
ObjectReferenceTemplateHolder._write
(OutputStream o) void
ObjectReferenceTemplateSeqHolder._write
(OutputStream o) void
ORBInitializerHolder._write
(OutputStream o) void
ORBInitInfoHolder._write
(OutputStream o) void
PolicyFactoryHolder._write
(OutputStream o) void
RequestInfoHolder._write
(OutputStream o) void
ServerRequestInfoHolder._write
(OutputStream o) void
ServerRequestInterceptorHolder._write
(OutputStream o) static void
AdapterManagerIdHelper.write
(OutputStream ostream, int value) static void
AdapterNameHelper.write
(OutputStream ostream, String[] value) static void
AdapterStateHelper.write
(OutputStream ostream, short value) static void
ClientRequestInfoHelper.write
(OutputStream ostream, ClientRequestInfo value) static void
ClientRequestInterceptorHelper.write
(OutputStream ostream, ClientRequestInterceptor value) static void
CurrentHelper.write
(OutputStream ostream, Current value) static void
ForwardRequestHelper.write
(OutputStream ostream, ForwardRequest value) static void
InterceptorHelper.write
(OutputStream ostream, Interceptor value) static void
InvalidSlotHelper.write
(OutputStream ostream, InvalidSlot value) static void
IORInfoHelper.write
(OutputStream ostream, IORInfo value) static void
IORInterceptor_3_0Helper.write
(OutputStream ostream, IORInterceptor_3_0 value) static void
IORInterceptorHelper.write
(OutputStream ostream, IORInterceptor value) static void
ObjectIdHelper.write
(OutputStream ostream, byte[] value) static void
ObjectReferenceFactoryHelper.write
(OutputStream ostream, ObjectReferenceFactory value) static void
ObjectReferenceTemplateHelper.write
(OutputStream ostream, ObjectReferenceTemplate value) static void
ObjectReferenceTemplateSeqHelper.write
(OutputStream ostream, ObjectReferenceTemplate[] value) static void
ORBIdHelper.write
(OutputStream ostream, String value) static void
ORBInitializerHelper.write
(OutputStream ostream, ORBInitializer value) static void
ORBInitInfoHelper.write
(OutputStream ostream, ORBInitInfo value) static void
PolicyFactoryHelper.write
(OutputStream ostream, PolicyFactory value) static void
ReplyStatusHelper.write
(OutputStream ostream, short value) static void
RequestInfoHelper.write
(OutputStream ostream, RequestInfo value) static void
ServerIdHelper.write
(OutputStream ostream, String value) static void
ServerRequestInfoHelper.write
(OutputStream ostream, ServerRequestInfo value) static void
ServerRequestInterceptorHelper.write
(OutputStream ostream, ServerRequestInterceptor value) static void
SlotIdHelper.write
(OutputStream ostream, int value) -
Uses of OutputStream in org.omg.PortableInterceptor.ORBInitInfoPackage
Methods in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
DuplicateNameHolder._write
(OutputStream o) void
InvalidNameHolder._write
(OutputStream o) static void
DuplicateNameHelper.write
(OutputStream ostream, DuplicateName value) static void
InvalidNameHelper.write
(OutputStream ostream, InvalidName value) static void
ObjectIdHelper.write
(OutputStream ostream, String value) -
Uses of OutputStream in org.omg.PortableServer
Methods in org.omg.PortableServer that return OutputStreamModifier and TypeMethodDescriptionServantActivatorPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) ServantLocatorPOA._invoke
(String $method, InputStream in, ResponseHandler $rh) Methods in org.omg.PortableServer with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
ForwardRequestHolder._write
(OutputStream o) void
IdAssignmentPolicyValueHolder._write
(OutputStream o) void
IdUniquenessPolicyValueHolder._write
(OutputStream o) void
ImplicitActivationPolicyValueHolder._write
(OutputStream o) void
LifespanPolicyValueHolder._write
(OutputStream o) void
ObjectIdHolder._write
(OutputStream o) void
POAListHolder._write
(OutputStream o) void
RequestProcessingPolicyValueHolder._write
(OutputStream o) void
ServantActivatorHolder._write
(OutputStream o) void
ServantLocatorHolder._write
(OutputStream o) void
ServantRetentionPolicyValueHolder._write
(OutputStream o) void
ThreadPolicyValueHolder._write
(OutputStream o) static void
ForwardRequestHelper.write
(OutputStream ostream, ForwardRequest value) static void
IdAssignmentPolicyValueHelper.write
(OutputStream ostream, IdAssignmentPolicyValue value) static void
IdUniquenessPolicyValueHelper.write
(OutputStream ostream, IdUniquenessPolicyValue value) static void
ImplicitActivationPolicyValueHelper.write
(OutputStream ostream, ImplicitActivationPolicyValue value) static void
LifespanPolicyValueHelper.write
(OutputStream ostream, LifespanPolicyValue value) static void
ObjectIdHelper.write
(OutputStream ostream, byte[] value) static void
POAHelper.write
(OutputStream ostream, POA value) static void
POAListHelper.write
(OutputStream ostream, POA[] value) static void
RequestProcessingPolicyValueHelper.write
(OutputStream ostream, RequestProcessingPolicyValue value) static void
ServantActivatorHelper.write
(OutputStream ostream, ServantActivator value) static void
ServantLocatorHelper.write
(OutputStream ostream, ServantLocator value) static void
ServantRetentionPolicyValueHelper.write
(OutputStream ostream, ServantRetentionPolicyValue value) static void
ThreadPolicyValueHelper.write
(OutputStream ostream, ThreadPolicyValue value) -
Uses of OutputStream in org.omg.PortableServer.CurrentPackage
Methods in org.omg.PortableServer.CurrentPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
NoContextHolder._write
(OutputStream o) static void
NoContextHelper.write
(OutputStream ostream, NoContext value) -
Uses of OutputStream in org.omg.PortableServer.POAManagerPackage
Methods in org.omg.PortableServer.POAManagerPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
AdapterInactiveHolder._write
(OutputStream o) void
StateHolder._write
(OutputStream o) static void
AdapterInactiveHelper.write
(OutputStream ostream, AdapterInactive value) static void
StateHelper.write
(OutputStream ostream, State value) -
Uses of OutputStream in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
AdapterAlreadyExistsHolder._write
(OutputStream o) void
AdapterNonExistentHolder._write
(OutputStream o) void
InvalidPolicyHolder._write
(OutputStream o) void
NoServantHolder._write
(OutputStream o) void
ObjectAlreadyActiveHolder._write
(OutputStream o) void
ObjectNotActiveHolder._write
(OutputStream o) void
ServantAlreadyActiveHolder._write
(OutputStream o) void
ServantNotActiveHolder._write
(OutputStream o) void
WrongAdapterHolder._write
(OutputStream o) void
WrongPolicyHolder._write
(OutputStream o) static void
AdapterAlreadyExistsHelper.write
(OutputStream ostream, AdapterAlreadyExists value) static void
AdapterNonExistentHelper.write
(OutputStream ostream, AdapterNonExistent value) static void
InvalidPolicyHelper.write
(OutputStream ostream, InvalidPolicy value) static void
NoServantHelper.write
(OutputStream ostream, NoServant value) static void
ObjectAlreadyActiveHelper.write
(OutputStream ostream, ObjectAlreadyActive value) static void
ObjectNotActiveHelper.write
(OutputStream ostream, ObjectNotActive value) static void
ServantAlreadyActiveHelper.write
(OutputStream ostream, ServantAlreadyActive value) static void
ServantNotActiveHelper.write
(OutputStream ostream, ServantNotActive value) static void
WrongAdapterHelper.write
(OutputStream ostream, WrongAdapter value) static void
WrongPolicyHelper.write
(OutputStream ostream, WrongPolicy value) -
Uses of OutputStream in org.omg.PortableServer.ServantLocatorPackage
Methods in org.omg.PortableServer.ServantLocatorPackage with parameters of type OutputStream -
Uses of OutputStream in org.omg.SendingContext
Methods in org.omg.SendingContext that return OutputStreamModifier and TypeMethodDescriptionCodeBasePOA._invoke
(String $method, InputStream in, ResponseHandler $rh) RunTimePOA._invoke
(String $method, InputStream in, ResponseHandler $rh) Methods in org.omg.SendingContext with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
CodeBaseHolder._write
(OutputStream o) void
RunTimeHolder._write
(OutputStream o) static void
CodeBaseHelper.write
(OutputStream ostream, CodeBase value) static void
RunTimeHelper.write
(OutputStream ostream, RunTime value) -
Uses of OutputStream in org.omg.SendingContext.CodeBasePackage
Methods in org.omg.SendingContext.CodeBasePackage with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
URLSeqHolder._write
(OutputStream o) void
ValueDescSeqHolder._write
(OutputStream o) static void
URLHelper.write
(OutputStream ostream, String value) static void
URLSeqHelper.write
(OutputStream ostream, String[] value) static void
ValueDescSeqHelper.write
(OutputStream ostream, FullValueDescription[] value) -
Uses of OutputStream in org.omg.TimeBase
Methods in org.omg.TimeBase with parameters of type OutputStreamModifier and TypeMethodDescriptionvoid
IntervalTHolder._write
(OutputStream o) void
UtcTHolder._write
(OutputStream o) static void
InaccuracyTHelper.write
(OutputStream ostream, long value) static void
IntervalTHelper.write
(OutputStream ostream, IntervalT value) static void
TdfTHelper.write
(OutputStream ostream, short value) static void
TimeTHelper.write
(OutputStream ostream, long value) static void
UtcTHelper.write
(OutputStream ostream, UtcT value)