org.wso2.wsas.transport.util
Interface Restartable

All Known Implementing Classes:
Main, MainServlet

public interface Restartable

Any Server implementaion which should support restarting, should implement this interface


Method Summary
 void restartServer()
           
 void setAxis2RepoLocation(java.lang.String axis2RepoLocation)
           
 void setMonitor(Monitor monitor)
           
 void startServer()
           
 void stopListeners()
           
 

Method Detail

setAxis2RepoLocation

public void setAxis2RepoLocation(java.lang.String axis2RepoLocation)

setMonitor

public void setMonitor(Monitor monitor)

stopListeners

public void stopListeners()
                   throws org.wso2.wsf.common.ServerException
Throws:
org.wso2.wsf.common.ServerException

startServer

public void startServer()
                 throws org.wso2.wsf.common.ServerException
Throws:
org.wso2.wsf.common.ServerException

restartServer

public void restartServer()
                   throws org.wso2.wsf.common.ServerException
Throws:
org.wso2.wsf.common.ServerException