Download Sensormatic View Manager 96 Console Installation guide
Transcript
BandPass Filter The BandPass filter is used to select a subset of events that match the specified event source's identity. If an event matches, the Event object is passed to the listeners of the filter, otherwise the Event object is dropped. An event source identity matches if any of the following conditions are true: ■ An EPC identifier property has been specified in the configuration for this filter and the event source is an identifier that matches exactly the specified EPC identifier. ■ An EPC String has been specified in the configuration for this filter and the event source is a String that matches exactly the specified EPC String ■ A Mask property has been specified in the configuration for this filter and the event source is an identifier that matches the specified Mask’s identity URI pattern. TABLE B-4 BandPass Filter Properties Property Name Description classname com.sun.autoid.filter.BandPass LogLevel Defines a set of standard logging levels that can be used to control logging output. Possible values are: • SEVERE (highest value) • WARNING • INFO • CONFIG • FINE • FINER • FINEST (lowest value) Mask An identity URI pattern used for matching. See TABLE B-3 for examples. EPC An EPC identifier URI or a String for the matching ID. If EPC is an identifier URI, then the match is successful only if the event’s source is an identifires that matches the value of this EPC property. If the EPC property is not an identifier URI, then it is treated as a String and the event’s source must be a String that matches the EPC value Appendix B RFID Event Manager Component Reference 171
Related documents