org.wso2.wsas
Class ServerManager

java.lang.Object
  extended byorg.wso2.wsas.ServerManager

public final class ServerManager
extends java.lang.Object

The delegate used by WSAS standalone edition & servlet edition and contains the functionalities common to both editions.


Field Summary
static int httpPort
           
static int httpsPort
           
 
Constructor Summary
ServerManager(org.wso2.wsf.common.util.ServerConfiguration serverConfig, HibernateConfig hbConfig)
           
 
Method Summary
 void printMgtConsoleURL()
           
 void status()
           
 void stop()
           
 void stopHouseKeeping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

httpPort

public static int httpPort

httpsPort

public static int httpsPort
Constructor Detail

ServerManager

public ServerManager(org.wso2.wsf.common.util.ServerConfiguration serverConfig,
                     HibernateConfig hbConfig)
Method Detail

stopHouseKeeping

public void stopHouseKeeping()

status

public void status()

stop

public void stop()

printMgtConsoleURL

public void printMgtConsoleURL()