vishnu.persistence.ids
Class PropertyIdAssigner

java.lang.Object
  extended by vishnu.persistence.ids.PropertyIdAssigner
All Implemented Interfaces:
IdAssigner

public class PropertyIdAssigner
extends java.lang.Object
implements IdAssigner

Author:
Mariano
 

Method Summary
 long getFreeId()
           
static IdAssigner getInstance()
           
 void resetIds()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static IdAssigner getInstance()

getFreeId

public long getFreeId()
Specified by:
getFreeId in interface IdAssigner

resetIds

public void resetIds()
Specified by:
resetIds in interface IdAssigner

stop

public void stop()
Specified by:
stop in interface IdAssigner