|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.locomotive.loco.store.StoreFactory
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 |
public StoreFactory()
Method Detail |
public static SessionStore createSessionStore()
public static UserStore createUserStore()
public static BStampStore createBStampStore()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |