Uses of Interface
es.iac.ing.iConfigSnapshot.ConfigSnapshot

Packages that use ConfigSnapshot
es.iac.ing.iConfigSnapshot   
 

Uses of ConfigSnapshot in es.iac.ing.iConfigSnapshot
 

Classes in es.iac.ing.iConfigSnapshot that implement ConfigSnapshot
 class _ConfigSnapshotStub
          Generated from IDL interface "ConfigSnapshot"
 

Fields in es.iac.ing.iConfigSnapshot declared as ConfigSnapshot
 ConfigSnapshot ConfigSnapshotHolder.value
           
 

Methods in es.iac.ing.iConfigSnapshot that return ConfigSnapshot
 ConfigSnapshot ConfigSnapshotPOA._this()
           
 ConfigSnapshot ConfigSnapshotPOATie._this()
           
 ConfigSnapshot ConfigSnapshotPOA._this(org.omg.CORBA.ORB orb)
           
 ConfigSnapshot ConfigSnapshotPOATie._this(org.omg.CORBA.ORB orb)
           
static ConfigSnapshot ConfigSnapshotHelper.extract(org.omg.CORBA.Any any)
           
static ConfigSnapshot ConfigSnapshotHelper.narrow(java.lang.Object obj)
           
static ConfigSnapshot ConfigSnapshotHelper.narrow(org.omg.CORBA.Object obj)
           
static ConfigSnapshot ConfigSnapshotHelper.read(org.omg.CORBA.portable.InputStream in)
           
static ConfigSnapshot ConfigSnapshotHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in es.iac.ing.iConfigSnapshot with parameters of type ConfigSnapshot
static void ConfigSnapshotHelper.insert(org.omg.CORBA.Any any, ConfigSnapshot s)
           
static void ConfigSnapshotHelper.write(org.omg.CORBA.portable.OutputStream _out, ConfigSnapshot s)
           
 

Constructors in es.iac.ing.iConfigSnapshot with parameters of type ConfigSnapshot
ConfigSnapshotHolder(ConfigSnapshot initial)