Uses of Interface
org.omg.CORBA.portable.Streamable
-
Packages that use Streamable Package Description 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.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.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.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.PortableInterceptor Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB.org.omg.PortableServer.ServantLocatorPackage Provides classes and interfaces for locating the servant. -
-
Uses of Streamable in org.omg.CORBA
Classes in org.omg.CORBA that implement Streamable Modifier and Type Class Description class
AnyHolder
The Holder forAny
.class
AnySeqHolder
The Holder forAnySeq
.class
BooleanHolder
The Holder forBoolean
.class
BooleanSeqHolder
The Holder forBooleanSeq
.class
ByteHolder
The Holder forByte
.class
CharHolder
The Holder forChar
.class
CharSeqHolder
The Holder forCharSeq
.class
CurrentHolder
The Holder forCurrent
.class
DoubleHolder
The Holder forDouble
.class
DoubleSeqHolder
The Holder forDoubleSeq
.class
FixedHolder
The Holder forFixed
.class
FloatHolder
The Holder forFloat
.class
FloatSeqHolder
The Holder forFloatSeq
.class
IntHolder
The Holder forInt
.class
LongHolder
The Holder forLong
.class
LongLongSeqHolder
The Holder forLongLongSeq
.class
LongSeqHolder
The Holder forLongSeq
.class
ObjectHolder
The Holder forObject
.class
OctetSeqHolder
The Holder forOctetSeq
.class
ParameterModeHolder
Enumeration of parameter modes for Parameter.class
PolicyErrorHolder
Thrown to indicate problems with parameter values passed to theORB.create_policy
operation.class
PolicyHolder
The Holder forPolicy
.class
PolicyListHolder
The Holder forPolicyList
.class
PrincipalHolder
Deprecated.Deprecated by CORBA 2.2.class
ServiceInformationHolder
The Holder forServiceInformation
.class
ShortHolder
The Holder forShort
.class
ShortSeqHolder
The Holder forShortSeq
.class
StringHolder
The Holder forString
.class
StringSeqHolder
An array of Stringsclass
TypeCodeHolder
The Holder forTypeCode
.class
ULongLongSeqHolder
The Holder forULongLongSeq
.class
ULongSeqHolder
The Holder forULongSeq
.class
UnknownUserExceptionHolder
The Holder forUnknownUserException
.class
UShortSeqHolder
The Holder forUShortSeq
.class
ValueBaseHolder
The Holder forValueBase
.class
WCharSeqHolder
The Holder forWCharSeq
.class
WrongTransactionHolder
The Holder forWrongTransaction
.class
WStringSeqHolder
An array of WStringsMethods in org.omg.CORBA that return Streamable Modifier and Type Method Description Streamable
Any. extract_Streamable()
Extracts aStreamable
from thisAny
object'svalue
field.Methods in org.omg.CORBA with parameters of type Streamable Modifier and Type Method Description void
Any. insert_Streamable(Streamable s)
Inserts the givenStreamable
object into thisAny
object'svalue
field. -
Uses of Streamable in org.omg.CORBA.portable
Subinterfaces of Streamable in org.omg.CORBA.portable Modifier and Type Interface Description interface
StreamableValue
Defines the base type for all non-boxed IDL valuetypes that are not custom marshaled. -
Uses of Streamable in org.omg.CosNaming
Classes in org.omg.CosNaming that implement Streamable Modifier and Type Class Description class
BindingHolder
org/omg/CosNaming/BindingHolder.java .class
BindingIteratorHolder
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.class
BindingListHolder
List of Bindings.class
BindingTypeHolder
Specifies whether the given binding is for a object (that is not a naming context) or for a naming context.class
NameComponentHolder
org/omg/CosNaming/NameComponentHolder.java .class
NameHolder
A name is a sequence of name components.class
NamingContextExtHolder
NamingContextExt
is the extension ofNamingContext
which contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service.class
NamingContextHolder
A naming context is an object that contains a set of name bindings in which each name is unique. -
Uses of Streamable in org.omg.CosNaming.NamingContextExtPackage
Classes in org.omg.CosNaming.NamingContextExtPackage that implement Streamable Modifier and Type Class Description class
InvalidAddressHolder
org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHolder.java . -
Uses of Streamable in org.omg.CosNaming.NamingContextPackage
Classes in org.omg.CosNaming.NamingContextPackage that implement Streamable Modifier and Type Class Description class
AlreadyBoundHolder
org/omg/CosNaming/NamingContextPackage/AlreadyBoundHolder.java .class
CannotProceedHolder
org/omg/CosNaming/NamingContextPackage/CannotProceedHolder.java .class
InvalidNameHolder
org/omg/CosNaming/NamingContextPackage/InvalidNameHolder.java .class
NotEmptyHolder
org/omg/CosNaming/NamingContextPackage/NotEmptyHolder.java .class
NotFoundHolder
org/omg/CosNaming/NamingContextPackage/NotFoundHolder.java .class
NotFoundReasonHolder
Indicates the reason for not able to resolve. -
Uses of Streamable in org.omg.IOP
Classes in org.omg.IOP that implement Streamable Modifier and Type Class Description class
IORHolder
org/omg/IOP/IORHolder.java .class
MultipleComponentProfileHolder
An array of tagged components, forming a multiple component profile.class
ServiceContextHolder
org/omg/IOP/ServiceContextHolder.java .class
ServiceContextListHolder
An array of service contexts, forming a service context list.class
TaggedComponentHolder
org/omg/IOP/TaggedComponentHolder.java .class
TaggedProfileHolder
org/omg/IOP/TaggedProfileHolder.java . -
Uses of Streamable in org.omg.PortableInterceptor
Classes in org.omg.PortableInterceptor that implement Streamable Modifier and Type Class Description class
IORInterceptor_3_0Holder
org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java .class
ObjectReferenceFactoryHolder
The object reference factory.class
ObjectReferenceTemplateHolder
The object reference template.class
ObjectReferenceTemplateSeqHolder
Sequence of object reference templates is used for reporting state changes that do not occur on the adapter manager. -
Uses of Streamable in org.omg.PortableServer.ServantLocatorPackage
Classes in org.omg.PortableServer.ServantLocatorPackage that implement Streamable Modifier and Type Class Description class
CookieHolder
The native type PortableServer::ServantLocator::Cookie is mapped to java.lang.Object.
-