es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage
Class ComparisonResult
java.lang.Object
es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage.ComparisonResult
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class ComparisonResult
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Generated from IDL definition of struct "ComparisonResult"
- Author:
- JacORB IDL compiler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Comparisons
public FailedComparison[] Comparisons
ErrorMessage
public java.lang.String ErrorMessage
ComparisonsFailed
public boolean ComparisonsFailed
TimeOfLastSnapShot
public java.lang.String TimeOfLastSnapShot
ComparisonResult
public ComparisonResult()
ComparisonResult
public ComparisonResult(FailedComparison[] Comparisons,
java.lang.String ErrorMessage,
boolean ComparisonsFailed,
java.lang.String TimeOfLastSnapShot)