org.ourgrid.corepeer.ui
Class CorePeerStopper

java.lang.Object
  extended by org.ourgrid.corepeer.ui.CorePeerStopper
All Implemented Interfaces:
Command

public class CorePeerStopper
extends java.lang.Object
implements Command

This class is responsible to put the OurGrid CorePeer down.


Constructor Summary
CorePeerStopper()
           
 
Method Summary
 void run(java.lang.String[] params, UIManager manager)
          Executes the main function of the command that implements this.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorePeerStopper

public CorePeerStopper()
Method Detail

run

public void run(java.lang.String[] params,
                UIManager manager)
Description copied from interface: Command
Executes the main function of the command that implements this.

Specified by:
run in interface Command
Parameters:
params - Parameters of this command.
manager - Manager to be contacted.