public interface Timer
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
TimerHandle |
getHandle() |
Serializable |
getInfo() |
Date |
getNextTimeout() |
long |
getTimeRemaining() |
void cancel() throws EJBException, IllegalStateException, NoSuchObjectLocalException
long getTimeRemaining() throws EJBException, IllegalStateException, NoSuchObjectLocalException
Date getNextTimeout() throws EJBException, IllegalStateException, NoSuchObjectLocalException
Serializable getInfo() throws EJBException, IllegalStateException, NoSuchObjectLocalException
TimerHandle getHandle() throws EJBException, IllegalStateException, NoSuchObjectLocalException
Copyright © 2015. All rights reserved.