|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Streamable | |
org.omg.CORBA | 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). |
org.omg.CosNaming | Provides the naming service for Java IDL. |
org.omg.CosNaming.NamingContextPackage | Provides the exceptions used in the package org.omg.CosNaming
(AlreadyBound , CannotProceed ,
InvalidName , NotEmpty , and
NotFound )
and also the Helper and Holder classes for those
exceptions. |
Uses of Streamable in org.omg.CORBA |
Classes in org.omg.CORBA that implement Streamable | |
class |
AnyHolder
A Holder class for Any objects
that is used to store "out" and "inout" parameters in IDL methods. |
class |
BooleanHolder
A Holder class for a boolean
that is used to store "out" and "inout" parameters in IDL methods. |
class |
ByteHolder
A Holder class for a byte
that is used to store "out" and "inout" parameters in IDL methods. |
class |
CharHolder
A Holder class for a char
that is used to store "out" and "inout" parameters in IDL methods. |
class |
DoubleHolder
A Holder class for a double
that is used to store "out" and "inout" parameters in IDL methods. |
class |
FixedHolder
FixedHolder is a container class for values of IDL type "fixed", which is mapped to the Java class java.math.BigDecimal. |
class |
FloatHolder
A Holder class for a float
that is used to store "out" and "inout" parameters in IDL methods. |
class |
IntHolder
A Holder class for an int
that is used to store "out" and "inout" parameters in IDL methods. |
class |
LongHolder
A Holder class for a long
that is used to store "out" and "inout" parameters in IDL methods. |
class |
ObjectHolder
A Holder class for a CORBA object reference (a value of type org.omg.CORBA.Object ). |
class |
PrincipalHolder
Deprecated. Deprecated by CORBA 2.2. |
class |
ServiceInformationHolder
A Holder class for a ServiceInformation object
that is used to store "out" and "inout" parameters in IDL methods. |
class |
ShortHolder
A Holder class for a short
that is used to store "out" and "inout" parameters in IDL operations. |
class |
StringHolder
A Holder class for a String
that is used to store "out" and "inout" parameters in IDL operations. |
class |
TypeCodeHolder
A Holder class for a TypeCode object
that is used to store "out" and "inout" parameters in IDL operations. |
Methods in org.omg.CORBA with parameters of type Streamable | |
abstract void |
Any.insert_Streamable(Streamable s)
Inserts the given Streamable object
into this Any object's value field. |
Uses of Streamable in org.omg.CosNaming |
Classes in org.omg.CosNaming that implement Streamable | |
class |
BindingHolder
|
class |
BindingIteratorHolder
|
class |
BindingListHolder
|
class |
BindingTypeHolder
|
class |
NameComponentHolder
|
class |
NameHolder
|
class |
NamingContextHolder
|
Uses of Streamable in org.omg.CosNaming.NamingContextPackage |
Classes in org.omg.CosNaming.NamingContextPackage that implement Streamable | |
class |
AlreadyBoundHolder
|
class |
CannotProceedHolder
|
class |
InvalidNameHolder
|
class |
NotEmptyHolder
|
class |
NotFoundHolder
|
class |
NotFoundReasonHolder
|
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |