SSF.OS
Class ICMP$1

java.lang.Object
  |
  +--com.renesys.raceway.SSF.Entity
        |
        +--SSF.OS.Timer
              |
              +--SSF.OS.ICMP$1

synchronized class ICMP$1
extends Timer


Nested Class Summary
 
Nested classes inherited from class SSF.OS.Timer
Timer.TimerEvent
 
Field Summary
(package private)  int pct
           
 
Fields inherited from class SSF.OS.Timer
 
Fields inherited from class com.renesys.raceway.SSF.Entity
 
Constructor Summary
(package private) ICMP$1(ICMP, int, int, int, int, int, ProtocolGraph, long)
           
 
Method Summary
 void callback()
           
 
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

pct

int pct
Constructor Detail

ICMP$1

ICMP$1(ICMP,
       int,
       int,
       int,
       int,
       int,
       ProtocolGraph,
       long)
Method Detail

callback

public void callback()
Specified by:
callback in class Timer