Results 1 to 3 of 3
Thread: Call a method every 5 minutes.
- 03-30-2010, 08:14 PM #1
-
Use a Timer -- the class name says it all! If it's a Swing app, then use a Swing Timer. If not then use a java.util.Timer.
- 03-31-2010, 03:31 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
How about a thread. Depends on what you are doing.
Similar Threads
-
call a JSP method
By sauravsinha in forum JavaServer Pages (JSP) and JSTLReplies: 4Last Post: 09-26-2011, 04:19 PM -
How to call the equals method
By random0munky in forum New To JavaReplies: 1Last Post: 10-12-2009, 05:33 PM -
how to call method?
By leapinlizard in forum New To JavaReplies: 9Last Post: 04-29-2009, 11:55 PM -
Call Java Method
By hussainzim in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 05-15-2008, 07:22 AM -
cannot call private method from static method
By jon80 in forum New To JavaReplies: 3Last Post: 05-07-2008, 08:37 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks