public class CdbTxId extends Object
Cdb.getTxId() method. Represents the
 last known transaction that CDB did. This can be used to compare states for a
 managed object. If configuration needs to be re-read or not, in case of
 restarts.| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object anObject)
Compares this CdbTxId to the specified object. 
 | 
String | 
getNode()
Get the host node; 
 | 
int | 
getS1()
Get the s1 part of timestamp 
 | 
int | 
getS2()
Get the s2 part of timestamp 
 | 
int | 
getS3()
Get the s3 part of timestamp 
 | 
int | 
hashCode()  | 
String | 
toString()
Return a string representation of this object. 
 | 
public String getNode()
public int getS1()
public int getS2()
public int getS3()
public boolean equals(Object anObject)