|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.puk.config.main.communication.query.ForeignConfigCommunicator
public class ForeignConfigCommunicator
TBD RS dokumentieren.
Nested Class Summary | |
---|---|
private class |
ForeignConfigCommunicator.AnswerReceiver
Receiverklasse, die Anworten der Konfiguration verarbeitet |
static interface |
ForeignConfigCommunicator.CommunicationHandler
|
private class |
ForeignConfigCommunicator.RequestSender
Callback-Klasse für Sendeanmeldung der Anfragen |
private static class |
ForeignConfigCommunicator.SenderState
|
Field Summary | |
---|---|
private ForeignConfigCommunicator.CommunicationHandler |
_communicationHandler
|
private ClientDavInterface |
_connection
|
private DataState |
_dataStateReceiver
|
private static Debug |
_debug
DebugLogger für Debug-Ausgaben |
private ForeignConfigReceiveCommunicator |
_foreignConfigReceiveCommunicator
|
private ClientReceiverInterface |
_receiver
|
private DataDescription |
_requestDescription
Für Anfragen |
private ClientSenderInterface |
_sender
|
private SystemObject |
_senderObject
|
private ForeignConfigCommunicator.SenderState |
_senderState
|
Constructor Summary | |
---|---|
protected |
ForeignConfigCommunicator(ForeignConfigCommunicator.CommunicationHandler communicationHandler,
ClientDavInterface connection,
SystemObject foreignConfig,
DataDescription requestDescription,
ForeignConfigReceiveCommunicator foreignConfigReceiveCommunicator)
|
Method Summary | |
---|---|
void |
close()
|
boolean |
isConnected()
|
void |
sendData(Data requestData)
|
void |
start()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final Debug _debug
private ForeignConfigReceiveCommunicator _foreignConfigReceiveCommunicator
private final ForeignConfigCommunicator.CommunicationHandler _communicationHandler
private final ClientDavInterface _connection
private final SystemObject _senderObject
private DataState _dataStateReceiver
private final DataDescription _requestDescription
private ForeignConfigCommunicator.SenderState _senderState
private ClientSenderInterface _sender
private ClientReceiverInterface _receiver
Constructor Detail |
---|
protected ForeignConfigCommunicator(ForeignConfigCommunicator.CommunicationHandler communicationHandler, ClientDavInterface connection, SystemObject foreignConfig, DataDescription requestDescription, ForeignConfigReceiveCommunicator foreignConfigReceiveCommunicator)
Method Detail |
---|
public String toString()
toString
in class Object
public void start()
public void sendData(Data requestData) throws IllegalStateException
IllegalStateException
public boolean isConnected()
public void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |