Uses of Class
org.wso2.carbon.utils.ServerException
-
Packages that use ServerException Package Description org.wso2.carbon.utils org.wso2.carbon.utils.xml -
-
Uses of ServerException in org.wso2.carbon.utils
Methods in org.wso2.carbon.utils that throw ServerException Modifier and Type Method Description voidFileListGenerator. generate(String sourceDirName, String outputFile)static voidFileListGenerator. main(String[] args)voidControllable. restart()Forcefully restart the servervoidControllable. restartGracefully()Gracefully restart the server after serving all requests currently being processedvoidControllable. shutdown()Forcefully shutdown the servervoidControllable. shutdownGracefully()Gracefully shutdown the server after serving all requests currently being processed -
Uses of ServerException in org.wso2.carbon.utils.xml
Methods in org.wso2.carbon.utils.xml that throw ServerException Modifier and Type Method Description static voidXmlConfigurationFactory. init(String configKey, String configFile)static voidXmlConfigurationFactory. init(String configKey, String configFile, String serverNamespace)Constructors in org.wso2.carbon.utils.xml that throw ServerException Constructor Description XmlConfiguration(String xmlFile)XmlConfiguration(String xmlFile, String serverNamespace)
-