Synergy Home Page

au.edu.swin.synergy.plugin.rooms
Class BStats

java.lang.Object
  |
  +--au.edu.swin.synergy.plugin.rooms.BStats

public class BStats
extends Object
implements Serializable, BOnCommand

See Also:
Serialized Form

Constructor Summary
BStats()
           
 
Method Summary
 String getHelp(BStringList params)
           
 String getStats()
           
 int onCommand(BStringList params, InputStream in, PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BStats

public BStats()
Method Detail

getStats

public String getStats()

onCommand

public int onCommand(BStringList params,
                     InputStream in,
                     PrintStream out)
Specified by:
onCommand in interface BOnCommand

getHelp

public String getHelp(BStringList params)
Specified by:
getHelp in interface BOnCommand

Synergy Home Page