Added facility for enumerating the body objects for all active users on
the server. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1274 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
//
|
||||
// $Id: ClientManager.java,v 1.14 2002/03/05 05:33:25 mdb Exp $
|
||||
// $Id: ClientManager.java,v 1.15 2002/04/18 00:44:50 shaper Exp $
|
||||
|
||||
package com.threerings.presents.server;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.HashMap;
|
||||
import java.util.Iterator;
|
||||
|
||||
import com.threerings.presents.Log;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
@@ -74,6 +75,14 @@ public class ClientManager implements ConnectionObserver
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Enumerates all active client objects.
|
||||
*/
|
||||
public Iterator enumerateClientObjects ()
|
||||
{
|
||||
return _objmap.values().iterator();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the client object associated with the specified username.
|
||||
* This will return null unless the client object is resolved for some
|
||||
|
||||
Reference in New Issue
Block a user