Java Platform 1.2
Beta 4

Uses of Interface
org.omg.CORBA.DynAny

Packages that use DynAny
org.omg.CORBA   
 

Uses of DynAny in org.omg.CORBA
 

Subinterfaces of DynAny in org.omg.CORBA
  DynArray
          The DynArray interface represents a DynAny object which is associated with an array.
  DynEnum
          The DynEnum interface represents a DynAny object which is associated with an IDL enum.
  DynFixed
          The DynFixed interface represents a DynAny object which is associated with an IDL fixed type.
  DynSequence
          The DynArray interface represents a DynAny object which is associated with an IDL sequence.
  DynStruct
          The DynStruct interface represents a DynAny object which is associated with an IDL struct.
  DynUnion
          The DynUnion interface represents a DynAny object which is associated with an IDL union.
  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()
           
 DynAny DynAny.current_component()
           
 

Methods in org.omg.CORBA with parameters of type DynAny
 void DynAny.assign(DynAny dyn_any)
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.