Implement getFixedRate() and add fixed-rate notification inTimerMBean, as of 
JMX1.2
-----------------------------------------------------------------------------------

         Key: JBJMX-87
         URL: http://jira.jboss.com/jira/browse/JBJMX-87
     Project: JBoss JMX
        Type: Feature Request
    Versions: JBossAS-4.0.0    
 Environment: (jmx) javax.management.timer.Timer
    Reporter: Dimitris Andreadis
    Priority: Minor


   public Integer addNotification(String type, String message, Object userData, 
Date date, long period, long nbOccurences, boolean fixedRate) throws 
IllegalArgumentException
   {
      // [todo] implement addNotification
      throw new RuntimeException("NYI");
   }

   public Boolean getFixedRate(Integer id)
   {
      //[todo] implement getFixedRate
      throw new RuntimeException("NYI");
   }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to