com.partnersoft.staker.hub.commands
Class ShutdownHub

java.lang.Object
  extended by com.partnersoft.staker.hub.commands.AbstractHubCommand
      extended by com.partnersoft.staker.hub.commands.AsynchronousHubCommand
          extended by com.partnersoft.staker.hub.commands.ShutdownHub
All Implemented Interfaces:
HubCommand

public class ShutdownHub
extends AsynchronousHubCommand


Constructor Summary
ShutdownHub()
           
ShutdownHub(java.lang.String userName)
           
 
Method Summary
protected  void runCommandImp()
           
 
Methods inherited from class com.partnersoft.staker.hub.commands.AsynchronousHubCommand
runCommand
 
Methods inherited from class com.partnersoft.staker.hub.commands.AbstractHubCommand
getUserName, setUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShutdownHub

public ShutdownHub(java.lang.String userName)

ShutdownHub

public ShutdownHub()
Method Detail

runCommandImp

protected void runCommandImp()
                      throws java.lang.Exception
Specified by:
runCommandImp in class AsynchronousHubCommand
Throws:
java.lang.Exception