de.bsvrz.vew.sim.sim.steuerung
Class StartStopStop

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

public class StartStopStop
extends StartInfoVerwaltung

Stoppe 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

Field Summary
 
Fields inherited from class de.bsvrz.vew.sim.sim.steuerung.StartInfoVerwaltung
_simulation
 
Constructor Summary
StartStopStop(Simulation simulation)
          Erzeuge neue Instanz für Simulation
 
Method Summary
 boolean sendeStop()
          Stoppe 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
 

Constructor Detail

StartStopStop

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

Parameters:
simulation - die zugeordnete Simulation
Method Detail

sendeStop

public boolean sendeStop()
Stoppe alle Applikationen der Simulationsstrecke der zugeordneten Simulation

Returns:
true, wenn erfolgreich, false sonst