|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.renesys.raceway.SSF.Entity
|
+--SSF.OS.Timer
| Nested Class Summary | |
(package private) class |
Timer.TimerEvent
|
| Field Summary | |
private Timer |
chainedTo
|
private long |
delay
|
private long |
expiration
|
private com.renesys.raceway.SSF.inChannel |
fromSelf
|
private static java.util.Hashtable |
timer_for_entity
|
private com.renesys.raceway.SSF.outChannel |
toSelf
|
| Fields inherited from class com.renesys.raceway.SSF.Entity |
|
| Constructor Summary | |
Timer(ProtocolGraph,
long)
|
|
| Method Summary | |
(package private) static void |
|
abstract void |
callback()
|
void |
cancel()
|
boolean |
isCancelled()
|
void |
set()
|
void |
set(long)
|
private void |
set(Timer)
|
| Methods inherited from class com.renesys.raceway.SSF.Entity |
alignment, alignTo, coalignedEntities, inChannels, init, joinAll, makeIndependent, now, outChannels, pauseAll, playRole, processes, resumeAll, startAll, startAll, startClient, startClient, startServer, W, Z |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static java.util.Hashtable timer_for_entity
private long expiration
private long delay
private com.renesys.raceway.SSF.inChannel fromSelf
private com.renesys.raceway.SSF.outChannel toSelf
private Timer chainedTo
| Constructor Detail |
public Timer(ProtocolGraph,
long)
| Method Detail |
public boolean isCancelled()
public abstract void callback()
public void set()
public void set(long)
private void set(Timer)
public final void cancel()
static void()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||