org.codehaus.wadi.impl
Class AbstractEvicter
java.lang.Object
org.codehaus.wadi.impl.AbstractEvicter
- All Implemented Interfaces:
- Evicter, Lifecycle
- Direct Known Subclasses:
- AbstractBestEffortEvicter, AbstractStrictEvicter, DummyEvicter
- public abstract class AbstractEvicter
- extends Object
- implements Evicter
Abstract base for Evicters.
- Version:
- $Revision: 1139 $
- Author:
- Jules Gosnell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEvicter
public AbstractEvicter()
init
public void init(EvicterConfig config)
- Specified by:
init
in interface Evicter
destroy
public void destroy()
- Specified by:
destroy
in interface Evicter
start
public void start()
throws Exception
- Specified by:
start
in interface Lifecycle
- Throws:
Exception
stop
public void stop()
throws Exception
- Specified by:
stop
in interface Lifecycle
- Throws:
Exception
Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.