public class WebAppAdminClient extends Object
| Constructor and Description |
|---|
WebAppAdminClient(String backendUrl,
String sessionCookie) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteFaultyWebAppFile(String fileName,
String hostName) |
void |
deleteFaultyWebApps(String fileName,
String hostName) |
void |
deleteStoppedWebapps(String fileName,
String hostName) |
void |
deleteWebAppFile(String fileName,
String hostName) |
List<String> |
getFaultyWebAppList(String webAppNameSearchString) |
org.wso2.carbon.webapp.mgt.stub.types.carbon.WebappsWrapper |
getPagedFaultyWebappsSummary(String searchString,
String webAppType,
int pageNo) |
org.wso2.carbon.webapp.mgt.stub.types.carbon.WebappsWrapper |
getPagedWebappsSummary(String searchString,
String webAppType,
String webAppState,
int pageNo) |
org.wso2.carbon.webapp.mgt.stub.types.carbon.WebappMetadata |
getWebAppInfo(String webAppName) |
List<String> |
getWebApplist(String webAppNameSearchString) |
List<String> |
getWebApplist(String webAppNameSearchString,
String hostName) |
void |
reloadWebApp(String webAppFileName) |
boolean |
startWebApp(String fileName,
String hostname) |
boolean |
stopWebApp(String fileName,
String hostname) |
void |
stopWebapps(String fileName,
String hostname) |
void |
uploadWarFile(String filePath) |
void |
uploadWarFile(String filePath,
String hostName) |
public void uploadWarFile(String filePath) throws RemoteException
RemoteExceptionpublic void uploadWarFile(String filePath, String hostName) throws RemoteException
RemoteExceptionpublic void deleteWebAppFile(String fileName, String hostName) throws RemoteException
RemoteExceptionpublic void deleteFaultyWebAppFile(String fileName, String hostName) throws RemoteException
RemoteExceptionpublic void deleteStoppedWebapps(String fileName, String hostName) throws RemoteException
RemoteExceptionpublic void deleteFaultyWebApps(String fileName, String hostName) throws RemoteException
RemoteExceptionpublic void stopWebapps(String fileName, String hostname) throws RemoteException
RemoteExceptionpublic boolean stopWebApp(String fileName, String hostname) throws RemoteException
RemoteExceptionpublic boolean startWebApp(String fileName, String hostname) throws RemoteException
RemoteExceptionpublic org.wso2.carbon.webapp.mgt.stub.types.carbon.WebappMetadata getWebAppInfo(String webAppName) throws RemoteException
RemoteExceptionpublic org.wso2.carbon.webapp.mgt.stub.types.carbon.WebappsWrapper getPagedWebappsSummary(String searchString, String webAppType, String webAppState, int pageNo) throws RemoteException
RemoteExceptionpublic List<String> getWebApplist(String webAppNameSearchString) throws RemoteException
RemoteExceptionpublic List<String> getWebApplist(String webAppNameSearchString, String hostName) throws RemoteException
RemoteExceptionpublic org.wso2.carbon.webapp.mgt.stub.types.carbon.WebappsWrapper getPagedFaultyWebappsSummary(String searchString, String webAppType, int pageNo) throws RemoteException
RemoteExceptionpublic List<String> getFaultyWebAppList(String webAppNameSearchString) throws RemoteException
RemoteExceptionpublic void reloadWebApp(String webAppFileName) throws RemoteException
RemoteExceptionCopyright © 2015 WSO2 Inc. All rights reserved.