org.locomotive.loco.store.bstamp
Class BStampStoreJdbcSolid

java.lang.Object
  |
  +--org.locomotive.loco.store.bstamp.BStampStore
        |
        +--org.locomotive.loco.store.bstamp.BStampStoreJdbc
              |
              +--org.locomotive.loco.store.bstamp.BStampStoreJdbcSolid

public class BStampStoreJdbcSolid
extends BStampStoreJdbc


Constructor Summary
BStampStoreJdbcSolid()
           
 
Method Summary
 long getNextBrowserStampID(java.sql.Connection conn)
           
 
Methods inherited from class org.locomotive.loco.store.bstamp.BStampStoreJdbc
getNextBStampId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BStampStoreJdbcSolid

public BStampStoreJdbcSolid()
Method Detail

getNextBrowserStampID

public long getNextBrowserStampID(java.sql.Connection conn)
                           throws java.sql.SQLException
Overrides:
getNextBrowserStampID in class BStampStoreJdbc