de.bsvrz.dav.daf.main.impl.config.request
Class RemoteRequestManager
java.lang.Object
de.bsvrz.dav.daf.main.impl.config.request.RemoteRequestManager
- All Implemented Interfaces:
- DavConnectionListener
public class RemoteRequestManager
- extends Object
- implements DavConnectionListener
Klasse, die noch zu dokumentieren ist.
- Author:
- Kappich Systemberatung
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static RemoteRequestManager getInstance(ClientDavInterface connection,
DataModel localConfiguration,
SystemObject localApplication)
getInstance
public static RemoteRequestManager getInstance(ClientDavInterface connection,
DataModel localConfiguration,
long localApplicationId)
- Erzeugt eine Instanz des RemoteRequestMangagers
- Parameters:
connection
- Verbindung über die sich angemeldet wirdlocalConfiguration
- DatenmodelllocalApplicationId
- Id des Objekts das zur Anmeldung für Sender/Empfänger benutzt wird
- Returns:
- Instanz des RemoteRequestManager´s
connectionClosed
public void connectionClosed(ClientDavInterface connection)
- Specified by:
connectionClosed
in interface DavConnectionListener
getRequester
public ConfigurationRequester getRequester(ConfigurationAuthority remoteConfigurationAuthority)