javax.ejb
Interface TimerService
- public interface TimerService
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:59:39 $
|
Method Summary |
Timer |
createTimer(java.util.Date initialExpiration,
long intervalDuration,
java.io.Serializable info)
|
Timer |
createTimer(java.util.Date expiration,
java.io.Serializable info)
|
Timer |
createTimer(long initialDuration,
long intervalDuration,
java.io.Serializable info)
|
Timer |
createTimer(long duration,
java.io.Serializable info)
|
java.util.Collection |
getTimers()
|
createTimer
public Timer createTimer(java.util.Date initialExpiration,
long intervalDuration,
java.io.Serializable info)
throws java.lang.IllegalArgumentException,
java.lang.IllegalStateException,
EJBException
- Throws:
java.lang.IllegalArgumentException
java.lang.IllegalStateException
EJBException
createTimer
public Timer createTimer(java.util.Date expiration,
java.io.Serializable info)
throws java.lang.IllegalArgumentException,
java.lang.IllegalStateException,
EJBException
- Throws:
java.lang.IllegalArgumentException
java.lang.IllegalStateException
EJBException
createTimer
public Timer createTimer(long initialDuration,
long intervalDuration,
java.io.Serializable info)
throws java.lang.IllegalArgumentException,
java.lang.IllegalStateException,
EJBException
- Throws:
java.lang.IllegalArgumentException
java.lang.IllegalStateException
EJBException
createTimer
public Timer createTimer(long duration,
java.io.Serializable info)
throws java.lang.IllegalArgumentException,
java.lang.IllegalStateException,
EJBException
- Throws:
java.lang.IllegalArgumentException
java.lang.IllegalStateException
EJBException
getTimers
public java.util.Collection getTimers()
throws java.lang.IllegalStateException,
EJBException
- Throws:
java.lang.IllegalStateException
EJBException
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.