public class Pattern
extends java.lang.Object
Notification
s.
A Pattern
is a sequence of Filter
s,
matched by a sequence of notifications, each one matching the
corresponding filter in the Pattern
. For example a pattern [file = "hosts"]; [file = "passwd"] is matched by two events e1 and e2 such that e1 matches filter [file = "hosts"], and e1 is followed by e2, and e2 matches filter [file = "passwd"].
AttributeConstraint
,
Filter
,
Notification
Copyright © 2005-2011 Antonio Carzaniga.
This documentation is maintained by Antonio Carzaniga