org.locomotive.loco.store.bstamp
Class BStampStore

java.lang.Object
  |
  +--org.locomotive.loco.store.bstamp.BStampStore
Direct Known Subclasses:
BStampStoreJdbc

public abstract class BStampStore
extends java.lang.Object


Constructor Summary
BStampStore()
           
 
Method Summary
abstract  long getNextBrowserStampID(java.sql.Connection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BStampStore

public BStampStore()
Method Detail

getNextBrowserStampID

public abstract long getNextBrowserStampID(java.sql.Connection conn)
                                    throws java.sql.SQLException