com.ibm.aglets
Class AgletTimer
java.lang.Object
com.ibm.aglets.AgletTimer
- All Implemented Interfaces:
- java.lang.Runnable
- final class AgletTimer
- extends java.lang.Object
- implements java.lang.Runnable
The AgletTimer class is the time manager.
- Version:
- 1.00 96/07/08
- Author:
- Gaku Yamamoto, Mitsuru Oshima
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_context
private AgletContextImpl _context
top
private DeactivationInfo top
handler
java.lang.Thread handler
AgletTimer
AgletTimer(AgletContextImpl context)
add
void add(DeactivationInfo dinfo)
destroy
void destroy()
list
public void list(java.io.PrintStream out)
popInfo
DeactivationInfo popInfo()
recoverTimer
void recoverTimer(Persistence persistence)
throws AgletException
- Throws:
AgletException
removeInfo
void removeInfo(java.lang.String target_key)
run
public void run()
- Specified by:
run in interface java.lang.Runnable
start
void start()
topInfo
DeactivationInfo topInfo()