de.kosi.util
Interface StaticDistributedListFilter

All Superinterfaces:
DistributedListFilter, java.io.Serializable

public interface StaticDistributedListFilter
extends DistributedListFilter

Interface for a DistributedListFilter that is not dependend on the state of the filtered objects. This means that when a object changes, the result of the filter does not. For example a buddy list filter is a static filter, because the username of users does not change, while an online user filter is not static, because the online state of the users might change. When possible, a static filter should be used, because it allows a more efficient handling in the DistributedListImpl.

ChangeLog:

 $Log: StaticDistributedListFilter.java,v $
 Revision 1.2  2001/06/27 19:09:18  jiriki
 Resolved minor bugs. Updated docs.

 Revision 1.1  2001/06/12 17:14:33  jiriki
 - Reimplemented DistributedList to make filters working
 - Made ServertestCase working.

 

Version:
$Revision: 1.2 $ ($Date: 2001/06/27 19:09:18 $)
Author:
Jan-Ole Janssen, Niklas Mehner, Time Sticher

Methods inherited from interface de.kosi.util.DistributedListFilter
filter