gov.nist.antd.rsvp.te
Class LSP_Creator.Setup_Timer

java.lang.Object
  |
  +--com.renesys.raceway.SSF.Entity
        |
        +--SSF.OS.Timer
              |
              +--gov.nist.antd.rsvp.te.LSP_Creator.Setup_Timer
Enclosing class:
LSP_Creator

private class LSP_Creator.Setup_Timer
extends Timer


Nested Class Summary
 
Nested classes inherited from class SSF.OS.Timer
 
Field Summary
(package private)  LSP_Creator lsp_creator_obj
           
(package private)  LSPSetupParams lsp_setup_parameter
           
(package private)  double setupTime
           
 
Fields inherited from class SSF.OS.Timer
 
Fields inherited from class com.renesys.raceway.SSF.Entity
 
Constructor Summary
LSP_Creator.Setup_Timer(LSP_Creator lc, LSPSetupParams info, long setup_time)
           
 
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

lsp_creator_obj

LSP_Creator lsp_creator_obj

setupTime

double setupTime

lsp_setup_parameter

LSPSetupParams lsp_setup_parameter
Constructor Detail

LSP_Creator.Setup_Timer

public LSP_Creator.Setup_Timer(LSP_Creator lc,
                               LSPSetupParams info,
                               long setup_time)
Method Detail

callback

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