Uses of Class
org.omg.CORBA.portable.InputStream
-
Packages that use InputStream 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 InputStream in javax.rmi.CORBA
Methods in javax.rmi.CORBA with parameters of type InputStream Modifier and Type Method Description static Object
Util. readAny(InputStream in)
Reads a java.lang.Object as a CORBA any.Object
UtilDelegate. readAny(InputStream in)
Delegation call forUtil.readAny(org.omg.CORBA.portable.InputStream)
.Serializable
ValueHandler. readValue(InputStream in, int offset, Class clz, String repositoryID, RunTime sender)
Reads a value from the stream using Java semantics. -
Uses of InputStream in org.omg.CORBA
Methods in org.omg.CORBA that return InputStream 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."abstract InputStream
Any. create_input_stream()
Creates an input stream from which thisAny
object's value can be unmarshalled.Methods in org.omg.CORBA with parameters of type InputStream Modifier and Type Method Description void
AnyHolder. _read(InputStream input)
Reads frominput
and initalizes the value in the Holder with the unmarshalled data.void
AnySeqHolder. _read(InputStream i)
void
BooleanHolder. _read(InputStream input)
Reads unmarshalled data frominput
and assigns it to thisBooleanHolder
object'svalue
field.void
BooleanSeqHolder. _read(InputStream i)
void
ByteHolder. _read(InputStream input)
Reads frominput
and initalizes the value in thisByteHolder
object with the unmarshalled data.void
CharHolder. _read(InputStream input)
Reads frominput
and initalizes the value in thisCharHolder
object with the unmarshalled data.void
CharSeqHolder. _read(InputStream i)
void
CurrentHolder. _read(InputStream i)
void
DoubleHolder. _read(InputStream input)
Read a double value from the input stream and store it in the value member.void
DoubleSeqHolder. _read(InputStream i)
void
FixedHolder. _read(InputStream input)
Read a fixed point value from the input stream and store it in the value member.void
FloatHolder. _read(InputStream input)
Read a float from an input stream and initialize the value member with the float value.void
FloatSeqHolder. _read(InputStream i)
void
IntHolder. _read(InputStream input)
Reads unmarshalled data frominput
and assigns it to thevalue
field in thisIntHolder
object.void
LongHolder. _read(InputStream input)
Reads frominput
and initalizes the value in the Holder with the unmarshalled data.void
LongLongSeqHolder. _read(InputStream i)
void
LongSeqHolder. _read(InputStream i)
void
ObjectHolder. _read(InputStream input)
Reads frominput
and initalizes the value in thisObjectHolder
object with the unmarshalled data.void
OctetSeqHolder. _read(InputStream i)
void
ParameterModeHolder. _read(InputStream i)
void
PolicyErrorHolder. _read(InputStream i)
void
PolicyHolder. _read(InputStream i)
void
PolicyListHolder. _read(InputStream i)
void
PrincipalHolder. _read(InputStream input)
Deprecated.void
ServiceInformationHolder. _read(InputStream in)
Reads unmarshalled data from the input streamin
and assigns it to thevalue
field in thisServiceInformationHolder
object.void
ShortHolder. _read(InputStream input)
Reads frominput
and initalizes the value in thisShortHolder
object with the unmarshalled data.void
ShortSeqHolder. _read(InputStream i)
void
StringHolder. _read(InputStream input)
Reads the unmarshalled data frominput
and assigns it to thevalue
field of thisStringHolder
object.void
StringSeqHolder. _read(InputStream i)
void
TypeCodeHolder. _read(InputStream input)
Reads frominput
and initalizes the value in thisTypeCodeHolder
object with the unmarshalled data.void
ULongLongSeqHolder. _read(InputStream i)
void
ULongSeqHolder. _read(InputStream i)
void
UnknownUserExceptionHolder. _read(InputStream i)
void
UShortSeqHolder. _read(InputStream i)
void
ValueBaseHolder. _read(InputStream input)
Reads frominput
and initalizes the value in the Holder with the unmarshalled data.void
WCharSeqHolder. _read(InputStream i)
void
WrongTransactionHolder. _read(InputStream i)
void
WStringSeqHolder. _read(InputStream i)
void
LocalObject. _releaseReply(InputStream input)
Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object."static Any[]
AnySeqHelper. read(InputStream istream)
static boolean[]
BooleanSeqHelper. read(InputStream istream)
static Bounds
BoundsHelper. read(InputStream istream)
static char[]
CharSeqHelper. read(InputStream istream)
static CompletionStatus
CompletionStatusHelper. read(InputStream istream)
static Current
CurrentHelper. read(InputStream istream)
static DefinitionKind
DefinitionKindHelper. read(InputStream istream)
static double[]
DoubleSeqHelper. read(InputStream istream)
static String
FieldNameHelper. read(InputStream istream)
static float[]
FloatSeqHelper. read(InputStream istream)
static String
IdentifierHelper. read(InputStream istream)
static IDLType
IDLTypeHelper. read(InputStream istream)
static long[]
LongLongSeqHelper. read(InputStream istream)
static int[]
LongSeqHelper. read(InputStream istream)
static NameValuePair
NameValuePairHelper. read(InputStream istream)
static Object
ObjectHelper. read(InputStream istream)
static byte[]
OctetSeqHelper. read(InputStream istream)
static ParameterMode
ParameterModeHelper. read(InputStream istream)
static short
PolicyErrorCodeHelper. read(InputStream istream)
static PolicyError
PolicyErrorHelper. read(InputStream istream)
static Policy
PolicyHelper. read(InputStream istream)
static Policy[]
PolicyListHelper. read(InputStream istream)
static int
PolicyTypeHelper. read(InputStream istream)
static String
RepositoryIdHelper. read(InputStream istream)
static ServiceDetail
ServiceDetailHelper. read(InputStream in)
static ServiceInformation
ServiceInformationHelper. read(InputStream in)
static SetOverrideType
SetOverrideTypeHelper. read(InputStream istream)
static short[]
ShortSeqHelper. read(InputStream istream)
static String[]
StringSeqHelper. read(InputStream istream)
static String
StringValueHelper. read(InputStream istream)
static StructMember
StructMemberHelper. read(InputStream istream)
static long[]
ULongLongSeqHelper. read(InputStream istream)
static int[]
ULongSeqHelper. read(InputStream istream)
static UnionMember
UnionMemberHelper. read(InputStream istream)
static UnknownUserException
UnknownUserExceptionHelper. read(InputStream istream)
static short[]
UShortSeqHelper. read(InputStream istream)
static Serializable
ValueBaseHelper. read(InputStream istream)
static ValueMember
ValueMemberHelper. read(InputStream istream)
static String
VersionSpecHelper. read(InputStream istream)
static short
VisibilityHelper. read(InputStream istream)
static char[]
WCharSeqHelper. read(InputStream istream)
static WrongTransaction
WrongTransactionHelper. read(InputStream istream)
static String[]
WStringSeqHelper. read(InputStream istream)
static String
WStringValueHelper. read(InputStream istream)
abstract void
Any. read_value(InputStream is, TypeCode t)
Reads off (unmarshals) the value of anAny
object from the given input stream using the given typecode.Serializable
StringValueHelper. read_value(InputStream istream)
Serializable
WStringValueHelper. read_value(InputStream istream)
-
Uses of InputStream in org.omg.CORBA_2_3.portable
Subclasses of InputStream in org.omg.CORBA_2_3.portable Modifier and Type Class Description class
InputStream
InputStream provides for the reading of all of the mapped IDL types from the stream. -
Uses of InputStream in org.omg.CORBA.ORBPackage
Methods in org.omg.CORBA.ORBPackage with parameters of type InputStream Modifier and Type Method Description static InvalidName
InvalidNameHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return InputStream Modifier and Type Method Description InputStream
ObjectImpl. _invoke(OutputStream output)
Invokes an operation and returns anInputStream
object for reading the response.abstract InputStream
OutputStream. create_input_stream()
Returns an input stream with the same buffer.InputStream
ApplicationException. getInputStream()
Returns the input stream from which the exception data can be read as its parameters.InputStream
Delegate. invoke(Object self, OutputStream output)
invoke is called by a stub to invoke an operation.Methods in org.omg.CORBA.portable with parameters of type InputStream 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.void
Streamable. _read(InputStream istream)
Reads data fromistream
and initalizes thevalue
field of the Holder with the unmarshalled data.void
ObjectImpl. _releaseReply(InputStream input)
Releases the given reply stream back to the ORB when unmarshalling has completed after a call to the method_invoke
.Serializable
BoxedValueHelper. read_value(InputStream is)
void
Delegate. releaseReply(Object self, InputStream input)
releaseReply may optionally be called by a stub to release a reply stream back to the ORB when the unmarshaling has completed.Constructors in org.omg.CORBA.portable with parameters of type InputStream Constructor Description ApplicationException(String id, InputStream ins)
Constructs an ApplicationException from the CORBA repository ID of the exception and an input stream from which the exception data can be read as its parameters. -
Uses of InputStream in org.omg.CORBA.TypeCodePackage
Methods in org.omg.CORBA.TypeCodePackage with parameters of type InputStream Modifier and Type Method Description static BadKind
BadKindHelper. read(InputStream istream)
static Bounds
BoundsHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.CosNaming
Methods in org.omg.CosNaming with parameters of type InputStream 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)
void
BindingHolder. _read(InputStream i)
void
BindingIteratorHolder. _read(InputStream i)
void
BindingListHolder. _read(InputStream i)
void
BindingTypeHolder. _read(InputStream i)
void
NameComponentHolder. _read(InputStream i)
void
NameHolder. _read(InputStream i)
void
NamingContextExtHolder. _read(InputStream i)
void
NamingContextHolder. _read(InputStream i)
static Binding
BindingHelper. read(InputStream istream)
static BindingIterator
BindingIteratorHelper. read(InputStream istream)
static Binding[]
BindingListHelper. read(InputStream istream)
static BindingType
BindingTypeHelper. read(InputStream istream)
static String
IstringHelper. read(InputStream istream)
static NameComponent
NameComponentHelper. read(InputStream istream)
static NameComponent[]
NameHelper. read(InputStream istream)
static NamingContextExt
NamingContextExtHelper. read(InputStream istream)
static NamingContext
NamingContextHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.CosNaming.NamingContextExtPackage
Methods in org.omg.CosNaming.NamingContextExtPackage with parameters of type InputStream Modifier and Type Method Description void
InvalidAddressHolder. _read(InputStream i)
static String
AddressHelper. read(InputStream istream)
static InvalidAddress
InvalidAddressHelper. read(InputStream istream)
static String
StringNameHelper. read(InputStream istream)
static String
URLStringHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.CosNaming.NamingContextPackage
Methods in org.omg.CosNaming.NamingContextPackage with parameters of type InputStream Modifier and Type Method Description void
AlreadyBoundHolder. _read(InputStream i)
void
CannotProceedHolder. _read(InputStream i)
void
InvalidNameHolder. _read(InputStream i)
void
NotEmptyHolder. _read(InputStream i)
void
NotFoundHolder. _read(InputStream i)
void
NotFoundReasonHolder. _read(InputStream i)
static AlreadyBound
AlreadyBoundHelper. read(InputStream istream)
static CannotProceed
CannotProceedHelper. read(InputStream istream)
static InvalidName
InvalidNameHelper. read(InputStream istream)
static NotEmpty
NotEmptyHelper. read(InputStream istream)
static NotFound
NotFoundHelper. read(InputStream istream)
static NotFoundReason
NotFoundReasonHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.DynamicAny
Methods in org.omg.DynamicAny with parameters of type InputStream Modifier and Type Method Description static Any[]
AnySeqHelper. read(InputStream istream)
static DynAnyFactory
DynAnyFactoryHelper. read(InputStream istream)
static DynAny
DynAnyHelper. read(InputStream istream)
static DynAny[]
DynAnySeqHelper. read(InputStream istream)
static DynArray
DynArrayHelper. read(InputStream istream)
static DynEnum
DynEnumHelper. read(InputStream istream)
static DynFixed
DynFixedHelper. read(InputStream istream)
static DynSequence
DynSequenceHelper. read(InputStream istream)
static DynStruct
DynStructHelper. read(InputStream istream)
static DynUnion
DynUnionHelper. read(InputStream istream)
static DynValue
DynValueHelper. read(InputStream istream)
static String
FieldNameHelper. read(InputStream istream)
static NameDynAnyPair
NameDynAnyPairHelper. read(InputStream istream)
static NameDynAnyPair[]
NameDynAnyPairSeqHelper. read(InputStream istream)
static NameValuePair
NameValuePairHelper. read(InputStream istream)
static NameValuePair[]
NameValuePairSeqHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.DynamicAny.DynAnyFactoryPackage
Methods in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type InputStream Modifier and Type Method Description static InconsistentTypeCode
InconsistentTypeCodeHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.DynamicAny.DynAnyPackage
Methods in org.omg.DynamicAny.DynAnyPackage with parameters of type InputStream Modifier and Type Method Description static InvalidValue
InvalidValueHelper. read(InputStream istream)
static TypeMismatch
TypeMismatchHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.IOP
Methods in org.omg.IOP with parameters of type InputStream Modifier and Type Method Description void
IORHolder. _read(InputStream i)
void
MultipleComponentProfileHolder. _read(InputStream i)
void
ServiceContextHolder. _read(InputStream i)
void
ServiceContextListHolder. _read(InputStream i)
void
TaggedComponentHolder. _read(InputStream i)
void
TaggedProfileHolder. _read(InputStream i)
static CodecFactory
CodecFactoryHelper. read(InputStream istream)
static int
ComponentIdHelper. read(InputStream istream)
static IOR
IORHelper. read(InputStream istream)
static TaggedComponent[]
MultipleComponentProfileHelper. read(InputStream istream)
static int
ProfileIdHelper. read(InputStream istream)
static ServiceContext
ServiceContextHelper. read(InputStream istream)
static ServiceContext[]
ServiceContextListHelper. read(InputStream istream)
static int
ServiceIdHelper. read(InputStream istream)
static TaggedComponent
TaggedComponentHelper. read(InputStream istream)
static TaggedProfile
TaggedProfileHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.IOP.CodecFactoryPackage
Methods in org.omg.IOP.CodecFactoryPackage with parameters of type InputStream Modifier and Type Method Description static UnknownEncoding
UnknownEncodingHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.IOP.CodecPackage
Methods in org.omg.IOP.CodecPackage with parameters of type InputStream Modifier and Type Method Description static FormatMismatch
FormatMismatchHelper. read(InputStream istream)
static InvalidTypeForEncoding
InvalidTypeForEncodingHelper. read(InputStream istream)
static TypeMismatch
TypeMismatchHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.Messaging
Methods in org.omg.Messaging with parameters of type InputStream Modifier and Type Method Description static short
SyncScopeHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor with parameters of type InputStream Modifier and Type Method Description void
IORInterceptor_3_0Holder. _read(InputStream i)
void
ObjectReferenceFactoryHolder. _read(InputStream i)
void
ObjectReferenceTemplateHolder. _read(InputStream i)
void
ObjectReferenceTemplateSeqHolder. _read(InputStream i)
static int
AdapterManagerIdHelper. read(InputStream istream)
static String[]
AdapterNameHelper. read(InputStream istream)
static short
AdapterStateHelper. read(InputStream istream)
static Current
CurrentHelper. read(InputStream istream)
static ForwardRequest
ForwardRequestHelper. read(InputStream istream)
static InvalidSlot
InvalidSlotHelper. read(InputStream istream)
static IORInterceptor_3_0
IORInterceptor_3_0Helper. read(InputStream istream)
static byte[]
ObjectIdHelper. read(InputStream istream)
static ObjectReferenceFactory
ObjectReferenceFactoryHelper. read(InputStream istream)
static ObjectReferenceTemplate
ObjectReferenceTemplateHelper. read(InputStream istream)
static ObjectReferenceTemplate[]
ObjectReferenceTemplateSeqHelper. read(InputStream istream)
static String
ORBIdHelper. read(InputStream istream)
static String
ServerIdHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.PortableInterceptor.ORBInitInfoPackage
Methods in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type InputStream Modifier and Type Method Description static DuplicateName
DuplicateNameHelper. read(InputStream istream)
static InvalidName
InvalidNameHelper. read(InputStream istream)
static String
ObjectIdHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.PortableServer
Methods in org.omg.PortableServer with parameters of type InputStream Modifier and Type Method Description OutputStream
ServantActivatorPOA. _invoke(String $method, InputStream in, ResponseHandler $rh)
OutputStream
ServantLocatorPOA. _invoke(String $method, InputStream in, ResponseHandler $rh)
static Current
CurrentHelper. read(InputStream istream)
static ForwardRequest
ForwardRequestHelper. read(InputStream istream)
static POA
POAHelper. read(InputStream istream)
static ServantActivator
ServantActivatorHelper. read(InputStream istream)
static ServantLocator
ServantLocatorHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.PortableServer.CurrentPackage
Methods in org.omg.PortableServer.CurrentPackage with parameters of type InputStream Modifier and Type Method Description static NoContext
NoContextHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.PortableServer.POAManagerPackage
Methods in org.omg.PortableServer.POAManagerPackage with parameters of type InputStream Modifier and Type Method Description static AdapterInactive
AdapterInactiveHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage with parameters of type InputStream Modifier and Type Method Description static AdapterAlreadyExists
AdapterAlreadyExistsHelper. read(InputStream istream)
static AdapterNonExistent
AdapterNonExistentHelper. read(InputStream istream)
static InvalidPolicy
InvalidPolicyHelper. read(InputStream istream)
static NoServant
NoServantHelper. read(InputStream istream)
static ObjectAlreadyActive
ObjectAlreadyActiveHelper. read(InputStream istream)
static ObjectNotActive
ObjectNotActiveHelper. read(InputStream istream)
static ServantAlreadyActive
ServantAlreadyActiveHelper. read(InputStream istream)
static ServantNotActive
ServantNotActiveHelper. read(InputStream istream)
static WrongAdapter
WrongAdapterHelper. read(InputStream istream)
static WrongPolicy
WrongPolicyHelper. read(InputStream istream)
-
Uses of InputStream in org.omg.PortableServer.ServantLocatorPackage
Methods in org.omg.PortableServer.ServantLocatorPackage with parameters of type InputStream Modifier and Type Method Description void
CookieHolder. _read(InputStream is)
-