org.quartz
Interface Matcher<T extends Key>

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AndMatcher, EverythingMatcher, GroupMatcher, KeyMatcher, NameMatcher, NotMatcher, OrMatcher, StringMatcher

public interface Matcher<T extends Key>
extends java.io.Serializable

Matchers can be used in various Scheduler API methods to select the entities that should be operated upon.

Since:
2.0
Author:
jhouse

Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 boolean isMatch(T key)
           
 

Method Detail

isMatch

boolean isMatch(T key)

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright 2001-2019, Terracotta, Inc.