Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public class classA{
  2.  
  3. ...
  4. ...
  5.  
  6. void function_to_be_scheduled(String param){
  7. ...
  8. ...
  9. }
  10. }
  11.  
  12. <task:scheduled-tasks>
  13. <task:scheduled ref="beanA" method="function_to_be_scheduled" cron="${cron}"/>
  14. </task:scheduled-tasks>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement