org.jSyncManager.SJS.Adapters.SMTPServer.Config
Interface GenericDAO<T,ID extends java.io.Serializable>
- Type Parameters:
T
- parameter valueID
- parameter value
- All Known Subinterfaces:
- ConfigDAO
- All Known Implementing Classes:
- ConfigDAOXML, GenericXMLDAO
public interface GenericDAO<T,ID extends java.io.Serializable>
Implement this interface to provide a particular implementation
of a DAO object. This interface provides a generic set of methods.
- Version:
- $Revision$
- Author:
- $author$
Method Summary |
T |
loadConfig(java.lang.String configFile)
Loads the configuration from a file. |
loadConfig
T loadConfig(java.lang.String configFile)
- Loads the configuration from a file.
- Parameters:
configFile
- parameter value
- Returns:
- returned
Copyright (c) 2004 Brad BARCLAY. All Rights Reserved.