|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DynAny | |
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). |
Uses of DynAny in org.omg.CORBA |
Subinterfaces of DynAny in org.omg.CORBA | |
interface |
DynArray
The DynArray interface represents a DynAny object which is associated with an array. |
interface |
DynEnum
The DynEnum interface represents a DynAny object which is associated with an IDL enum. |
interface |
DynFixed
The DynFixed interface represents a DynAny object which is associated with an IDL fixed type. |
interface |
DynSequence
The DynArray interface represents a DynAny object which is associated with an IDL sequence. |
interface |
DynStruct
The DynStruct interface represents a DynAny object which is associated with an IDL struct. |
interface |
DynUnion
The DynUnion interface represents a DynAny object which is associated with an IDL union. |
interface |
DynValue
|
Methods in org.omg.CORBA that return DynAny | |
DynAny |
DynUnion.discriminator()
|
DynAny |
DynUnion.member()
|
DynAny |
ORB.create_dyn_any(Any value)
|
DynAny |
ORB.create_basic_dyn_any(TypeCode type)
|
DynAny |
DynAny.copy()
Clone this DnyAny. |
DynAny |
DynAny.current_component()
During traversal or iteration of a DynAny , inspect
the current component in the DynAny . |
Methods in org.omg.CORBA with parameters of type DynAny | |
void |
DynAny.assign(DynAny dyn_any)
Copy the contents from one Dynamic Any into another. |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |