java.lang.Objectorg.objectweb.telosys.dal.TelosysDAL
Constructor Summary | |
TelosysDAL()
|
Method Summary | |
static DAOProvider |
getDAOProvider()
Return the DAO provider |
static java.lang.String |
getDbConfig()
Returns the config file name used for initialization |
static boolean |
init()
Telosys DAL initialization with the Telosys properties |
static boolean |
init(java.lang.String sDbConfigFileName)
Telosys-DAL initialization from the given config file name (method to init Telosys-DAL without full Telosys environment) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TelosysDAL()
Method Detail |
public static boolean init()
public static boolean init(java.lang.String sDbConfigFileName)
sDbConfigFileName
- the full path for the configuration file ( 'dbconfig.xml' )
public static java.lang.String getDbConfig()
public static DAOProvider getDAOProvider()