org.starhope.appius.sys.op
Class MonitorPool
java.lang.Object
org.starhope.appius.sys.op.MonitorPool
public class MonitorPool
- extends Object
This is a pool into which events can be placed to draw them to the attention
of moderators.
- Author:
- brpocock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
MonitorPool
public MonitorPool()
get
public static MonitorPool get(String poolID)
- WRITEME: document this method (brpocock, Jul 17, 2009)
- Parameters:
poolID
-
- Returns:
getPoolsForUser
public static MonitorPool[] getPoolsForUser(Person u)
- Parameters:
u
-
- Returns:
getEvents
public MonitorEvent[] getEvents(int limit,
int skip)
getUsersForPool
public Person[] getUsersForPool()
- Returns: