public class RemoteRequestManager extends Object implements DavConnectionListener
Modifier and Type | Field and Description |
---|---|
private Map<ConfigurationAuthority,ConfigurationRequester> |
_configAuthority2RequesterMap |
private ClientDavInterface |
_connection |
private static Map<ClientDavInterface,RemoteRequestManager> |
_connection2ManagerMap |
private static Debug |
_debug |
Modifier | Constructor and Description |
---|---|
private |
RemoteRequestManager(ClientDavInterface connection) |
Modifier and Type | Method and Description |
---|---|
void |
connectionClosed(ClientDavInterface connection) |
static RemoteRequestManager |
getInstance(ClientDavInterface connection)
Erzeugt eine Instanz des RemoteRequestManagers
|
ConfigurationRequester |
getRequester(ConfigurationAuthority remoteConfigurationAuthority,
DafDataModel dafDataModel) |
private static final Debug _debug
private static final Map<ClientDavInterface,RemoteRequestManager> _connection2ManagerMap
private final Map<ConfigurationAuthority,ConfigurationRequester> _configAuthority2RequesterMap
private final ClientDavInterface _connection
private RemoteRequestManager(ClientDavInterface connection)
public static RemoteRequestManager getInstance(ClientDavInterface connection)
connection
- Verbindung über die sich angemeldet wirdpublic void connectionClosed(ClientDavInterface connection)
connectionClosed
in interface DavConnectionListener
public ConfigurationRequester getRequester(ConfigurationAuthority remoteConfigurationAuthority, DafDataModel dafDataModel)