-
Feature Request
-
Resolution: Done
-
Minor
-
JBossAS-4.0.1 Final, JBossAS-4.0.1 SP1, JBossAS-4.0.2RC1
-
None
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"); }- relates to
-
JBAS-2144 Scheduled task interval calculated from stop to start instead of start to start
- Closed