de.bsvrz.ars.ars.mgmt.simulation
Class SimulationAutomaton.StateSender

java.lang.Object
  extended by de.bsvrz.ars.ars.mgmt.simulation.SimulationAutomaton.StateSender
All Implemented Interfaces:
ClientSenderInterface
Enclosing class:
SimulationAutomaton

private static class SimulationAutomaton.StateSender
extends Object
implements ClientSenderInterface


Field Summary
 
Fields inherited from interface de.bsvrz.dav.daf.main.ClientSenderInterface
START_SENDING, STOP_SENDING, STOP_SENDING_NO_RIGHTS, STOP_SENDING_NOT_A_VALID_SUBSCRIPTION
 
Constructor Summary
private SimulationAutomaton.StateSender()
           
 
Method Summary
 void dataRequest(SystemObject object, DataDescription dataDescription, byte state)
           
 boolean isRequestSupported(SystemObject object, DataDescription dataDescription)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationAutomaton.StateSender

private SimulationAutomaton.StateSender()
Method Detail

dataRequest

public void dataRequest(SystemObject object,
                        DataDescription dataDescription,
                        byte state)
Specified by:
dataRequest in interface ClientSenderInterface

isRequestSupported

public boolean isRequestSupported(SystemObject object,
                                  DataDescription dataDescription)
Specified by:
isRequestSupported in interface ClientSenderInterface