Added PeerService.generateReport().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5467 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-10-26 20:19:32 +00:00
parent 8aeb239f64
commit ce7cc1bc96
5 changed files with 58 additions and 11 deletions
@@ -40,4 +40,9 @@ public interface PeerService extends InvocationService
* Requests that the specified action be invoked on this server.
*/
void invokeAction (Client client, byte[] serializedAction);
/**
* Generates a server status report for this peer and returns it to the supplied listener.
*/
void generateReport (Client client, ResultListener listener);
}