We are building a system which will connect our ActionScript 3 client to a server-side java back-end through BlazeDS. At this point in the project, we are required to build in a timer system, which will update a sprite on the client to show time remaining. Several clients will be connected to the java back end at once, so what is the most efficient and effective way to run a Java.utils timer on the server side, which will update all the connected clients with the time remaining information?