|
Oracle Communications Service Broker SAL API Reference Reference Release 6.0 E26227-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TimerService
TimerSerice interface to create timers
| Method Summary | |
|---|---|
ApplicationTimer |
createTimer(SalApplicationSession applicationSession, long delay, boolean isPersistent, java.io.Serializable info)Create a timer |
ApplicationTimer |
createTimer(SalApplicationSession applicationSession, long delay, long period, boolean fixedDelay, boolean isPersistent, java.io.Serializable info)Create a timer |
| Method Detail |
|---|
ApplicationTimer createTimer(SalApplicationSession applicationSession,
long delay,
boolean isPersistent,
java.io.Serializable info)
applicationSession - the application session the new ApplicationTimer will be associated withdelay - delay in milliseconds before the ApplicationTimer is to expired for the first timeisPersistent - if true the ApplicationTimer is persistentinfo - application information to be delivered along with the timer expiration.
ApplicationTimer createTimer(SalApplicationSession applicationSession,
long delay,
long period,
boolean fixedDelay,
boolean isPersistent,
java.io.Serializable info)
applicationSession - the application session the new ApplicationTimer will be associated withdelay - delay in milliseconds before the ApplicationTimer is to expired for the first timeperiod - time in milliseconds between successive timer expirationsfixedDelay - specifies whether a repeating timer is fixed-delay or fixed-rate. The repeating timer expires at approximately regular intervals but with fixed-delay execution rescheduling of the repeating timer ignores any “lateness” in previous expirations whereas fixed-rate timers are rescheduled based on absolute time.isPersistent - if true the ApplicationTimer is persistentinfo - application information to be delivered along with the timer expiration.
|
Oracle Communications Service Broker SAL API Reference Reference Release 6.0 E26227-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||