org.ourgrid.peer.ui.command
Class PeerSetter

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

public class PeerSetter
extends java.lang.Object
implements Command

Description: Class that sets the gums configurated on Peer.


Constructor Summary
PeerSetter()
           
 
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

PeerSetter

public PeerSetter()
Method Detail

run

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

Specified by:
run in interface Command