Hi,
i have to design polling in
java, which keeps executing at certain interval.
How to deign this polling in java. I can use only java se.
I have to use this class in
jboss environment and when server starts running this class should get loaded into memory and till the time server is up it should keep polling.
Please provide some solutions.