javax.ejb
Interface TimerService
public interface TimerService
- Version:
- $Rev: 467742 $ $Date: 2006-10-25 21:30:38 +0200 (Mi, 25. Okt 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-2012 Apache Software Foundation. All Rights Reserved.