Uses of Class
org.egothor.listener.GlobalPosition

Packages that use GlobalPosition
org.egothor.dir This package defines objects of distributed IR layer. 
org.egothor.listener   
org.egothor.slotter This package is responsible for management of arrays of DynStruct objects. 
 

Uses of GlobalPosition in org.egothor.dir
 

Subclasses of GlobalPosition in org.egothor.dir
 class GlobalPositionWithTS
          Global positions with timestamp of last operation.
 

Methods in org.egothor.dir with parameters of type GlobalPosition
protected  boolean TankerImpl.removeDoc(GlobalPosition position)
           
 

Uses of GlobalPosition in org.egothor.listener
 

Methods in org.egothor.listener that return types with arguments of type GlobalPosition
 SequenceWithClose<GlobalPosition> ListenSlotMap.readGSL()
           
 SequenceWithClose<GlobalPosition> TransactionListener.readGSL()
           
 

Uses of GlobalPosition in org.egothor.slotter
 

Methods in org.egothor.slotter that return types with arguments of type GlobalPosition
 SequenceWithClose<GlobalPosition> TransactionLog.getLog()
           
 

Constructor parameters in org.egothor.slotter with type arguments of type GlobalPosition
TransactionLog(int id, SequenceWithClose<GlobalPosition> log)