Uses of Class
org.apache.qpid.server.virtualhost.HouseKeepingTask

Packages that use HouseKeepingTask
org.apache.qpid.server.virtualhost   
org.apache.qpid.server.virtualhost.plugins   
 

Uses of HouseKeepingTask in org.apache.qpid.server.virtualhost
 

Methods in org.apache.qpid.server.virtualhost with parameters of type HouseKeepingTask
 void VirtualHost.scheduleHouseKeepingTask(long period, HouseKeepingTask task)
           
 void VirtualHostImpl.scheduleHouseKeepingTask(long period, HouseKeepingTask task)
          Allow other broker components to register a HouseKeepingTask
 

Uses of HouseKeepingTask in org.apache.qpid.server.virtualhost.plugins
 

Subclasses of HouseKeepingTask in org.apache.qpid.server.virtualhost.plugins
 class SlowConsumerDetection
           
 class VirtualHostHouseKeepingPlugin
           
 



Licensed to the Apache Software Foundation