|
PreCache NetInjector Documentation Center : PreCache NetInjector API Reference Java Classes |
|
|
|
SimpleFilter filters for testing expressions A SimpleFilter object stores an attribute filter expression based on attribute, name, operator, and operand. SimpleFilter performs a simple expression test and returns a Boolean containing the value of an attribute. Hierarchy java.lang.Object --> com.precache.event. Filter --> com.precache.event.SimpleFilter Methods SimpleFilter inherits clone, equals, getClass, hashCode, notify, notifyAll, and wait from class java.lang.Object toString public string toString() Converts the filtered object to a string representation. finalize public void finalize() Frees up resources associated with this object. match public boolean match(Notification n) Verifies whether a Notification matches the SimpleFilter object.
clone public SimpleFilter clone() Constructs a clone of the SimpleFilter object.
|
|