org.wso2.wsas.util
Class SystemRestarter

java.lang.Object
  extended byorg.wso2.wsas.util.SystemRestarter
All Implemented Interfaces:
java.lang.Runnable

public class SystemRestarter
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
SystemRestarter(Controllable currentInstance, Controllable newInstance, java.lang.String axis2RepoLocation, Monitor m)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemRestarter

public SystemRestarter(Controllable currentInstance,
                       Controllable newInstance,
                       java.lang.String axis2RepoLocation,
                       Monitor m)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable