Class ForeignConfigCommunicator
java.lang.Object
de.bsvrz.puk.config.main.communication.query.ForeignConfigCommunicator
public class ForeignConfigCommunicator
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ForeignConfigCommunicator.CommunicationHandler
-
Constructor Summary
Constructors Modifier Constructor Description protected
ForeignConfigCommunicator(ForeignConfigCommunicator.CommunicationHandler communicationHandler, de.bsvrz.dav.daf.main.ClientDavInterface connection, de.bsvrz.dav.daf.main.config.SystemObject foreignConfig, de.bsvrz.dav.daf.main.DataDescription requestDescription, ForeignConfigReceiveCommunicator foreignConfigReceiveCommunicator)
-
Method Summary
Modifier and Type Method Description void
close()
boolean
isConnected()
void
sendData(de.bsvrz.dav.daf.main.Data requestData)
void
start()
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ForeignConfigCommunicator
protected ForeignConfigCommunicator(ForeignConfigCommunicator.CommunicationHandler communicationHandler, de.bsvrz.dav.daf.main.ClientDavInterface connection, de.bsvrz.dav.daf.main.config.SystemObject foreignConfig, de.bsvrz.dav.daf.main.DataDescription requestDescription, ForeignConfigReceiveCommunicator foreignConfigReceiveCommunicator)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
start
public void start() -
sendData
public void sendData(de.bsvrz.dav.daf.main.Data requestData) throws java.lang.IllegalStateException- Throws:
java.lang.IllegalStateException
-
isConnected
public boolean isConnected() -
close
public void close()
-