javax.ejb
Interface Timer
public interface Timer
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200(mer, 25 ott 2006) $
cancel
void cancel()
throws EJBException,
IllegalStateException,
NoSuchObjectLocalException
- Throws:
EJBException
IllegalStateException
NoSuchObjectLocalException
getTimeRemaining
long getTimeRemaining()
throws EJBException,
IllegalStateException,
NoSuchObjectLocalException
- Throws:
EJBException
IllegalStateException
NoSuchObjectLocalException
getNextTimeout
Date getNextTimeout()
throws EJBException,
IllegalStateException,
NoSuchObjectLocalException
- Throws:
EJBException
IllegalStateException
NoSuchObjectLocalException
getInfo
Serializable getInfo()
throws EJBException,
IllegalStateException,
NoSuchObjectLocalException
- Throws:
EJBException
IllegalStateException
NoSuchObjectLocalException
getHandle
TimerHandle getHandle()
throws EJBException,
IllegalStateException,
NoSuchObjectLocalException
- Throws:
EJBException
IllegalStateException
NoSuchObjectLocalException
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.