[jboss-jira] [JBoss JIRA] Closed: (JBAS-1705) Implement getFixedRate() and add fixed-rate notification inTimerMBean, as of JMX1.2
Dimitris Andreadis (JIRA)
jira-events at jboss.com
Fri Jul 14 12:01:11 EDT 2006
[ http://jira.jboss.com/jira/browse/JBAS-1705?page=all ]
Dimitris Andreadis closed JBAS-1705.
------------------------------------
Fix Version/s: JBossAS-5.0.0.Beta
Resolution: Done
Assignee: Dimitris Andreadis
Essentially done as part of JBAS-3281
> Implement getFixedRate() and add fixed-rate notification inTimerMBean, as of JMX1.2
> -----------------------------------------------------------------------------------
>
> Key: JBAS-1705
> URL: http://jira.jboss.com/jira/browse/JBAS-1705
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JMX
> Affects Versions: JBossAS-4.0.1 Final, JBossAS-4.0.1 SP1, JBossAS-4.0.2RC1
> Environment: (jmx) javax.management.timer.Timer
> Reporter: Dimitris Andreadis
> Assigned To: Dimitris Andreadis
> Priority: Minor
> Fix For: JBossAS-5.0.0.Beta, JBossAS-4.0.5.CR1
>
>
> 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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list