| 
 | JavaTM 2 Platform Std. Ed. v1.4.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 | DynArrayRepresents a DynAny object associated with an array. | 
|  interface | DynEnumRepresents a DynAny object associated with an IDL enum. | 
|  interface | DynFixedRepresents a DynAnyobject that is associated
  with an IDL fixed type. | 
|  interface | DynSequenceThe representation of a DynAnyobject that is associated
 with an IDL sequence. | 
|  interface | DynStructThe representation of a DynAnyobject that is associated
  with an IDL struct. | 
|  interface | DynUnionThe DynUnioninterface represents aDynAnyobject
 that is associated with an IDL union. | 
|  interface | DynValueThe representation of a DynAnyobject that is associated
  with an IDL value type. | 
| Methods in org.omg.CORBA that return DynAny | |
|  DynAny | DynUnion.discriminator()Returns a DynAny object reference that must be narrowed to the type of the discriminator in order to insert/get the discriminator value. | 
|  DynAny | DynUnion.member()Returns a DynAny object reference that is used in order to insert/get a member of this union. | 
|  DynAny | DynAny.copy()Clones this DynAnyobject. | 
|  DynAny | DynAny.current_component()Returns a DynAnyobject reference that can
 be used to get/set the value of the component currently accessed. | 
|  DynAny | ORB.create_dyn_any(Any value)Creates a new DynAnyobject from the givenAnyobject. | 
|  DynAny | ORB.create_basic_dyn_any(TypeCode type)Creates a basic DynAnyobject from the givenTypeCodeobject. | 
| 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. | 
| 
 | JavaTM 2 Platform Std. Ed. v1.4.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.