net.sf.farrago.db
Class FarragoDbSession.SessionLabel

java.lang.Object
  extended by net.sf.farrago.db.FarragoDbSession.SessionLabel
Enclosing class:
FarragoDbSession

private static class FarragoDbSession.SessionLabel
extends Object


Field Summary
(package private)  Long csn
           
(package private)  String timestamp
           
 
Constructor Summary
FarragoDbSession.SessionLabel(Long csn, String timestamp)
           
 
Method Summary
(package private)  Long getCommitSequenceNumber()
           
(package private)  String getCreationTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

csn

Long csn

timestamp

String timestamp
Constructor Detail

FarragoDbSession.SessionLabel

FarragoDbSession.SessionLabel(Long csn,
                              String timestamp)
Method Detail

getCommitSequenceNumber

Long getCommitSequenceNumber()

getCreationTimestamp

String getCreationTimestamp()