gov.nist.antd.mpls.mgmt.OAM
Class lbProc.lbCheckTimer

java.lang.Object
  |
  +--com.renesys.raceway.SSF.Entity
        |
        +--SSF.OS.Timer
              |
              +--gov.nist.antd.mpls.mgmt.OAM.lbProc.lbCheckTimer
Enclosing class:
lbProc

private class lbProc.lbCheckTimer
extends Timer

The Loopback test timer to check the result of loopback test


Nested Class Summary
 
Nested classes inherited from class SSF.OS.Timer
 
Field Summary
(package private)  lbProc loopbackProc
           
(package private)  long wTime
           
 
Fields inherited from class SSF.OS.Timer
 
Fields inherited from class com.renesys.raceway.SSF.Entity
 
Constructor Summary
lbProc.lbCheckTimer(ProtocolGraph graph, lbProc lbProcModule, long waitTime)
           
 
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, reset, resumeAll, startAll, startAll, startClient, startClient, startServer, wx, Yx
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wTime

long wTime

loopbackProc

lbProc loopbackProc
Constructor Detail

lbProc.lbCheckTimer

public lbProc.lbCheckTimer(ProtocolGraph graph,
                           lbProc lbProcModule,
                           long waitTime)
Parameters:
graph -
lbProcModule -
waitTime -
Method Detail

callback

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