org.apache.qpid.server.virtualhost
Class HouseKeepingTask
java.lang.Object
org.apache.qpid.server.virtualhost.HouseKeepingTask
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- VirtualHostHouseKeepingPlugin
public abstract class HouseKeepingTask
- extends Object
- implements Runnable
Field Summary |
(package private) org.apache.log4j.Logger |
_logger
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_logger
org.apache.log4j.Logger _logger
HouseKeepingTask
public HouseKeepingTask(VirtualHost vhost)
run
public final void run()
- Specified by:
run
in interface Runnable
getVirtualHost
public VirtualHost getVirtualHost()
execute
public abstract void execute()
- Execute the plugin.
Licensed to the Apache Software Foundation