org.starhope.appius.sys.op
Class MonitorPool

java.lang.Object
  extended by 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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
MonitorPool()
           
 
Method Summary
static MonitorPool get(String poolID)
          WRITEME: document this method (brpocock, Jul 17, 2009)
 MonitorEvent[] getEvents(int limit, int skip)
           
static MonitorPool[] getPoolsForUser(Person u)
           
 Person[] getUsersForPool()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

MonitorPool

public MonitorPool()
Method Detail

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: