Package org.apache.camel.component.jmx
Class JMXConsumerNotificationFilter
- java.lang.Object
-
- javax.management.AttributeChangeNotificationFilter
-
- org.apache.camel.component.jmx.JMXConsumerNotificationFilter
-
- All Implemented Interfaces:
Serializable,NotificationFilter
public class JMXConsumerNotificationFilter extends AttributeChangeNotificationFilter
NotificationFilterthat observes an attribute and optionally matches when the new value matches a string.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JMXConsumerNotificationFilter(String observedAttribute, String stringToCompare, boolean notifyMatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNotificationEnabled(Notification notification)-
Methods inherited from class javax.management.AttributeChangeNotificationFilter
disableAllAttributes, disableAttribute, enableAttribute, getEnabledAttributes
-
-
-
-
Method Detail
-
isNotificationEnabled
public boolean isNotificationEnabled(Notification notification)
- Specified by:
isNotificationEnabledin interfaceNotificationFilter- Overrides:
isNotificationEnabledin classAttributeChangeNotificationFilter
-
-