Calypso Gateway v1.0

codec.orb
Class AnyGeneric

java.lang.Object
  |
  +--codec.orb.AnyGeneric

public final class AnyGeneric
extends java.lang.Object

Class providing generic operations with ANY values.


Constructor Summary
AnyGeneric()
           
 
Method Summary
static void dynAnyToAny(org.omg.CORBA.Any dest, org.omg.CORBA.DynAny src)
          Copy the contents of "src" into "dest".
static org.omg.CORBA.TypeCode removeAliases(org.omg.CORBA.TypeCode value)
          Remove all outstanding alias definitions from TypeCode.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

AnyGeneric

public AnyGeneric()
Method Detail

dynAnyToAny

public static void dynAnyToAny(org.omg.CORBA.Any dest,
                               org.omg.CORBA.DynAny src)
Copy the contents of "src" into "dest".

removeAliases

public static org.omg.CORBA.TypeCode removeAliases(org.omg.CORBA.TypeCode value)
Remove all outstanding alias definitions from TypeCode.

Calypso Gateway v1.0