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

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

Uses of UnableToPerformComparison in ConfigSnapshot
 

Methods in ConfigSnapshot that throw UnableToPerformComparison
 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.
 java.lang.String ConfigSnapshot.performSnapShotComparisonWithHTMLResponse()
          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 UnableToPerformComparison in es.iac.ing.iConfigSnapshot
 

Methods in es.iac.ing.iConfigSnapshot that throw UnableToPerformComparison
 ComparisonResult ConfigSnapshotOperations.performSnapShotComparison()
           
 ComparisonResult ConfigSnapshotPOATie.performSnapShotComparison()
           
 ComparisonResult _ConfigSnapshotStub.performSnapShotComparison()
           
 java.lang.String ConfigSnapshotOperations.performSnapShotComparisonWithHTMLResponse()
           
 java.lang.String ConfigSnapshotPOATie.performSnapShotComparisonWithHTMLResponse()
           
 java.lang.String _ConfigSnapshotStub.performSnapShotComparisonWithHTMLResponse()
           
 

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

Fields in es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage declared as UnableToPerformComparison
 UnableToPerformComparison UnableToPerformComparisonHolder.value
           
 

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

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

Constructors in es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage with parameters of type UnableToPerformComparison
UnableToPerformComparisonHolder(UnableToPerformComparison initial)