de.bsvrz.vew.sim.sim.steuerung
Class StartStopStart

java.lang.Object
  extended by de.bsvrz.vew.sim.sim.steuerung.StartInfoVerwaltung
      extended by de.bsvrz.vew.sim.sim.steuerung.StartStopStart

public class StartStopStart
extends StartInfoVerwaltung

Starte die Applikationen einer Simulationsstrecke mit der SWE StartStopp und verarbeite Quittungen

Version:
$Revision: 1.1 $ / $Date: 2008/10/31 13:30:30 $ / ($Author: Sans $)
Author:
Dambach-Werke GmbH, Stefan Sans

Nested Class Summary
(package private)  class StartStopStart.StartQuittierung
          Bearbeite Start-Quittierungen von StartStopp
 
Field Summary
private static de.bsvrz.sys.funclib.debug.Debug _debug
          Debug-Logger für Logging-Ausgaben
 
Fields inherited from class de.bsvrz.vew.sim.sim.steuerung.StartInfoVerwaltung
_simulation
 
Constructor Summary
StartStopStart(Simulation simulation)
          Erzeuge neue Instanz für Simulation
 
Method Summary
 boolean sendeStart()
          Starte alle Applikationen der Simulationsstrecke der zugeordneten Simulation
 
Methods inherited from class de.bsvrz.vew.sim.sim.steuerung.StartInfoVerwaltung
aktualisiereStartInfo, getStartInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_debug

private static final de.bsvrz.sys.funclib.debug.Debug _debug
Debug-Logger für Logging-Ausgaben

Constructor Detail

StartStopStart

public StartStopStart(Simulation simulation)
Erzeuge neue Instanz für Simulation

Parameters:
simulation - die zugeordnete Simulation
Method Detail

sendeStart

public boolean sendeStart()
Starte alle Applikationen der Simulationsstrecke der zugeordneten Simulation

Returns:
true, wenn erfolgreich, false sonst