jSyncManager Simple Java Server

org.jSyncManager.SJS.Adapters.SMTPServer.Config
Interface GenericDAO<T,ID extends java.io.Serializable>

Type Parameters:
T - parameter value
ID - 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.
 

Method Detail

loadConfig

T loadConfig(java.lang.String configFile)
Loads the configuration from a file.

Parameters:
configFile - parameter value
Returns:
returned

jSyncManager Simple Java Server

Copyright (c) 2004 Brad BARCLAY. All Rights Reserved.