|
PreCache NetInjector Documentation Center : PreCache NetInjector API Reference Java Classes |
|
|
|
AndFilter a conjunction of attribute filter expressions AndFilter objects facilitate notification filtering by conjunctive expressions. Hierarchy java.lang.Object --> com.precache.event. Filter --> com.precache.event. CompoundFilter --> com.precache.event.AndFilter Constructors AndFilter by ChannelInfo public AndFilter( ChannelInfo c) Constructs an AndFilter object and associates it with a ChannelInfo object, providing access to a channel's attributes and validation against the associated channel's configuration. AndFilter by Proxy public AndFilter( Proxy p) Constructs an AndFilter object and associates it with a Proxy object, providing access to a channel's attributes and validation against the associated channel's configuration. Methods AndFilter inherits add, getFilters, remove, reset, and toString from class com.precache.event. CompoundFilter. AndFilter inherits clone, equals, getClass, hashCode, notify, notifyAll, and wait from class java.lang.Object. finalize public void finalize() Frees up resources associated with this object. match public boolean match( Notification n) Verifies whether a notification type matches the AndFilter object.
clone public Filter clone() Constructs a clone of the AndFilter object. |
|