org.apache.openejb.core.timer
Class TimerImpl
java.lang.Object
org.apache.openejb.core.timer.TimerImpl
- All Implemented Interfaces:
- javax.ejb.Timer
public class TimerImpl
- extends Object
- implements javax.ejb.Timer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerImpl
public TimerImpl(TimerData timerData)
cancel
public void cancel()
throws IllegalStateException,
javax.ejb.NoSuchObjectLocalException
- Specified by:
cancel
in interface javax.ejb.Timer
- Throws:
IllegalStateException
javax.ejb.NoSuchObjectLocalException
getTimeRemaining
public long getTimeRemaining()
throws IllegalStateException,
javax.ejb.NoSuchObjectLocalException
- Specified by:
getTimeRemaining
in interface javax.ejb.Timer
- Throws:
IllegalStateException
javax.ejb.NoSuchObjectLocalException
getNextTimeout
public Date getNextTimeout()
throws IllegalStateException,
javax.ejb.NoSuchObjectLocalException
- Specified by:
getNextTimeout
in interface javax.ejb.Timer
- Throws:
IllegalStateException
javax.ejb.NoSuchObjectLocalException
getInfo
public Serializable getInfo()
throws IllegalStateException,
javax.ejb.NoSuchObjectLocalException
- Specified by:
getInfo
in interface javax.ejb.Timer
- Throws:
IllegalStateException
javax.ejb.NoSuchObjectLocalException
getHandle
public javax.ejb.TimerHandle getHandle()
throws IllegalStateException,
javax.ejb.NoSuchObjectLocalException
- Specified by:
getHandle
in interface javax.ejb.Timer
- Throws:
IllegalStateException
javax.ejb.NoSuchObjectLocalException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.