|
||||||||||
| 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
|
+--SSF.Net._NIC.NotificationTimer
This class is used to detect the lol event at the simulation time it occurs.
| Nested Class Summary |
| Nested classes inherited from class SSF.OS.Timer |
|
| Field Summary | |
(package private) EventMessage |
message
The message that has to be send to the registered callback module. |
| Fields inherited from class SSF.OS.Timer |
|
| Fields inherited from class com.renesys.raceway.SSF.Entity |
|
| Constructor Summary | |
private |
_NIC.NotificationTimer(EventMessage message)
Creates the timer, registers it at the ProtocolGraph for the time now. |
private |
_NIC.NotificationTimer(EventMessage message,
double callIn)
Creates the timer, registers it at the ProtocolGraph for the specified time. |
| Method Summary | |
void |
callback()
Implementation of the call back function. |
| Methods inherited from class SSF.OS.Timer |
cancel, isCancelled, set, set |
| 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 |
final EventMessage message
| Constructor Detail |
private _NIC.NotificationTimer(EventMessage message,
double callIn)
message - The message that has to be send.callIn - The simulation time when the message has to be send.private _NIC.NotificationTimer(EventMessage message)
message - The notification message.| Method Detail |
public void callback()
callback in class Timer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||