public class ConfigurationCommunicator
extends java.lang.Object
Alle Anfragen an die Konfiguration werden an das Datenmodell weitergeleitet DataModel und falls nötig an die
erzeugten Antworten an die anfragende Applikation zurückgeschickt.
| Constructor and Description |
|---|
ConfigurationCommunicator(AsyncRequestQueue asyncRequestQueue,
ConfigDataModel dataModel,
java.io.File userManagementFile,
de.bsvrz.dav.daf.main.ClientDavParameters dafParameters,
java.io.File foreignObjectCacheFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Wird aufgerufen, wenn das System heruntergefahren werden soll.
|
ConfigAuthentication |
getAuthentication()
Gibt die ConfigAuthentication-Klasse zurück
|
ForeignObjectManager |
getForeignObjectManager() |
public ConfigurationCommunicator(AsyncRequestQueue asyncRequestQueue, ConfigDataModel dataModel, java.io.File userManagementFile, de.bsvrz.dav.daf.main.ClientDavParameters dafParameters, java.io.File foreignObjectCacheFile) throws javax.xml.parsers.ParserConfigurationException, de.bsvrz.dav.daf.main.MissingParameterException, de.bsvrz.dav.daf.main.CommunicationError, java.lang.InterruptedException, de.bsvrz.dav.daf.main.InconsistentLoginException, de.bsvrz.dav.daf.main.ConnectionException
javax.xml.parsers.ParserConfigurationExceptionde.bsvrz.dav.daf.main.MissingParameterExceptionde.bsvrz.dav.daf.main.CommunicationErrorjava.lang.InterruptedExceptionde.bsvrz.dav.daf.main.InconsistentLoginExceptionde.bsvrz.dav.daf.main.ConnectionExceptionpublic void close()
public ConfigAuthentication getAuthentication()
public ForeignObjectManager getForeignObjectManager()