org.activecluster.group
Interface NodeFilter
- All Known Implementing Classes:
- MasterZoneFilter
- public interface NodeFilter
Represents a filter on a Node to allow a pluggable
Strategy Pattern to decide which nodes can be master nodes etc.
- Version:
- $Revision: 1.1 $
Method Summary |
boolean |
evaluate(Node node)
Returns true if the given node matches the filter |
evaluate
public boolean evaluate(Node node)
- Returns true if the given node matches the filter
Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.