org.apache.qpid.server.virtualhost.plugins
Interface VirtualHostPlugin

All Superinterfaces:
Plugin, Runnable
All Known Implementing Classes:
SlowConsumerDetection, VirtualHostHouseKeepingPlugin

public interface VirtualHostPlugin
extends Runnable, Plugin


Method Summary
 long getDelay()
          Long value representing the delay between repeats
 TimeUnit getTimeUnit()
          Option to specify what the delay value represents
 
Methods inherited from interface java.lang.Runnable
run
 
Methods inherited from interface org.apache.qpid.server.plugins.Plugin
configure
 

Method Detail

getDelay

long getDelay()
Long value representing the delay between repeats

Returns:

getTimeUnit

TimeUnit getTimeUnit()
Option to specify what the delay value represents

Returns:
See Also:
for valid value.


Licensed to the Apache Software Foundation