List of usage examples for javax.management NotificationFilter interface-usage
From source file org.cipango.callflow.CallflowNotificationFilter.java
public class CallflowNotificationFilter implements NotificationFilter { private static final Logger LOG = Log.getLogger(CallflowNotificationFilter.class); private String _filter; public CallflowNotificationFilter(String filter) {
From source file org.helios.netty.jmx.MetricProvider.java
/**
* <p>Title: MetricProvider</p>
* <p>Description: Interface to be implemented by MBeans providing metrics to be delivered to the client</p>
* <p>Company: Helios Development Group LLC</p>
* @author Whitehead (nwhitehead AT heliosdev DOT org)
* <p><code>org.helios.netty.jmx.MetricProvider</code></p>
From source file org.apache.geode.admin.jmx.internal.AgentImpl.java
/**
* Filters out the notifications of the type JMXConnectionNotification.OPENED,
* JMXConnectionNotification.CLOSED and JMXConnectionNotification.FAILED.
*
* @since GemFire 6.0
*/