org.egothor.dir
Class GlobalPositionWithTS

java.lang.Object
  extended by org.egothor.listener.GlobalPosition
      extended by org.egothor.dir.GlobalPositionWithTS

public class GlobalPositionWithTS
extends GlobalPosition

Global positions with timestamp of last operation.

Author:
Jakub Podhorny

Field Summary
 long localTS
           
 
Fields inherited from class org.egothor.listener.GlobalPosition
gid, lid, slot
 
Constructor Summary
GlobalPositionWithTS()
           
GlobalPositionWithTS(long gid, int slot, long lid, long localTS)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localTS

public long localTS
Constructor Detail

GlobalPositionWithTS

public GlobalPositionWithTS()

GlobalPositionWithTS

public GlobalPositionWithTS(long gid,
                            int slot,
                            long lid,
                            long localTS)