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 voidTypeCodeImpl.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 voidTCUtility.marshalIn(OutputStream s, TypeCode typeCode, long l, Object o) voidServerRequestImpl.marshalReplyParams(OutputStream os) This is called from the ORB after the DynamicImplementation.invoke returns.static voidAnyImplHelper.write(OutputStream ostream, Any value) static voidTypeCodeImplHelper.write(OutputStream ostream, TypeCodeImpl value) static voidTypeCodeImplHelper.write(OutputStream ostream, TypeCode value) voidAnyImpl.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 voidDynAnyConstructedImpl.writeAny(OutputStream out) protected voidDynAnyImpl.writeAny(OutputStream out) -
Uses of OutputStream in com.sun.corba.ee.impl.encoding
Subclasses of OutputStream in com.sun.corba.ee.impl.encodingModifier and TypeClassDescriptionclassclassEncapsulations are supposed to explicitly define their code sets and GIOP version.final classMethods in com.sun.corba.ee.impl.encoding with parameters of type OutputStreamModifier and TypeMethodDescriptionprivate voidCDROutputStream_1_0.callWriteValue(OutputStream parent, Serializable object, byte streamFormatVersion) final voidCDROutputObject.writeOctetSequenceTo(OutputStream s) voidCDROutputStream_1_0.writeOctetSequenceTo(OutputStream s) abstract voidCDROutputStreamBase.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.outputStreamPairsMethods in com.sun.corba.ee.impl.io with parameters of type OutputStreamModifier and TypeMethodDescriptionprotected voidIIOPOutputStream.internalWriteUTF(OutputStream stream, String data) Helper method for correcting the Kestrel bug 4367783 (dealing with larger than 8-bit chars).voidValueHandlerImpl.writeValue(OutputStream _out, Serializable value) Writes the value to the stream using java semantics.voidValueHandlerImpl.writeValue(OutputStream out, Serializable value, byte streamFormatVersion) private voidValueHandlerImpl.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 TypeMethodDescriptionvoidObjectReferenceFactoryImpl._write(OutputStream os) Write the state to the OutputStream.voidObjectReferenceTemplateImpl._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 TypeMethodDescriptionvoidUtil.writeAbstractObject(OutputStream out, Object obj) Writes a java.lang.Object as either a value or a CORBA Object.voidUtil.writeAny(OutputStream out, Object obj) Writes any java.lang.Object as a CORBA any.voidUtil.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 voidORBUtility.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 voidAddressingDispositionHelper.write(OutputStream ostream, short value) voidCancelRequestMessage_1_0.write(OutputStream ostream) voidCancelRequestMessage_1_1.write(OutputStream ostream) voidCancelRequestMessage_1_2.write(OutputStream ostream) voidFragmentMessage_1_1.write(OutputStream ostream) voidFragmentMessage_1_2.write(OutputStream ostream) static voidIORAddressingInfoHelper.write(OutputStream ostream, IORAddressingInfo value) voidLocateReplyMessage_1_0.write(OutputStream ostream) voidLocateReplyMessage_1_1.write(OutputStream ostream) voidLocateReplyMessage_1_2.write(OutputStream ostream) voidLocateRequestMessage_1_0.write(OutputStream ostream) voidLocateRequestMessage_1_1.write(OutputStream ostream) voidLocateRequestMessage_1_2.write(OutputStream ostream) voidMessage_1_0.write(OutputStream ostream) voidMessage_1_1.write(OutputStream ostream) voidMessage_1_2.write(OutputStream ostream) voidMessage.write(OutputStream ostream) voidReplyMessage_1_0.write(OutputStream ostream) voidReplyMessage_1_1.write(OutputStream ostream) voidReplyMessage_1_2.write(OutputStream ostream) voidRequestMessage_1_0.write(OutputStream ostream) voidRequestMessage_1_1.write(OutputStream ostream) voidRequestMessage_1_2.write(OutputStream ostream) static voidTargetAddressHelper.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 TypeMethodDescriptionvoidAuthorizationElementContentsHolder._write(OutputStream o) voidAuthorizationElementHolder._write(OutputStream o) voidAuthorizationTokenHolder._write(OutputStream o) voidCompleteEstablishContextHolder._write(OutputStream o) voidContextErrorHolder._write(OutputStream o) voidEstablishContextHolder._write(OutputStream o) voidGSS_NT_ExportedNameHolder._write(OutputStream o) voidGSS_NT_ExportedNameListHolder._write(OutputStream o) voidGSSTokenHolder._write(OutputStream o) voidIdentityExtensionHolder._write(OutputStream o) voidIdentityTokenHolder._write(OutputStream o) voidMessageInContextHolder._write(OutputStream o) voidOIDHolder._write(OutputStream o) voidOIDListHolder._write(OutputStream o) voidSASContextBodyHolder._write(OutputStream o) voidUTF8StringHolder._write(OutputStream o) voidX501DistinguishedNameHolder._write(OutputStream o) voidX509CertificateChainHolder._write(OutputStream o) static voidAuthorizationElementContentsHelper.write(OutputStream ostream, byte[] value) static voidAuthorizationElementHelper.write(OutputStream ostream, AuthorizationElement value) static voidAuthorizationElementTypeHelper.write(OutputStream ostream, int value) static voidAuthorizationTokenHelper.write(OutputStream ostream, AuthorizationElement[] value) static voidCompleteEstablishContextHelper.write(OutputStream ostream, CompleteEstablishContext value) static voidContextErrorHelper.write(OutputStream ostream, ContextError value) static voidContextIdHelper.write(OutputStream ostream, long value) static voidEstablishContextHelper.write(OutputStream ostream, EstablishContext value) static voidGSS_NT_ExportedNameHelper.write(OutputStream ostream, byte[] value) static voidGSS_NT_ExportedNameListHelper.write(OutputStream ostream, byte[][] value) static voidGSSTokenHelper.write(OutputStream ostream, byte[] value) static voidIdentityExtensionHelper.write(OutputStream ostream, byte[] value) static voidIdentityTokenHelper.write(OutputStream ostream, IdentityToken value) static voidIdentityTokenTypeHelper.write(OutputStream ostream, int value) static voidMessageInContextHelper.write(OutputStream ostream, MessageInContext value) static voidMsgTypeHelper.write(OutputStream ostream, short value) static voidOIDHelper.write(OutputStream ostream, byte[] value) static voidOIDListHelper.write(OutputStream ostream, byte[][] value) static voidSASContextBodyHelper.write(OutputStream ostream, SASContextBody value) static voidStringOIDHelper.write(OutputStream ostream, String value) static voidUTF8StringHelper.write(OutputStream ostream, byte[] value) static voidX501DistinguishedNameHelper.write(OutputStream ostream, byte[] value) static voidX509CertificateChainHelper.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 TypeMethodDescriptionvoidAS_ContextSecHolder._write(OutputStream o) voidCompoundSecMechanismsHolder._write(OutputStream o) voidCompoundSecMechHolder._write(OutputStream o) voidCompoundSecMechListHolder._write(OutputStream o) voidSAS_ContextSecHolder._write(OutputStream o) voidSECIOP_SEC_TRANSHolder._write(OutputStream o) voidServiceConfigurationHolder._write(OutputStream o) voidServiceConfigurationListHolder._write(OutputStream o) voidServiceSpecificNameHolder._write(OutputStream o) voidTLS_SEC_TRANSHolder._write(OutputStream o) voidTransportAddressHolder._write(OutputStream o) voidTransportAddressListHolder._write(OutputStream o) static voidAS_ContextSecHelper.write(OutputStream ostream, AS_ContextSec value) static voidAssociationOptionsHelper.write(OutputStream ostream, short value) static voidCompoundSecMechanismsHelper.write(OutputStream ostream, CompoundSecMech[] value) static voidCompoundSecMechHelper.write(OutputStream ostream, CompoundSecMech value) static voidCompoundSecMechListHelper.write(OutputStream ostream, CompoundSecMechList value) static voidSAS_ContextSecHelper.write(OutputStream ostream, SAS_ContextSec value) static voidSECIOP_SEC_TRANSHelper.write(OutputStream ostream, SECIOP_SEC_TRANS value) static voidServiceConfigurationHelper.write(OutputStream ostream, ServiceConfiguration value) static voidServiceConfigurationListHelper.write(OutputStream ostream, ServiceConfiguration[] value) static voidServiceConfigurationSyntaxHelper.write(OutputStream ostream, int value) static voidServiceSpecificNameHelper.write(OutputStream ostream, byte[] value) static voidTLS_SEC_TRANSHelper.write(OutputStream ostream, TLS_SEC_TRANS value) static voidTransportAddressHelper.write(OutputStream ostream, TransportAddress value) static voidTransportAddressListHelper.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 TypeMethodDescriptionvoidErrorTokenHolder._write(OutputStream o) voidInitialContextTokenHolder._write(OutputStream o) static voidErrorCodeHelper.write(OutputStream ostream, int value) static voidErrorTokenHelper.write(OutputStream ostream, ErrorToken value) static voidInitialContextTokenHelper.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 voidAttrDescriptionSeqHelper.write(OutputStream ostream, AttributeDescription[] value) static voidAttributeDescriptionHelper.write(OutputStream ostream, AttributeDescription value) static voidAttributeModeHelper.write(OutputStream ostream, AttributeMode value) static voidContextIdentifierHelper.write(OutputStream ostream, String value) static voidContextIdSeqHelper.write(OutputStream ostream, String[] value) static voidDefinitionKindHelper.write(OutputStream ostream, DefinitionKind value) static voidExcDescriptionSeqHelper.write(OutputStream ostream, ExceptionDescription[] value) static voidExceptionDescriptionHelper.write(OutputStream ostream, ExceptionDescription value) static voidIdentifierHelper.write(OutputStream ostream, String value) static voidIDLTypeHelper.write(OutputStream ostream, IDLType value) static voidInitializerHelper.write(OutputStream ostream, Initializer value) static voidInitializerSeqHelper.write(OutputStream ostream, Initializer[] value) static voidOpDescriptionSeqHelper.write(OutputStream ostream, OperationDescription[] value) static voidOperationDescriptionHelper.write(OutputStream ostream, OperationDescription value) static voidOperationModeHelper.write(OutputStream ostream, OperationMode value) static voidParameterDescriptionHelper.write(OutputStream ostream, ParameterDescription value) static voidParameterModeHelper.write(OutputStream ostream, ParameterMode value) static voidParDescriptionSeqHelper.write(OutputStream ostream, ParameterDescription[] value) static voidRepositoryHelper.write(OutputStream ostream, Repository value) static voidRepositoryIdHelper.write(OutputStream ostream, String value) static voidRepositoryIdSeqHelper.write(OutputStream ostream, String[] value) static voidStructMemberHelper.write(OutputStream ostream, StructMember value) static voidStructMemberSeqHelper.write(OutputStream ostream, StructMember[] value) static voidValueMemberHelper.write(OutputStream ostream, ValueMember value) static voidValueMemberSeqHelper.write(OutputStream ostream, ValueMember[] value) static voidVersionSpecHelper.write(OutputStream ostream, String value) static voidVisibilityHelper.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 voidFullValueDescriptionHelper.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 voidCodeBaseHelper.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 voidURLHelper.write(OutputStream ostream, String value) static voidURLSeqHelper.write(OutputStream ostream, String[] value) static voidValueDescSeqHelper.write(OutputStream ostream, FullValueDescription[] value) -
Uses of OutputStream in javax.rmi.CORBA
Methods in javax.rmi.CORBA with parameters of type OutputStreamModifier and TypeMethodDescriptionstatic voidUtil.writeAbstractObject(OutputStream out, Object obj) Writes a java.lang.Object as either a value or a CORBA Object.voidUtilDelegate.writeAbstractObject(OutputStream out, Object obj) Delegation call forUtil.writeAbstractObject(OutputStream, Object).static voidUtil.writeAny(OutputStream out, Object obj) Writes any java.lang.Object as a CORBA any.voidUtilDelegate.writeAny(OutputStream out, Object obj) Delegation call forUtil.writeAny(OutputStream, Object).static voidUtil.writeRemoteObject(OutputStream out, Object obj) Writes a java.lang.Object as a CORBA Object.voidUtilDelegate.writeRemoteObject(OutputStream out, Object obj) Delegation call forUtil.writeRemoteObject(OutputStream, Object).voidValueHandler.writeValue(OutputStream out, Serializable value) Writes a value to the stream using Java semantics.voidValueHandlerMultiFormat.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_IMPLEMENTexception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Objectmethod.abstract OutputStreamAny.create_output_stream()Creates an output stream into which thisAnyobject's value can be marshalled.abstract OutputStreamORB.create_output_stream()Creates a neworg.omg.CORBA.portable.OutputStreaminto 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_IMPLEMENTexception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Objectmethod.voidAliasDefHolder._write(OutputStream o) voidAnyHolder._write(OutputStream output) Marshals tooutputthe value in thisAnyHolderobject.voidAnySeqHolder._write(OutputStream o) voidArrayDefHolder._write(OutputStream o) voidAttrDescriptionSeqHolder._write(OutputStream o) voidAttributeDefHolder._write(OutputStream o) voidAttributeDescriptionHolder._write(OutputStream o) voidAttributeModeHolder._write(OutputStream o) voidBooleanHolder._write(OutputStream output) Marshals the value in thisBooleanHolderobject'svaluefield to the output streamoutput.voidBooleanSeqHolder._write(OutputStream o) voidByteHolder._write(OutputStream output) Marshals tooutputthe value in thisByteHolderobject.voidCharHolder._write(OutputStream output) Marshals tooutputthe value in thisCharHolderobject.voidCharSeqHolder._write(OutputStream o) voidConstantDefHolder._write(OutputStream o) voidConstantDescriptionHolder._write(OutputStream o) voidContainedHolder._write(OutputStream o) voidContainedSeqHolder._write(OutputStream o) voidContainerHolder._write(OutputStream o) voidContextIdSeqHolder._write(OutputStream o) voidCurrentHolder._write(OutputStream o) voidDoubleHolder._write(OutputStream output) Write the double value stored in this holder to anOutputStream.voidDoubleSeqHolder._write(OutputStream o) voidEnumDefHolder._write(OutputStream o) voidEnumMemberSeqHolder._write(OutputStream o) voidExcDescriptionSeqHolder._write(OutputStream o) voidExceptionDefHolder._write(OutputStream o) voidExceptionDefSeqHolder._write(OutputStream o) voidExceptionDescriptionHolder._write(OutputStream o) voidFixedHolder._write(OutputStream output) Write the fixed point value stored in this holder to anOutputStream.voidFloatHolder._write(OutputStream output) Write the float value into an output stream.voidFloatSeqHolder._write(OutputStream o) voidInitializerHolder._write(OutputStream o) voidInitializerSeqHolder._write(OutputStream o) voidInterfaceDefHolder._write(OutputStream o) voidInterfaceDefSeqHolder._write(OutputStream o) voidInterfaceDescriptionHolder._write(OutputStream o) voidIntHolder._write(OutputStream output) Marshals the value in thisIntHolderobject'svaluefield to the output streamoutput.voidLongHolder._write(OutputStream output) Marshals tooutputthe value in the Holder.voidLongLongSeqHolder._write(OutputStream o) voidLongSeqHolder._write(OutputStream o) voidModuleDefHolder._write(OutputStream o) voidModuleDescriptionHolder._write(OutputStream o) voidNativeDefHolder._write(OutputStream o) voidObjectHolder._write(OutputStream output) Marshals tooutputthe value in thisObjectHolderobject.voidOctetSeqHolder._write(OutputStream o) voidOpDescriptionSeqHolder._write(OutputStream o) voidOperationDefHolder._write(OutputStream o) voidOperationDescriptionHolder._write(OutputStream o) voidOperationModeHolder._write(OutputStream o) voidParameterDescriptionHolder._write(OutputStream o) voidParameterModeHolder._write(OutputStream o) voidParDescriptionSeqHolder._write(OutputStream o) voidPolicyErrorHolder._write(OutputStream o) voidPolicyHolder._write(OutputStream o) voidPolicyListHolder._write(OutputStream o) voidPrimitiveDefHolder._write(OutputStream o) voidPrimitiveKindHolder._write(OutputStream o) voidPrincipalHolder._write(OutputStream output) Deprecated.voidRepositoryHolder._write(OutputStream o) voidRepositoryIdSeqHolder._write(OutputStream o) voidSequenceDefHolder._write(OutputStream o) voidServiceInformationHolder._write(OutputStream out) Marshals the value in thisServiceInformationHolderobject'svaluefield to the output streamout.voidShortHolder._write(OutputStream output) Marshals tooutputthe value in thisShortHolderobject.voidShortSeqHolder._write(OutputStream o) voidStringDefHolder._write(OutputStream o) voidStringHolder._write(OutputStream output) Marshals the value held by thisStringHolderobject to the output streamoutput.voidStringSeqHolder._write(OutputStream o) voidStructDefHolder._write(OutputStream o) voidStructMemberSeqHolder._write(OutputStream o) voidTypeCodeHolder._write(OutputStream output) Marshals tooutputthe value in thisTypeCodeHolderobject.voidTypedefDefHolder._write(OutputStream o) voidTypeDescriptionHolder._write(OutputStream o) voidULongLongSeqHolder._write(OutputStream o) voidULongSeqHolder._write(OutputStream o) voidUnionDefHolder._write(OutputStream o) voidUnionMemberSeqHolder._write(OutputStream o) voidUnknownUserExceptionHolder._write(OutputStream o) voidUShortSeqHolder._write(OutputStream o) voidValueBaseHolder._write(OutputStream output) Marshals tooutputthe value in the Holder.voidValueBoxDefHolder._write(OutputStream o) voidValueDefHolder._write(OutputStream o) voidValueDefSeqHolder._write(OutputStream o) voidValueDescriptionHolder._write(OutputStream o) voidValueMemberDefHolder._write(OutputStream o) voidValueMemberSeqHolder._write(OutputStream o) voidWCharSeqHolder._write(OutputStream o) voidWrongTransactionHolder._write(OutputStream o) voidWStringSeqHolder._write(OutputStream o) static voidAliasDefHelper.write(OutputStream ostream, AliasDef value) static voidAnySeqHelper.write(OutputStream ostream, Any[] value) static voidArrayDefHelper.write(OutputStream ostream, ArrayDef value) static voidAttrDescriptionSeqHelper.write(OutputStream ostream, AttributeDescription[] value) static voidAttributeDefHelper.write(OutputStream ostream, AttributeDef value) static voidAttributeDescriptionHelper.write(OutputStream ostream, AttributeDescription value) static voidAttributeModeHelper.write(OutputStream ostream, AttributeMode value) static voidBooleanSeqHelper.write(OutputStream ostream, boolean[] value) static voidCharSeqHelper.write(OutputStream ostream, char[] value) static voidCompletionStatusHelper.write(OutputStream ostream, CompletionStatus value) static voidConstantDefHelper.write(OutputStream ostream, ConstantDef value) static voidConstantDescriptionHelper.write(OutputStream ostream, ConstantDescription value) static voidContainedHelper.write(OutputStream ostream, Contained value) static voidContainedSeqHelper.write(OutputStream ostream, Contained[] value) static voidContainerHelper.write(OutputStream ostream, Container value) static voidContextIdentifierHelper.write(OutputStream ostream, String value) static voidContextIdSeqHelper.write(OutputStream ostream, String[] value) static voidCurrentHelper.write(OutputStream ostream, Current value) static voidDefinitionKindHelper.write(OutputStream ostream, DefinitionKind value) static voidDoubleSeqHelper.write(OutputStream ostream, double[] value) static voidEnumDefHelper.write(OutputStream ostream, EnumDef value) static voidEnumMemberSeqHelper.write(OutputStream ostream, String[] value) static voidExcDescriptionSeqHelper.write(OutputStream ostream, ExceptionDescription[] value) static voidExceptionDefHelper.write(OutputStream ostream, ExceptionDef value) static voidExceptionDefSeqHelper.write(OutputStream ostream, ExceptionDef[] value) static voidExceptionDescriptionHelper.write(OutputStream ostream, ExceptionDescription value) static voidFieldNameHelper.write(OutputStream ostream, String value) static voidFloatSeqHelper.write(OutputStream ostream, float[] value) static voidIdentifierHelper.write(OutputStream ostream, String value) static voidIDLTypeHelper.write(OutputStream ostream, IDLType value) static voidInitializerHelper.write(OutputStream ostream, Initializer value) static voidInitializerSeqHelper.write(OutputStream ostream, Initializer[] value) static voidInterfaceDefHelper.write(OutputStream ostream, InterfaceDef value) static voidInterfaceDefSeqHelper.write(OutputStream ostream, InterfaceDef[] value) static voidInterfaceDescriptionHelper.write(OutputStream ostream, InterfaceDescription value) static voidLongLongSeqHelper.write(OutputStream ostream, long[] value) static voidLongSeqHelper.write(OutputStream ostream, int[] value) static voidModuleDefHelper.write(OutputStream ostream, ModuleDef value) static voidModuleDescriptionHelper.write(OutputStream ostream, ModuleDescription value) static voidNameValuePairHelper.write(OutputStream ostream, NameValuePair value) static voidNativeDefHelper.write(OutputStream ostream, NativeDef value) static voidObjectHelper.write(OutputStream ostream, Object value) static voidOctetSeqHelper.write(OutputStream ostream, byte[] value) static voidOpDescriptionSeqHelper.write(OutputStream ostream, OperationDescription[] value) static voidOperationDefHelper.write(OutputStream ostream, OperationDef value) static voidOperationDescriptionHelper.write(OutputStream ostream, OperationDescription value) static voidOperationModeHelper.write(OutputStream ostream, OperationMode value) static voidParameterDescriptionHelper.write(OutputStream ostream, ParameterDescription value) static voidParameterModeHelper.write(OutputStream ostream, ParameterMode value) static voidParDescriptionSeqHelper.write(OutputStream ostream, ParameterDescription[] value) static voidPolicyErrorCodeHelper.write(OutputStream ostream, short value) static voidPolicyErrorHelper.write(OutputStream ostream, PolicyError value) static voidPolicyHelper.write(OutputStream ostream, Policy value) static voidPolicyListHelper.write(OutputStream ostream, Policy[] value) static voidPolicyTypeHelper.write(OutputStream ostream, int value) static voidPrimitiveDefHelper.write(OutputStream ostream, PrimitiveDef value) static voidPrimitiveKindHelper.write(OutputStream ostream, PrimitiveKind value) static voidRepositoryHelper.write(OutputStream ostream, Repository value) static voidRepositoryIdHelper.write(OutputStream ostream, String value) static voidRepositoryIdSeqHelper.write(OutputStream ostream, String[] value) static voidScopedNameHelper.write(OutputStream ostream, String value) static voidSequenceDefHelper.write(OutputStream ostream, SequenceDef value) static voidServiceDetailHelper.write(OutputStream out, ServiceDetail that) static voidServiceInformationHelper.write(OutputStream out, ServiceInformation that) static voidSetOverrideTypeHelper.write(OutputStream ostream, SetOverrideType value) static voidShortSeqHelper.write(OutputStream ostream, short[] value) static voidStringDefHelper.write(OutputStream ostream, StringDef value) static voidStringSeqHelper.write(OutputStream ostream, String[] value) static voidStringValueHelper.write(OutputStream ostream, String value) static voidStructDefHelper.write(OutputStream ostream, StructDef value) static voidStructMemberHelper.write(OutputStream ostream, StructMember value) static voidStructMemberSeqHelper.write(OutputStream ostream, StructMember[] value) static voidTypedefDefHelper.write(OutputStream ostream, TypedefDef value) static voidTypeDescriptionHelper.write(OutputStream ostream, TypeDescription value) static voidULongLongSeqHelper.write(OutputStream ostream, long[] value) static voidULongSeqHelper.write(OutputStream ostream, int[] value) static voidUnionDefHelper.write(OutputStream ostream, UnionDef value) static voidUnionMemberHelper.write(OutputStream ostream, UnionMember value) static voidUnionMemberSeqHelper.write(OutputStream ostream, UnionMember[] value) static voidUnknownUserExceptionHelper.write(OutputStream ostream, UnknownUserException value) static voidUShortSeqHelper.write(OutputStream ostream, short[] value) static voidValueBaseHelper.write(OutputStream ostream, Serializable value) static voidValueBoxDefHelper.write(OutputStream ostream, ValueBoxDef value) static voidValueDefHelper.write(OutputStream ostream, ValueDef value) static voidValueDefSeqHelper.write(OutputStream ostream, ValueDef[] value) static voidValueDescriptionHelper.write(OutputStream ostream, ValueDescription value) static voidValueMemberDefHelper.write(OutputStream ostream, ValueMemberDef value) static voidValueMemberHelper.write(OutputStream ostream, ValueMember value) static voidValueMemberSeqHelper.write(OutputStream ostream, ValueMember[] value) static voidVersionSpecHelper.write(OutputStream ostream, String value) static voidVisibilityHelper.write(OutputStream ostream, short value) static voidWCharSeqHelper.write(OutputStream ostream, char[] value) static voidWrongTransactionHelper.write(OutputStream ostream, WrongTransaction value) static voidWStringSeqHelper.write(OutputStream ostream, String[] value) static voidWStringValueHelper.write(OutputStream ostream, String value) abstract voidAny.write_value(OutputStream os) Writes out the value of thisAnyobject to the given output stream.voidStringValueHelper.write_value(OutputStream ostream, Serializable value) voidWStringValueHelper.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 TypeClassDescriptionclassOutputStream 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 TypeMethodDescriptionvoidDescriptionHolder._write(OutputStream o) static voidDescriptionHelper.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 TypeMethodDescriptionvoidDescriptionHolder._write(OutputStream o) voidDescriptionSeqHolder._write(OutputStream o) static voidDescriptionHelper.write(OutputStream ostream, Description value) static voidDescriptionSeqHelper.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 TypeMethodDescriptionvoidFullInterfaceDescriptionHolder._write(OutputStream o) static voidFullInterfaceDescriptionHelper.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 anOutputStreamobject 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 anInputStreamobject for reading the response.voidStreamable._write(OutputStream ostream) Marshals toostreamthe value in thevaluefield of the Holder.Delegate.invoke(Object self, OutputStream output) invoke is called by a stub to invoke an operation.voidBoxedValueHelper.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 TypeMethodDescriptionvoidFullValueDescriptionHolder._write(OutputStream o) static voidFullValueDescriptionHelper.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 TypeMethodDescriptionvoidBindingHolder._write(OutputStream o) voidBindingIteratorHolder._write(OutputStream o) voidBindingListHolder._write(OutputStream o) voidBindingTypeHolder._write(OutputStream o) voidNameComponentHolder._write(OutputStream o) voidNameHolder._write(OutputStream o) voidNamingContextExtHolder._write(OutputStream o) voidNamingContextHolder._write(OutputStream o) static voidBindingHelper.write(OutputStream ostream, Binding value) static voidBindingIteratorHelper.write(OutputStream ostream, BindingIterator value) static voidBindingListHelper.write(OutputStream ostream, Binding[] value) static voidBindingTypeHelper.write(OutputStream ostream, BindingType value) static voidIstringHelper.write(OutputStream ostream, String value) static voidNameComponentHelper.write(OutputStream ostream, NameComponent value) static voidNameHelper.write(OutputStream ostream, NameComponent[] value) static voidNamingContextExtHelper.write(OutputStream ostream, NamingContextExt value) static voidNamingContextHelper.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 TypeMethodDescriptionvoidInvalidAddressHolder._write(OutputStream o) static voidAddressHelper.write(OutputStream ostream, String value) static voidInvalidAddressHelper.write(OutputStream ostream, InvalidAddress value) static voidStringNameHelper.write(OutputStream ostream, String value) static voidURLStringHelper.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 TypeMethodDescriptionvoidAlreadyBoundHolder._write(OutputStream o) voidCannotProceedHolder._write(OutputStream o) voidInvalidNameHolder._write(OutputStream o) voidNotEmptyHolder._write(OutputStream o) voidNotFoundHolder._write(OutputStream o) voidNotFoundReasonHolder._write(OutputStream o) static voidAlreadyBoundHelper.write(OutputStream ostream, AlreadyBound value) static voidCannotProceedHelper.write(OutputStream ostream, CannotProceed value) static voidInvalidNameHelper.write(OutputStream ostream, InvalidName value) static voidNotEmptyHelper.write(OutputStream ostream, NotEmpty value) static voidNotFoundHelper.write(OutputStream ostream, NotFound value) static voidNotFoundReasonHelper.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 TypeMethodDescriptionvoidControlHolder._write(OutputStream o) voidCoordinatorHolder._write(OutputStream o) voidCurrentHolder._write(OutputStream o) voidHeuristicCommitHolder._write(OutputStream o) voidHeuristicHazardHolder._write(OutputStream o) voidHeuristicMixedHolder._write(OutputStream o) voidHeuristicRollbackHolder._write(OutputStream o) voidInactiveHolder._write(OutputStream o) voidInvalidControlHolder._write(OutputStream o) voidInvocationPolicyHolder._write(OutputStream o) voidNonTxTargetPolicyHolder._write(OutputStream o) voidNotPreparedHolder._write(OutputStream o) voidNoTransactionHolder._write(OutputStream o) voidNotSubtransactionHolder._write(OutputStream o) voidotid_tHolder._write(OutputStream o) voidOTSPolicyHolder._write(OutputStream o) voidPropagationContextHolder._write(OutputStream o) voidRecoveryCoordinatorHolder._write(OutputStream o) voidResourceHolder._write(OutputStream o) voidStatusHolder._write(OutputStream o) voidSubtransactionAwareResourceHolder._write(OutputStream o) voidSubtransactionsUnavailableHolder._write(OutputStream o) voidSynchronizationHolder._write(OutputStream o) voidSynchronizationUnavailableHolder._write(OutputStream o) voidTerminatorHolder._write(OutputStream o) voidTransactionalObjectHolder._write(OutputStream o) voidTransactionFactoryHolder._write(OutputStream o) voidTransIdentityHolder._write(OutputStream o) voidUnavailableHolder._write(OutputStream o) voidVoteHolder._write(OutputStream o) static voidControlHelper.write(OutputStream ostream, Control value) static voidCoordinatorHelper.write(OutputStream ostream, Coordinator value) static voidCurrentHelper.write(OutputStream ostream, Current value) static voidHeuristicCommitHelper.write(OutputStream ostream, HeuristicCommit value) static voidHeuristicHazardHelper.write(OutputStream ostream, HeuristicHazard value) static voidHeuristicMixedHelper.write(OutputStream ostream, HeuristicMixed value) static voidHeuristicRollbackHelper.write(OutputStream ostream, HeuristicRollback value) static voidInactiveHelper.write(OutputStream ostream, Inactive value) static voidInvalidControlHelper.write(OutputStream ostream, InvalidControl value) static voidInvocationPolicyHelper.write(OutputStream ostream, InvocationPolicy value) static voidInvocationPolicyValueHelper.write(OutputStream ostream, short value) static voidNonTxTargetPolicyHelper.write(OutputStream ostream, NonTxTargetPolicy value) static voidNonTxTargetPolicyValueHelper.write(OutputStream ostream, short value) static voidNotPreparedHelper.write(OutputStream ostream, NotPrepared value) static voidNoTransactionHelper.write(OutputStream ostream, NoTransaction value) static voidNotSubtransactionHelper.write(OutputStream ostream, NotSubtransaction value) static voidotid_tHelper.write(OutputStream ostream, otid_t value) static voidOTSPolicyHelper.write(OutputStream ostream, OTSPolicy value) static voidOTSPolicyValueHelper.write(OutputStream ostream, short value) static voidPropagationContextHelper.write(OutputStream ostream, PropagationContext value) static voidRecoveryCoordinatorHelper.write(OutputStream ostream, RecoveryCoordinator value) static voidResourceHelper.write(OutputStream ostream, Resource value) static voidStatusHelper.write(OutputStream ostream, Status value) static voidSubtransactionAwareResourceHelper.write(OutputStream ostream, SubtransactionAwareResource value) static voidSubtransactionsUnavailableHelper.write(OutputStream ostream, SubtransactionsUnavailable value) static voidSynchronizationHelper.write(OutputStream ostream, Synchronization value) static voidSynchronizationUnavailableHelper.write(OutputStream ostream, SynchronizationUnavailable value) static voidTerminatorHelper.write(OutputStream ostream, Terminator value) static voidTransactionalObjectHelper.write(OutputStream ostream, TransactionalObject value) static voidTransactionFactoryHelper.write(OutputStream ostream, TransactionFactory value) static voidTransIdentityHelper.write(OutputStream ostream, TransIdentity value) static voidUnavailableHelper.write(OutputStream ostream, Unavailable value) static voidVoteHelper.write(OutputStream ostream, Vote value) -
Uses of OutputStream in org.omg.Dynamic
Methods in org.omg.Dynamic with parameters of type OutputStreamModifier and TypeMethodDescriptionvoidExceptionListHolder._write(OutputStream o) voidParameterHolder._write(OutputStream o) voidParameterListHolder._write(OutputStream o) static voidContextListHelper.write(OutputStream ostream, String[] value) static voidExceptionListHelper.write(OutputStream ostream, TypeCode[] value) static voidParameterHelper.write(OutputStream ostream, Parameter value) static voidParameterListHelper.write(OutputStream ostream, Parameter[] value) static voidRequestContextHelper.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 TypeMethodDescriptionvoidAnySeqHolder._write(OutputStream o) voidDynAnyFactoryHolder._write(OutputStream o) voidDynAnyHolder._write(OutputStream o) voidDynAnySeqHolder._write(OutputStream o) voidDynArrayHolder._write(OutputStream o) voidDynEnumHolder._write(OutputStream o) voidDynFixedHolder._write(OutputStream o) voidDynSequenceHolder._write(OutputStream o) voidDynStructHolder._write(OutputStream o) voidDynUnionHolder._write(OutputStream o) voidDynValueBoxHolder._write(OutputStream o) voidDynValueCommonHolder._write(OutputStream o) voidDynValueHolder._write(OutputStream o) voidNameDynAnyPairHolder._write(OutputStream o) voidNameDynAnyPairSeqHolder._write(OutputStream o) voidNameValuePairHolder._write(OutputStream o) voidNameValuePairSeqHolder._write(OutputStream o) static voidAnySeqHelper.write(OutputStream ostream, Any[] value) static voidDynAnyFactoryHelper.write(OutputStream ostream, DynAnyFactory value) static voidDynAnyHelper.write(OutputStream ostream, DynAny value) static voidDynAnySeqHelper.write(OutputStream ostream, DynAny[] value) static voidDynArrayHelper.write(OutputStream ostream, DynArray value) static voidDynEnumHelper.write(OutputStream ostream, DynEnum value) static voidDynFixedHelper.write(OutputStream ostream, DynFixed value) static voidDynSequenceHelper.write(OutputStream ostream, DynSequence value) static voidDynStructHelper.write(OutputStream ostream, DynStruct value) static voidDynUnionHelper.write(OutputStream ostream, DynUnion value) static voidDynValueBoxHelper.write(OutputStream ostream, DynValueBox value) static voidDynValueCommonHelper.write(OutputStream ostream, DynValueCommon value) static voidDynValueHelper.write(OutputStream ostream, DynValue value) static voidFieldNameHelper.write(OutputStream ostream, String value) static voidNameDynAnyPairHelper.write(OutputStream ostream, NameDynAnyPair value) static voidNameDynAnyPairSeqHelper.write(OutputStream ostream, NameDynAnyPair[] value) static voidNameValuePairHelper.write(OutputStream ostream, NameValuePair value) static voidNameValuePairSeqHelper.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 TypeMethodDescriptionvoidInconsistentTypeCodeHolder._write(OutputStream o) static voidInconsistentTypeCodeHelper.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 TypeMethodDescriptionvoidInvalidValueHolder._write(OutputStream o) voidTypeMismatchHolder._write(OutputStream o) static voidInvalidValueHelper.write(OutputStream ostream, InvalidValue value) static voidTypeMismatchHelper.write(OutputStream ostream, TypeMismatch value) -
Uses of OutputStream in org.omg.IOP
Methods in org.omg.IOP with parameters of type OutputStreamModifier and TypeMethodDescriptionvoidCodecFactoryHolder._write(OutputStream o) voidCodecHolder._write(OutputStream o) voidEncodingHolder._write(OutputStream o) voidIORHolder._write(OutputStream o) voidMultipleComponentProfileHolder._write(OutputStream o) voidServiceContextHolder._write(OutputStream o) voidServiceContextListHolder._write(OutputStream o) voidTaggedComponentHolder._write(OutputStream o) voidTaggedComponentSeqHolder._write(OutputStream o) voidTaggedProfileHolder._write(OutputStream o) static voidCodecFactoryHelper.write(OutputStream ostream, CodecFactory value) static voidCodecHelper.write(OutputStream ostream, Codec value) static voidComponentIdHelper.write(OutputStream ostream, int value) static voidEncodingFormatHelper.write(OutputStream ostream, short value) static voidEncodingHelper.write(OutputStream ostream, Encoding value) static voidIORHelper.write(OutputStream ostream, IOR value) static voidMultipleComponentProfileHelper.write(OutputStream ostream, TaggedComponent[] value) static voidProfileIdHelper.write(OutputStream ostream, int value) static voidServiceContextHelper.write(OutputStream ostream, ServiceContext value) static voidServiceContextListHelper.write(OutputStream ostream, ServiceContext[] value) static voidServiceIdHelper.write(OutputStream ostream, int value) static voidTaggedComponentHelper.write(OutputStream ostream, TaggedComponent value) static voidTaggedComponentSeqHelper.write(OutputStream ostream, TaggedComponent[] value) static voidTaggedProfileHelper.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 TypeMethodDescriptionvoidUnknownEncodingHolder._write(OutputStream o) static voidUnknownEncodingHelper.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 TypeMethodDescriptionvoidFormatMismatchHolder._write(OutputStream o) voidInvalidTypeForEncodingHolder._write(OutputStream o) voidTypeMismatchHolder._write(OutputStream o) static voidFormatMismatchHelper.write(OutputStream ostream, FormatMismatch value) static voidInvalidTypeForEncodingHelper.write(OutputStream ostream, InvalidTypeForEncoding value) static voidTypeMismatchHelper.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 TypeMethodDescriptionvoidMaxHopsPolicyHolder._write(OutputStream o) voidPolicyValueHolder._write(OutputStream o) voidPolicyValueSeqHolder._write(OutputStream o) voidPriorityRangeHolder._write(OutputStream o) voidQueueOrderPolicyHolder._write(OutputStream o) voidRebindPolicyHolder._write(OutputStream o) voidRelativeRequestTimeoutPolicyHolder._write(OutputStream o) voidRelativeRoundtripTimeoutPolicyHolder._write(OutputStream o) voidReplyEndTimePolicyHolder._write(OutputStream o) voidReplyPriorityPolicyHolder._write(OutputStream o) voidReplyStartTimePolicyHolder._write(OutputStream o) voidRequestEndTimePolicyHolder._write(OutputStream o) voidRequestPriorityPolicyHolder._write(OutputStream o) voidRequestStartTimePolicyHolder._write(OutputStream o) voidRoutingPolicyHolder._write(OutputStream o) voidRoutingTypeRangeHolder._write(OutputStream o) voidSyncScopePolicyHolder._write(OutputStream o) static voidMaxHopsPolicyHelper.write(OutputStream ostream, MaxHopsPolicy value) static voidOrderingHelper.write(OutputStream ostream, short value) static voidPolicyValueHelper.write(OutputStream ostream, PolicyValue value) static voidPolicyValueSeqHelper.write(OutputStream ostream, PolicyValue[] value) static voidPriorityHelper.write(OutputStream ostream, short value) static voidPriorityRangeHelper.write(OutputStream ostream, PriorityRange value) static voidQueueOrderPolicyHelper.write(OutputStream ostream, QueueOrderPolicy value) static voidRebindModeHelper.write(OutputStream ostream, short value) static voidRebindPolicyHelper.write(OutputStream ostream, RebindPolicy value) static voidRelativeRequestTimeoutPolicyHelper.write(OutputStream ostream, RelativeRequestTimeoutPolicy value) static voidRelativeRoundtripTimeoutPolicyHelper.write(OutputStream ostream, RelativeRoundtripTimeoutPolicy value) static voidReplyEndTimePolicyHelper.write(OutputStream ostream, ReplyEndTimePolicy value) static voidReplyPriorityPolicyHelper.write(OutputStream ostream, ReplyPriorityPolicy value) static voidReplyStartTimePolicyHelper.write(OutputStream ostream, ReplyStartTimePolicy value) static voidRequestEndTimePolicyHelper.write(OutputStream ostream, RequestEndTimePolicy value) static voidRequestPriorityPolicyHelper.write(OutputStream ostream, RequestPriorityPolicy value) static voidRequestStartTimePolicyHelper.write(OutputStream ostream, RequestStartTimePolicy value) static voidRoutingPolicyHelper.write(OutputStream ostream, RoutingPolicy value) static voidRoutingTypeHelper.write(OutputStream ostream, short value) static voidRoutingTypeRangeHelper.write(OutputStream ostream, RoutingTypeRange value) static voidSyncScopeHelper.write(OutputStream ostream, short value) static voidSyncScopePolicyHelper.write(OutputStream ostream, SyncScopePolicy value) -
Uses of OutputStream in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor with parameters of type OutputStreamModifier and TypeMethodDescriptionvoidClientRequestInfoHolder._write(OutputStream o) voidClientRequestInterceptorHolder._write(OutputStream o) voidCurrentHolder._write(OutputStream o) voidForwardRequestHolder._write(OutputStream o) voidInterceptorHolder._write(OutputStream o) voidInvalidSlotHolder._write(OutputStream o) voidIORInfoHolder._write(OutputStream o) voidIORInterceptor_3_0Holder._write(OutputStream o) voidIORInterceptorHolder._write(OutputStream o) voidObjectReferenceFactoryHolder._write(OutputStream o) voidObjectReferenceTemplateHolder._write(OutputStream o) voidObjectReferenceTemplateSeqHolder._write(OutputStream o) voidORBInitializerHolder._write(OutputStream o) voidORBInitInfoHolder._write(OutputStream o) voidPolicyFactoryHolder._write(OutputStream o) voidRequestInfoHolder._write(OutputStream o) voidServerRequestInfoHolder._write(OutputStream o) voidServerRequestInterceptorHolder._write(OutputStream o) static voidAdapterManagerIdHelper.write(OutputStream ostream, int value) static voidAdapterNameHelper.write(OutputStream ostream, String[] value) static voidAdapterStateHelper.write(OutputStream ostream, short value) static voidClientRequestInfoHelper.write(OutputStream ostream, ClientRequestInfo value) static voidClientRequestInterceptorHelper.write(OutputStream ostream, ClientRequestInterceptor value) static voidCurrentHelper.write(OutputStream ostream, Current value) static voidForwardRequestHelper.write(OutputStream ostream, ForwardRequest value) static voidInterceptorHelper.write(OutputStream ostream, Interceptor value) static voidInvalidSlotHelper.write(OutputStream ostream, InvalidSlot value) static voidIORInfoHelper.write(OutputStream ostream, IORInfo value) static voidIORInterceptor_3_0Helper.write(OutputStream ostream, IORInterceptor_3_0 value) static voidIORInterceptorHelper.write(OutputStream ostream, IORInterceptor value) static voidObjectIdHelper.write(OutputStream ostream, byte[] value) static voidObjectReferenceFactoryHelper.write(OutputStream ostream, ObjectReferenceFactory value) static voidObjectReferenceTemplateHelper.write(OutputStream ostream, ObjectReferenceTemplate value) static voidObjectReferenceTemplateSeqHelper.write(OutputStream ostream, ObjectReferenceTemplate[] value) static voidORBIdHelper.write(OutputStream ostream, String value) static voidORBInitializerHelper.write(OutputStream ostream, ORBInitializer value) static voidORBInitInfoHelper.write(OutputStream ostream, ORBInitInfo value) static voidPolicyFactoryHelper.write(OutputStream ostream, PolicyFactory value) static voidReplyStatusHelper.write(OutputStream ostream, short value) static voidRequestInfoHelper.write(OutputStream ostream, RequestInfo value) static voidServerIdHelper.write(OutputStream ostream, String value) static voidServerRequestInfoHelper.write(OutputStream ostream, ServerRequestInfo value) static voidServerRequestInterceptorHelper.write(OutputStream ostream, ServerRequestInterceptor value) static voidSlotIdHelper.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 TypeMethodDescriptionvoidDuplicateNameHolder._write(OutputStream o) voidInvalidNameHolder._write(OutputStream o) static voidDuplicateNameHelper.write(OutputStream ostream, DuplicateName value) static voidInvalidNameHelper.write(OutputStream ostream, InvalidName value) static voidObjectIdHelper.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 TypeMethodDescriptionvoidForwardRequestHolder._write(OutputStream o) voidIdAssignmentPolicyValueHolder._write(OutputStream o) voidIdUniquenessPolicyValueHolder._write(OutputStream o) voidImplicitActivationPolicyValueHolder._write(OutputStream o) voidLifespanPolicyValueHolder._write(OutputStream o) voidObjectIdHolder._write(OutputStream o) voidPOAListHolder._write(OutputStream o) voidRequestProcessingPolicyValueHolder._write(OutputStream o) voidServantActivatorHolder._write(OutputStream o) voidServantLocatorHolder._write(OutputStream o) voidServantRetentionPolicyValueHolder._write(OutputStream o) voidThreadPolicyValueHolder._write(OutputStream o) static voidForwardRequestHelper.write(OutputStream ostream, ForwardRequest value) static voidIdAssignmentPolicyValueHelper.write(OutputStream ostream, IdAssignmentPolicyValue value) static voidIdUniquenessPolicyValueHelper.write(OutputStream ostream, IdUniquenessPolicyValue value) static voidImplicitActivationPolicyValueHelper.write(OutputStream ostream, ImplicitActivationPolicyValue value) static voidLifespanPolicyValueHelper.write(OutputStream ostream, LifespanPolicyValue value) static voidObjectIdHelper.write(OutputStream ostream, byte[] value) static voidPOAHelper.write(OutputStream ostream, POA value) static voidPOAListHelper.write(OutputStream ostream, POA[] value) static voidRequestProcessingPolicyValueHelper.write(OutputStream ostream, RequestProcessingPolicyValue value) static voidServantActivatorHelper.write(OutputStream ostream, ServantActivator value) static voidServantLocatorHelper.write(OutputStream ostream, ServantLocator value) static voidServantRetentionPolicyValueHelper.write(OutputStream ostream, ServantRetentionPolicyValue value) static voidThreadPolicyValueHelper.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 TypeMethodDescriptionvoidNoContextHolder._write(OutputStream o) static voidNoContextHelper.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 TypeMethodDescriptionvoidAdapterInactiveHolder._write(OutputStream o) voidStateHolder._write(OutputStream o) static voidAdapterInactiveHelper.write(OutputStream ostream, AdapterInactive value) static voidStateHelper.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 TypeMethodDescriptionvoidAdapterAlreadyExistsHolder._write(OutputStream o) voidAdapterNonExistentHolder._write(OutputStream o) voidInvalidPolicyHolder._write(OutputStream o) voidNoServantHolder._write(OutputStream o) voidObjectAlreadyActiveHolder._write(OutputStream o) voidObjectNotActiveHolder._write(OutputStream o) voidServantAlreadyActiveHolder._write(OutputStream o) voidServantNotActiveHolder._write(OutputStream o) voidWrongAdapterHolder._write(OutputStream o) voidWrongPolicyHolder._write(OutputStream o) static voidAdapterAlreadyExistsHelper.write(OutputStream ostream, AdapterAlreadyExists value) static voidAdapterNonExistentHelper.write(OutputStream ostream, AdapterNonExistent value) static voidInvalidPolicyHelper.write(OutputStream ostream, InvalidPolicy value) static voidNoServantHelper.write(OutputStream ostream, NoServant value) static voidObjectAlreadyActiveHelper.write(OutputStream ostream, ObjectAlreadyActive value) static voidObjectNotActiveHelper.write(OutputStream ostream, ObjectNotActive value) static voidServantAlreadyActiveHelper.write(OutputStream ostream, ServantAlreadyActive value) static voidServantNotActiveHelper.write(OutputStream ostream, ServantNotActive value) static voidWrongAdapterHelper.write(OutputStream ostream, WrongAdapter value) static voidWrongPolicyHelper.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 TypeMethodDescriptionvoidCodeBaseHolder._write(OutputStream o) voidRunTimeHolder._write(OutputStream o) static voidCodeBaseHelper.write(OutputStream ostream, CodeBase value) static voidRunTimeHelper.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 TypeMethodDescriptionvoidURLSeqHolder._write(OutputStream o) voidValueDescSeqHolder._write(OutputStream o) static voidURLHelper.write(OutputStream ostream, String value) static voidURLSeqHelper.write(OutputStream ostream, String[] value) static voidValueDescSeqHelper.write(OutputStream ostream, FullValueDescription[] value) -
Uses of OutputStream in org.omg.TimeBase
Methods in org.omg.TimeBase with parameters of type OutputStreamModifier and TypeMethodDescriptionvoidIntervalTHolder._write(OutputStream o) voidUtcTHolder._write(OutputStream o) static voidInaccuracyTHelper.write(OutputStream ostream, long value) static voidIntervalTHelper.write(OutputStream ostream, IntervalT value) static voidTdfTHelper.write(OutputStream ostream, short value) static voidTimeTHelper.write(OutputStream ostream, long value) static voidUtcTHelper.write(OutputStream ostream, UtcT value)