org.locomotive.loco.store
Class StoreFactory

java.lang.Object
  |
  +--org.locomotive.loco.store.StoreFactory

public class StoreFactory
extends java.lang.Object

This is a new factory to construct instances of UserStore, SessionStore and BStampStore for the current persistant store Written by David Warnock


Constructor Summary
StoreFactory()
           
 
Method Summary
static BStampStore createBStampStore()
           
static SessionStore createSessionStore()
           
static UserStore createUserStore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreFactory

public StoreFactory()
Method Detail

createSessionStore

public static SessionStore createSessionStore()

createUserStore

public static UserStore createUserStore()

createBStampStore

public static BStampStore createBStampStore()