|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mlw.fps.model.business.dao.DAOFactory
Constructor Summary | |
DAOFactory()
Creates a new instance of ManagerFactory |
Method Summary | |
static java.lang.Object |
getDAO(java.lang.String name)
|
static javax.sql.DataSource |
getDataSource()
Getter for property dataSource. |
static void |
init()
|
static boolean |
isInitialized()
Getter for property initialized. |
static void |
setConfig(java.lang.String config)
Setter for property config. |
static void |
setDataSource(javax.sql.DataSource data)
Setter for property dataSource. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DAOFactory()
Method Detail |
public static java.lang.Object getDAO(java.lang.String name)
public static void setConfig(java.lang.String config)
config
- New value of property config.public static void init() throws java.lang.Exception
java.lang.Exception
public static boolean isInitialized()
public static javax.sql.DataSource getDataSource()
public static void setDataSource(javax.sql.DataSource data)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |