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, setInstanceTestOnly
public BusinessDAO getBusinessDAO(boolean isCacheable)
DAOFactory
getBusinessDAO
in class DAOFactory
public HostDAO getHostDAO(boolean isCacheable)
DAOFactory
getHostDAO
in class DAOFactory
public LimitDAO getLimitDAO(boolean isCacheable) throws DAOConnectionException
DAOFactory
getLimitDAO
in class DAOFactory
DAOConnectionException
- if cannot create the DAOpublic MultipleMonitorDAO getMultipleMonitorDAO(boolean isCacheable) throws DAOConnectionException
DAOFactory
getMultipleMonitorDAO
in class DAOFactory
DAOConnectionException
- if cannot create the DAOpublic RuleDAO getRuleDAO(boolean isCacheable)
DAOFactory
getRuleDAO
in class DAOFactory
public TransferDAO getTransferDAO()
DAOFactory
getTransferDAO
in class DAOFactory
public String getLimitRequest(String request, int limit, int offset)
getLimitRequest
in class DAOFactory
Copyright © 2009–2022 Waarp. All rights reserved.