]
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: