| |
|
| org.jboss.test.timer.interfaces.TimerEntity
TimerEntity | public interface TimerEntity extends javax.ejb.EJBObject(Code) | | author: Thomas Diesler author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
startSingleTimer | public void startSingleTimer(long pPeriod) throws java.rmi.RemoteException(Code) | | Start a single timer (if not already set) with the start date plus the period
Parameters: pPeriod - Time that will elapse between now and the timed event in milliseconds |
startTimer | public void startTimer(long pPeriod) throws java.rmi.RemoteException(Code) | | Start a timer (if not already set) with the start date plus the period and an interval of the given period
Parameters: pPeriod - Time that will elapse between two events in milliseconds |
|
|
|