Uses of Class
es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage.ComparisonResult

Packages that use ComparisonResult
ConfigSnapshot   
es.iac.ing.iConfigSnapshot   
es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage   
 

Uses of ComparisonResult in ConfigSnapshot
 

Methods in ConfigSnapshot that return ComparisonResult
 ComparisonResult ConfigSnapshot.performSnapShotComparison()
          Forms a part of the IDL ConfigSnapshot interface and will result in the application verifying if the current instrument configuration differs from the previous instrument configuration which is held in the database.
 

Uses of ComparisonResult in es.iac.ing.iConfigSnapshot
 

Methods in es.iac.ing.iConfigSnapshot that return ComparisonResult
 ComparisonResult ConfigSnapshotOperations.performSnapShotComparison()
           
 ComparisonResult ConfigSnapshotPOATie.performSnapShotComparison()
           
 ComparisonResult _ConfigSnapshotStub.performSnapShotComparison()
           
 

Uses of ComparisonResult in es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage
 

Fields in es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage declared as ComparisonResult
 ComparisonResult ComparisonResultHolder.value
           
 

Methods in es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage that return ComparisonResult
static ComparisonResult ComparisonResultHelper.extract(org.omg.CORBA.Any any)
           
static ComparisonResult ComparisonResultHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage with parameters of type ComparisonResult
static void ComparisonResultHelper.insert(org.omg.CORBA.Any any, ComparisonResult s)
           
static void ComparisonResultHelper.write(org.omg.CORBA.portable.OutputStream out, ComparisonResult s)
           
 

Constructors in es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage with parameters of type ComparisonResult
ComparisonResultHolder(ComparisonResult initial)