de.kosi.util
Class NoDistributedListFilter

java.lang.Object
  |
  +--de.kosi.util.NoDistributedListFilter
All Implemented Interfaces:
DistributedListFilter, java.io.Serializable

public class NoDistributedListFilter
extends java.lang.Object
implements DistributedListFilter

This is no DistributedListFilter. It returns false for every call to filter. This way no entry to a list is filtered.

ChangeLog:

 $Log: NoDistributedListFilter.java,v $
 Revision 1.3  2001/05/22 20:24:40  jiriki
 Made source more conformant to Coding Conventions.

 Revision 1.2  2001/05/22 10:16:03  jiriki
 - Removed old unused Client class
 - Removed unused import statements.

 Revision 1.1.1.1  2001/04/29 18:05:19  jiriki
 Imported sources from zola.

 Revision 1.2  2001/03/18 17:32:04  wombat
 Changed database concept

 Revision 1.1  2001/02/19 23:21:45  wombat
 Added SSL Support, Implement DistributedListFilter

 

Version:
$Revision: 1.3 $ ($Date: 2001/05/22 20:24:40 $)
Author:
Jan-Ole Janssen, Timo Sticher, Niklas Mehner
See Also:
Serialized Form

Constructor Summary
NoDistributedListFilter()
          Creates a new filter.
 
Method Summary
 boolean filter(java.lang.Object obj)
          Returns if this object should be filtered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoDistributedListFilter

public NoDistributedListFilter()
Creates a new filter.
Method Detail

filter

public boolean filter(java.lang.Object obj)
Returns if this object should be filtered.
Specified by:
filter in interface DistributedListFilter
Parameters:
obj - Object that might be filtered.
Returns:
false.