Storage.java
上传用户:qing5858
上传日期:2015-10-27
资源大小:6056k
文件大小:0k
- package net.javacoding.jspider.core.storage;
- import net.javacoding.jspider.api.model.Summary;
- /**
- *
- * $Id: Storage.java,v 1.17 2003/04/11 16:37:05 vanrogu Exp $
- *
- * @author G黱ther Van Roey
- */
- public interface Storage {
- public SiteDAO getSiteDAO ( );
- public ResourceDAO getResourceDAO ( );
- public DecisionDAO getDecisionDAO ( );
- public CookieDAO getCookieDAO ( );
- public EMailAddressDAO getEMailAddressDAO ( );
- public Summary getSummary ( );
- }