public class XMLDAOFactory extends DAOFactory
Constructor and Description |
---|
XMLDAOFactory() |
Modifier and Type | Method and Description |
---|---|
BusinessDAO |
getBusinessDAO()
Return a BusinessDAO
|
HostDAO |
getHostDAO()
Return a HostDAO
|
LimitDAO |
getLimitDAO()
Return a LimitDAO
|
MultipleMonitorDAO |
getMultipleMonitorDAO()
Return a MultipleMonitorDAO
|
RuleDAO |
getRuleDAO()
Return a RuleDAO
|
TransferDAO |
getTransferDAO()
Return a TransferDAO
|
closeDAO, getDocumentBuilderFactory, getInstance, getMaxConnections, initialize, initialize
public BusinessDAO getBusinessDAO() throws DAOConnectionException
DAOFactory
getBusinessDAO
in class DAOFactory
DAOConnectionException
- if cannot create the DAOpublic HostDAO getHostDAO() throws DAOConnectionException
DAOFactory
getHostDAO
in class DAOFactory
DAOConnectionException
- if cannot create the DAOpublic LimitDAO getLimitDAO() throws DAOConnectionException
DAOFactory
getLimitDAO
in class DAOFactory
DAOConnectionException
- if cannot create the DAOpublic MultipleMonitorDAO getMultipleMonitorDAO() throws DAOConnectionException
DAOFactory
getMultipleMonitorDAO
in class DAOFactory
DAOConnectionException
- if cannot create the DAOpublic RuleDAO getRuleDAO() throws DAOConnectionException
DAOFactory
getRuleDAO
in class DAOFactory
DAOConnectionException
- if cannot create the DAOpublic TransferDAO getTransferDAO() throws DAOConnectionException
DAOFactory
getTransferDAO
in class DAOFactory
DAOConnectionException
- if cannot create the DAOCopyright © 2009–2020 Waarp. All rights reserved.