| |
|
| java.lang.Object org.ow2.easybeans.examples.timerservice.TimerBean
Method Summary | |
public void | init() Business init method that will fire a Timer. | public void | timerMethod(Timer timer) Timeout method that will be called by the timer service when a timer is expiring. |
init | public void init()(Code) | | Business init method that will fire a Timer.
|
timerMethod | public void timerMethod(Timer timer)(Code) | | Timeout method that will be called by the timer service when a timer is expiring.
Parameters: timer - the timer object containing some data. |
|
|
|