|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectariba.util.core.ComponentChecksum
public abstract class ComponentChecksum
The abstract class to support checking the that the runtime configuration of components are consistent within a cluster.
| Constructor Summary | |
|---|---|
ComponentChecksum()
|
|
ComponentChecksum(String name)
|
|
| Method Summary | |
|---|---|
boolean |
compareChecksum(byte[] otherChecksum)
compare the current checksum with another one. |
abstract byte[] |
getChecksum()
Return the checksum of the component. |
String |
getName()
Return the name of the component |
static List |
makeListOfBytes(byte[] b)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentChecksum(String name)
public ComponentChecksum()
| Method Detail |
|---|
public String getName()
public abstract byte[] getChecksum()
public boolean compareChecksum(byte[] otherChecksum)
otherChecksum - checksum to compare
public static List makeListOfBytes(byte[] b)
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||