javax.ejb
Interface TimerService
public interface TimerService
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200(mer, 25 ott 2006) $
createTimer
Timer createTimer(Date initialExpiration,
long intervalDuration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
- Throws:
IllegalArgumentException
IllegalStateException
EJBException
createTimer
Timer createTimer(Date expiration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
- Throws:
IllegalArgumentException
IllegalStateException
EJBException
createTimer
Timer createTimer(long initialDuration,
long intervalDuration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
- Throws:
IllegalArgumentException
IllegalStateException
EJBException
createTimer
Timer createTimer(long duration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
- Throws:
IllegalArgumentException
IllegalStateException
EJBException
getTimers
Collection getTimers()
throws IllegalStateException,
EJBException
- Throws:
IllegalStateException
EJBException
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.