org.ourgrid.peer.ui.command
Class PeerStatus

java.lang.Object
  extended by org.ourgrid.peer.ui.command.PeerStatus
All Implemented Interfaces:
Command

public class PeerStatus
extends java.lang.Object
implements Command


Constructor Summary
PeerStatus()
           
 
Method Summary
 void run(java.lang.String[] params, UIManager manager)
          Main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeerStatus

public PeerStatus()
Method Detail

run

public void run(java.lang.String[] params,
                UIManager manager)
Main method. This method should be called with no command line arguments

Specified by:
run in interface Command