Package org.openbravo.dal.service
Class DataPoolChecker
- java.lang.Object
-
- org.openbravo.dal.service.DataPoolChecker
-
- All Implemented Interfaces:
OBProvidable
,OBSingleton
public class DataPoolChecker extends Object implements OBSingleton
Helper class used to determine if the read-only pool should be used to retrieve data according to the data pool configuration
-
-
Constructor Summary
Constructors Constructor Description DataPoolChecker()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataPoolChecker
getInstance()
void
refreshDataPoolProcesses()
Reload from DB the database pool configurations to be used on each case
-
-
-
Method Detail
-
getInstance
public static DataPoolChecker getInstance()
-
refreshDataPoolProcesses
public void refreshDataPoolProcesses()
Reload from DB the database pool configurations to be used on each case
-
-