Show which contacts subscribe to each forum. Dev task #79.

This commit is contained in:
akwizgran
2014-03-21 18:08:08 +00:00
parent e1d099903d
commit 4dcf9f632e
6 changed files with 187 additions and 10 deletions

View File

@@ -231,6 +231,9 @@ public interface DatabaseComponent {
/** Returns all settings. */
Settings getSettings() throws DbException;
/** Returns all contacts who subscribe to the given group. */
Collection<Contact> getSubscribers(GroupId g) throws DbException;
/** Returns the maximum latencies of all local transports. */
Map<TransportId, Long> getTransportLatencies() throws DbException;