de.bsvrz.puk.config.main.communication.query
Class ForeignConfigCommunicator.RequestSender

java.lang.Object
  extended by de.bsvrz.puk.config.main.communication.query.ForeignConfigCommunicator.RequestSender
All Implemented Interfaces:
ClientSenderInterface
Enclosing class:
ForeignConfigCommunicator

private class ForeignConfigCommunicator.RequestSender
extends Object
implements ClientSenderInterface

Callback-Klasse für Sendeanmeldung der Anfragen


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 ForeignConfigCommunicator.RequestSender()
           
 
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

ForeignConfigCommunicator.RequestSender

private ForeignConfigCommunicator.RequestSender()
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