public class AlertSelector extends Object implements MessageFilter
| Constructor and Description |
|---|
AlertSelector() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of the filters created by this factory.
|
String |
getPath()
Returns the path of the filters created by this factory.
|
FilteredMessage |
test(FilteredMessage filteredMessage)
Applies this filter to the given message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getParameters, setParametersgetNamepublic String getPath()
MessageFilterFactorygetPath in interface MessageFiltergetPath in interface MessageFilterFactorypublic String getDescription()
MessageFilterFactorygetDescription in interface MessageFilterFactorypublic FilteredMessage test(FilteredMessage filteredMessage)
MessageFiltertest in interface MessageFilterfilteredMessage - The message to be filtered.null otherwise.Copyright © 2018 LSST. All rights reserved.