Uses of Interface
org.wso2.wsas.transport.util.Restartable

Packages that use Restartable
org.wso2.wsas   
org.wso2.wsas.transport.util   
 

Uses of Restartable in org.wso2.wsas
 

Classes in org.wso2.wsas that implement Restartable
 class Main
          The main class of the WSO2 WSAS standalone distribution
 class MainServlet
           
 

Uses of Restartable in org.wso2.wsas.transport.util
 

Constructors in org.wso2.wsas.transport.util with parameters of type Restartable
SystemRestarter(Restartable currentInstance, Restartable newInstance, java.lang.String axis2RepoLocation, Monitor m)