Uses of Class
org.omg.CORBA.portable.OutputStream
-
Packages that use OutputStream Package Description javax.rmi.CORBA Contains portability APIs for RMI-IIOP.org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the Java™ programming language, including the classORB
, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).org.omg.CORBA_2_3.portable Provides methods for the input and output of value types, and contains other updates to theorg/omg/CORBA/portable
package.org.omg.CORBA.ORBPackage Provides the exceptionInvalidName
, which is thrown by the methodORB.resolve_initial_references
and the exceptionInconsistentTypeCode
, which is thrown by the Dynamic Any creation methods in the ORB class.org.omg.CORBA.portable 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.org.omg.CORBA.TypeCodePackage Provides the user-defined exceptionsBadKind
andBounds
, which are thrown by methods in in the classTypeCode
.org.omg.CosNaming Provides a naming service for Java IDL.org.omg.CosNaming.NamingContextExtPackage This package contains the following classes, which are used inorg.omg.CosNaming.NamingContextExt
:AddressHelper
StringNameHelper
URLStringHelper
InvalidAddress
org.omg.CosNaming.NamingContextPackage This package contains Exception classes for theorg.omg.CosNaming
package.org.omg.DynamicAny Provides classes and interfaces that enable traversal of the data value associated with anany
at runtime, and extraction of the primitive constituents of the data value.org.omg.DynamicAny.DynAnyFactoryPackage This package contains classes and exceptions from theDynAnyFactory
interface of theDynamicAny
module specified in the OMG The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 9.2.2.org.omg.DynamicAny.DynAnyPackage This package contains classes and exceptions from theDynAny
interface of theDynamicAny
module specified in the OMG The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 9.2.org.omg.IOP This package contains theIOP
module specified in the OMG document The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 13.6.org.omg.IOP.CodecFactoryPackage This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec).org.omg.IOP.CodecPackage This package is generated from the IOP::Codec IDL interface definition.org.omg.Messaging This package contains theMessaging
module specified in the OMG CORBA Messaging specification, formal/99-10-07.org.omg.PortableInterceptor Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB.org.omg.PortableInterceptor.ORBInitInfoPackage This package contains the exceptions and typedefs from theORBInitInfo
local interface of thePortableInterceptor
module specified in the OMG Portable Interceptor specification, ptc/2000-08-06, section 21.7.2.org.omg.PortableServer Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.org.omg.PortableServer.CurrentPackage Provides method implementations with access to the identity of the object on which the method was invoked.org.omg.PortableServer.POAManagerPackage Encapsulates the processing state of the POAs it is associated with.org.omg.PortableServer.POAPackage Allows programmers to construct object implementations that are portable between different ORB products.org.omg.PortableServer.ServantLocatorPackage Provides classes and interfaces for locating the servant. -
-
Uses of OutputStream in javax.rmi.CORBA
Methods in javax.rmi.CORBA with parameters of type OutputStream Modifier and Type Method Description static 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 OutputStream Modifier and Type Method Description OutputStream
LocalObject. _request(String operation, boolean responseExpected)
Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object."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 OutputStream Modifier and Type Method Description InputStream
LocalObject. _invoke(OutputStream output)
Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object."void
AnyHolder. _write(OutputStream output)
Marshals tooutput
the value in thisAnyHolder
object.void
AnySeqHolder. _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
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
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
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
ObjectHolder. _write(OutputStream output)
Marshals tooutput
the value in thisObjectHolder
object.void
OctetSeqHolder. _write(OutputStream o)
void
ParameterModeHolder. _write(OutputStream o)
void
PolicyErrorHolder. _write(OutputStream o)
void
PolicyHolder. _write(OutputStream o)
void
PolicyListHolder. _write(OutputStream o)
void
PrincipalHolder. _write(OutputStream output)
Deprecated.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
StringHolder. _write(OutputStream output)
Marshals the value held by thisStringHolder
object to the output streamoutput
.void
StringSeqHolder. _write(OutputStream o)
void
TypeCodeHolder. _write(OutputStream output)
Marshals tooutput
the value in thisTypeCodeHolder
object.void
ULongLongSeqHolder. _write(OutputStream o)
void
ULongSeqHolder. _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
WCharSeqHolder. _write(OutputStream o)
void
WrongTransactionHolder. _write(OutputStream o)
void
WStringSeqHolder. _write(OutputStream o)
static void
AnySeqHelper. write(OutputStream ostream, Any[] value)
static void
BooleanSeqHelper. write(OutputStream ostream, boolean[] value)
static void
BoundsHelper. write(OutputStream ostream, Bounds value)
static void
CharSeqHelper. write(OutputStream ostream, char[] value)
static void
CompletionStatusHelper. write(OutputStream ostream, CompletionStatus 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
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
LongLongSeqHelper. write(OutputStream ostream, long[] value)
static void
LongSeqHelper. write(OutputStream ostream, int[] value)
static void
NameValuePairHelper. write(OutputStream ostream, NameValuePair value)
static void
ObjectHelper. write(OutputStream ostream, Object value)
static void
OctetSeqHelper. write(OutputStream ostream, byte[] value)
static void
ParameterModeHelper. write(OutputStream ostream, ParameterMode 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
RepositoryIdHelper. write(OutputStream ostream, String 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
StringSeqHelper. write(OutputStream ostream, String[] value)
static void
StringValueHelper. write(OutputStream ostream, String value)
static void
StructMemberHelper. write(OutputStream ostream, StructMember value)
static void
ULongLongSeqHelper. write(OutputStream ostream, long[] value)
static void
ULongSeqHelper. write(OutputStream ostream, int[] value)
static void
UnionMemberHelper. 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
ValueMemberHelper. 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.portable Modifier and Type Class Description class
OutputStream
OutputStream provides interface for writing of all of the mapped IDL type to the stream. -
Uses of OutputStream in org.omg.CORBA.ORBPackage
Methods in org.omg.CORBA.ORBPackage with parameters of type OutputStream Modifier and Type Method Description static void
InvalidNameHelper. write(OutputStream ostream, InvalidName value)
-
Uses of OutputStream in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return OutputStream Modifier and Type Method Description OutputStream
InvokeHandler. _invoke(String method, InputStream input, ResponseHandler handler)
Invoked by the ORB to dispatch a request to the servant.OutputStream
ObjectImpl. _request(String operation, boolean responseExpected)
Returns anOutputStream
object to use for marshalling the arguments of the given method.OutputStream
ResponseHandler. createExceptionReply()
Called by the servant during a method invocation.OutputStream
ResponseHandler. createReply()
Called by the servant during a method invocation.OutputStream
Delegate. request(Object self, String operation, boolean responseExpected)
request is called by a stub to obtain an OutputStream for marshaling arguments.Methods in org.omg.CORBA.portable with parameters of type OutputStream Modifier and Type Method Description InputStream
ObjectImpl. _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.InputStream
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.TypeCodePackage
Methods in org.omg.CORBA.TypeCodePackage with parameters of type OutputStream Modifier and Type Method Description static void
BadKindHelper. write(OutputStream ostream, BadKind value)
static void
BoundsHelper. write(OutputStream ostream, Bounds value)
-
Uses of OutputStream in org.omg.CosNaming
Methods in org.omg.CosNaming that return OutputStream Modifier and Type Method Description OutputStream
BindingIteratorPOA. _invoke(String $method, InputStream in, ResponseHandler $rh)
OutputStream
NamingContextExtPOA. _invoke(String $method, InputStream in, ResponseHandler $rh)
OutputStream
NamingContextPOA. _invoke(String $method, InputStream in, ResponseHandler $rh)
Methods in org.omg.CosNaming with parameters of type OutputStream Modifier and Type Method Description void
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 OutputStream Modifier and Type Method Description void
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 OutputStream Modifier and Type Method Description void
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.DynamicAny
Methods in org.omg.DynamicAny with parameters of type OutputStream Modifier and Type Method Description 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
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 OutputStream Modifier and Type Method Description 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 OutputStream Modifier and Type Method Description 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 OutputStream Modifier and Type Method Description 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
TaggedProfileHolder. _write(OutputStream o)
static void
CodecFactoryHelper. write(OutputStream ostream, CodecFactory value)
static void
ComponentIdHelper. write(OutputStream ostream, int 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
TaggedProfileHelper. write(OutputStream ostream, TaggedProfile value)
-
Uses of OutputStream in org.omg.IOP.CodecFactoryPackage
Methods in org.omg.IOP.CodecFactoryPackage with parameters of type OutputStream Modifier and Type Method Description 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 OutputStream Modifier and Type Method Description 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 with parameters of type OutputStream Modifier and Type Method Description static void
SyncScopeHelper. write(OutputStream ostream, short value)
-
Uses of OutputStream in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor with parameters of type OutputStream Modifier and Type Method Description void
IORInterceptor_3_0Holder. _write(OutputStream o)
void
ObjectReferenceFactoryHolder. _write(OutputStream o)
void
ObjectReferenceTemplateHolder. _write(OutputStream o)
void
ObjectReferenceTemplateSeqHolder. _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
CurrentHelper. write(OutputStream ostream, Current value)
static void
ForwardRequestHelper. write(OutputStream ostream, ForwardRequest value)
static void
InvalidSlotHelper. write(OutputStream ostream, InvalidSlot value)
static void
IORInterceptor_3_0Helper. write(OutputStream ostream, IORInterceptor_3_0 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
ServerIdHelper. write(OutputStream ostream, String value)
-
Uses of OutputStream in org.omg.PortableInterceptor.ORBInitInfoPackage
Methods in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type OutputStream Modifier and Type Method Description 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 OutputStream Modifier and Type Method Description OutputStream
ServantActivatorPOA. _invoke(String $method, InputStream in, ResponseHandler $rh)
OutputStream
ServantLocatorPOA. _invoke(String $method, InputStream in, ResponseHandler $rh)
Methods in org.omg.PortableServer with parameters of type OutputStream Modifier and Type Method Description static void
CurrentHelper. write(OutputStream ostream, Current value)
static void
ForwardRequestHelper. write(OutputStream ostream, ForwardRequest value)
static void
POAHelper. write(OutputStream ostream, POA value)
static void
ServantActivatorHelper. write(OutputStream ostream, ServantActivator value)
static void
ServantLocatorHelper. write(OutputStream ostream, ServantLocator value)
-
Uses of OutputStream in org.omg.PortableServer.CurrentPackage
Methods in org.omg.PortableServer.CurrentPackage with parameters of type OutputStream Modifier and Type Method Description 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 OutputStream Modifier and Type Method Description static void
AdapterInactiveHelper. write(OutputStream ostream, AdapterInactive value)
-
Uses of OutputStream in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage with parameters of type OutputStream Modifier and Type Method Description 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 Modifier and Type Method Description void
CookieHolder. _write(OutputStream os)
-