|
jSyncManager Simple Java Server | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jSyncManager.SJS.Adapters.SMTPServer.Config.DAOFactory
public abstract class DAOFactory
Data Access Object Factory that encapsulates the underlying implementation details for a given method of data storage. Currently supports XML storage only.
Field Summary | |
---|---|
static java.lang.Class |
DEFAULT
Default DAO implementation to use |
Constructor Summary | |
---|---|
DAOFactory()
|
Method Summary | |
---|---|
abstract ConfigDAO |
getConfigDAO()
Getter method to return the configDAO |
static DAOFactory |
instance(java.lang.Class<?> factory)
Creating the DAOFactory instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class DEFAULT
Constructor Detail |
---|
public DAOFactory()
Method Detail |
---|
public static DAOFactory instance(java.lang.Class<?> factory)
factory
- parameter value
public abstract ConfigDAO getConfigDAO()
|
jSyncManager Simple Java Server | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |