|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Remote interface for test/timer/TimerSLSB.
Method Summary | |
java.lang.Object |
getInfo(byte[] handle)
|
java.util.Date |
getNextTimeout(byte[] handle)
|
int |
getTimeoutCount(byte[] handle)
|
long |
getTimeRemaining(byte[] handle)
|
byte[] |
startSingleTimer(long pPeriod)
Start a single timer (if not already set) with the start date plus the period |
byte[] |
startTimer(long pPeriod)
Start a timer (if not already set) with the start date plus the period and an interval of the given period |
void |
stopTimer(byte[] handle)
|
Methods inherited from interface javax.ejb.EJBObject (src) |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public byte[] startSingleTimer(long pPeriod) throws java.rmi.RemoteException
pPeriod
- Time that will elapse between now and the timed event in milliseconds
java.rmi.RemoteException
public byte[] startTimer(long pPeriod) throws java.rmi.RemoteException
pPeriod
- Time that will elapse between two events in milliseconds
java.rmi.RemoteException
public void stopTimer(byte[] handle) throws java.rmi.RemoteException
java.rmi.RemoteException
public int getTimeoutCount(byte[] handle) throws java.rmi.RemoteException
java.rmi.RemoteException
public java.util.Date getNextTimeout(byte[] handle) throws java.rmi.RemoteException
java.rmi.RemoteException
public long getTimeRemaining(byte[] handle) throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.Object getInfo(byte[] handle) throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |