
public class XMLDAOFactory extends DAOFactory
| Constructor and Description |
|---|
XMLDAOFactory() |
| Modifier and Type | Method and Description |
|---|---|
BusinessDAO |
getBusinessDAO(boolean isCacheable)
Return a BusinessDAO
|
HostDAO |
getHostDAO(boolean isCacheable)
Return a HostDAO
|
LimitDAO |
getLimitDAO(boolean isCacheable)
Return a LimitDAO
|
String |
getLimitRequest(String request,
int limit,
int offset) |
MultipleMonitorDAO |
getMultipleMonitorDAO(boolean isCacheable)
Return a MultipleMonitorDAO
|
RuleDAO |
getRuleDAO(boolean isCacheable)
Return a RuleDAO
|
TransferDAO |
getTransferDAO()
Return a TransferDAO
|
closeDAO, getDocumentBuilderFactory, getInstance, getMaxConnections, initialize, initialize, setInstanceTestOnlypublic BusinessDAO getBusinessDAO(boolean isCacheable)
DAOFactorygetBusinessDAO in class DAOFactorypublic HostDAO getHostDAO(boolean isCacheable)
DAOFactorygetHostDAO in class DAOFactorypublic LimitDAO getLimitDAO(boolean isCacheable) throws DAOConnectionException
DAOFactorygetLimitDAO in class DAOFactoryDAOConnectionException - if cannot create the DAOpublic MultipleMonitorDAO getMultipleMonitorDAO(boolean isCacheable) throws DAOConnectionException
DAOFactorygetMultipleMonitorDAO in class DAOFactoryDAOConnectionException - if cannot create the DAOpublic RuleDAO getRuleDAO(boolean isCacheable)
DAOFactorygetRuleDAO in class DAOFactorypublic TransferDAO getTransferDAO()
DAOFactorygetTransferDAO in class DAOFactorypublic String getLimitRequest(String request, int limit, int offset)
getLimitRequest in class DAOFactoryCopyright © 2009–2022 Waarp. All rights reserved.