test
Class TimerSessionBean

java.lang.Object
  extended by test.TimerSessionBean

public class TimerSessionBean
extends java.lang.Object

Simple demo that uses java.util.Timer to schedule a task to execute once 5 seconds have passed.


Constructor Summary
TimerSessionBean(int seconds)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerSessionBean

public TimerSessionBean(int seconds)
Method Detail

main

public static void main(java.lang.String[] args)