net.java.dev.moskito.core.registry.filters
Class AllThroughFilter

java.lang.Object
  extended by net.java.dev.moskito.core.registry.filters.AllThroughFilter
All Implemented Interfaces:
IProducerFilter

public class AllThroughFilter
extends Object
implements IProducerFilter


Constructor Summary
AllThroughFilter()
           
 
Method Summary
 boolean doesFit(IStatsProducer producer)
          Called by ProducerRegistryAPI for each stored producer in order to determine whether the producer should be included in the result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllThroughFilter

public AllThroughFilter()
Method Detail

doesFit

public boolean doesFit(IStatsProducer producer)
Description copied from interface: IProducerFilter
Called by ProducerRegistryAPI for each stored producer in order to determine whether the producer should be included in the result.

Specified by:
doesFit in interface IProducerFilter
Parameters:
producer - the producer in question.
Returns:
true if the producer fits the filter criteria, false otherwise.


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework