/***************************************************************************** * * Copyright (C) Zenoss, Inc. 2010, all rights reserved. * * This content is made available according to terms specified in * License.zenoss under the directory where your Zenoss product is installed. * ****************************************************************************/ package org.zenoss.zep.dao; /** * DAO which provides an interface to the event archive. */ public interface EventArchiveDao extends EventSummaryBaseDao, Partitionable { }