org.opensolaris.opengrok.management
Class TimerFilter

java.lang.Object
  extended by org.opensolaris.opengrok.management.TimerFilter
All Implemented Interfaces:
java.io.Serializable, javax.management.NotificationFilter

public class TimerFilter
extends java.lang.Object
implements javax.management.NotificationFilter

See Also:
Serialized Form

Constructor Summary
TimerFilter(java.lang.Integer id)
          Creates a new instance of TimerFilter
 
Method Summary
 boolean isNotificationEnabled(javax.management.Notification n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerFilter

public TimerFilter(java.lang.Integer id)
Creates a new instance of TimerFilter

Method Detail

isNotificationEnabled

public boolean isNotificationEnabled(javax.management.Notification n)
Specified by:
isNotificationEnabled in interface javax.management.NotificationFilter