|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easybeans.examples.timerservice.TimerBean
public class TimerBean
Stateless bean.
Constructor Summary | |
---|---|
TimerBean()
|
Method Summary | |
---|---|
void |
init()
Business init method that will fire a Timer. |
void |
timerMethod(javax.ejb.Timer timer)
Timeout method that will be called by the timer service when a timer is expiring. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimerBean()
Method Detail |
---|
public void init()
init
in interface TimerBeanRemote
public void timerMethod(javax.ejb.Timer timer)
timer
- the timer object containing some data.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |