de.bsvrz.puk.config.main.simulation
Class SourceSimulationStatus.ClientSender

java.lang.Object
  extended by de.bsvrz.puk.config.main.simulation.SourceSimulationStatus.ClientSender
All Implemented Interfaces:
ClientSenderInterface
Enclosing class:
SourceSimulationStatus

private final class SourceSimulationStatus.ClientSender
extends Object
implements ClientSenderInterface


Field Summary
private  byte _state
           
 
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 SourceSimulationStatus.ClientSender()
           
 
Method Summary
 void dataRequest(SystemObject object, DataDescription dataDescription, byte state)
           
 byte getState()
           
 boolean isRequestSupported(SystemObject object, DataDescription dataDescription)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_state

private byte _state
Constructor Detail

SourceSimulationStatus.ClientSender

private SourceSimulationStatus.ClientSender()
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

getState

public byte getState()