ch.systemsx.cisd.openbis.dss.generic.shared.utils
Class PathInfoDataSourceProvider

java.lang.Object
  extended by ch.systemsx.cisd.openbis.dss.generic.shared.utils.PathInfoDataSourceProvider

public class PathInfoDataSourceProvider
extends java.lang.Object

Helper method for providing data source to pathinfo database.


Field Summary
static java.lang.String DATA_SOURCE_NAME
           
 
Constructor Summary
PathInfoDataSourceProvider()
           
 
Method Summary
static javax.sql.DataSource getDataSource()
           
static boolean isDataSourceDefined()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA_SOURCE_NAME

public static final java.lang.String DATA_SOURCE_NAME
See Also:
Constant Field Values
Constructor Detail

PathInfoDataSourceProvider

public PathInfoDataSourceProvider()
Method Detail

getDataSource

public static javax.sql.DataSource getDataSource()

isDataSourceDefined

public static boolean isDataSourceDefined()