de.bsvrz.puk.config.main.communication.query
Class ConfigurationAnswerUserAdministrationTasks

java.lang.Object
  extended by de.bsvrz.dav.daf.main.impl.config.request.telegramManager.AbstractSenderReceiverCommunication
      extended by de.bsvrz.puk.config.main.communication.query.ConfigurationAnswerUserAdministrationTasks
All Implemented Interfaces:
SenderReceiverCommunication

public class ConfigurationAnswerUserAdministrationTasks
extends AbstractSenderReceiverCommunication
implements SenderReceiverCommunication

Klasse die eine Antwort der Konfiguration auf einen Auftrag zur Benutzerverwaltung zurückgibt. Die Klasse meldet sich nur als Sender an.

Author:
Achim Wullenkord (AW), Kappich Systemberatung

Nested Class Summary
 
Nested classes/interfaces inherited from class de.bsvrz.dav.daf.main.impl.config.request.telegramManager.AbstractSenderReceiverCommunication
AbstractSenderReceiverCommunication.DataListener
 
Nested classes/interfaces inherited from interface de.bsvrz.dav.daf.main.impl.config.request.telegramManager.SenderReceiverCommunication
SenderReceiverCommunication.ConnectionState
 
Field Summary
private  ClientDavInterface _connection
           
private  Aspect _requestAspect
           
private  AttributeGroup _requestAtg
           
 
Constructor Summary
ConfigurationAnswerUserAdministrationTasks(ClientDavInterface connection, SystemObject senderObject, SystemObject ordererObject)
           
 
Method Summary
 
Methods inherited from class de.bsvrz.dav.daf.main.impl.config.request.telegramManager.AbstractSenderReceiverCommunication
close, getConnectionState, handleReply, init, init, sendData, sendData, setMutableCollectionChangeListener, waitForReply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.bsvrz.dav.daf.main.impl.config.request.telegramManager.SenderReceiverCommunication
close, getConnectionState, sendData, sendData, setMutableCollectionChangeListener, waitForReply
 

Field Detail

_connection

private final ClientDavInterface _connection

_requestAspect

private final Aspect _requestAspect

_requestAtg

private final AttributeGroup _requestAtg
Constructor Detail

ConfigurationAnswerUserAdministrationTasks

public ConfigurationAnswerUserAdministrationTasks(ClientDavInterface connection,
                                                  SystemObject senderObject,
                                                  SystemObject ordererObject)
                                           throws OneSubscriptionPerSendData
Parameters:
connection -
senderObject - Objekt, zu dem die Daten verschickt werden sollen (wird zum anmelden des Senders gebraucht)
ordererObject - Objekt von dem die Daten geschickt werden (wird als Absender eingetragen)
Throws:
OneSubscriptionPerSendData