public class WebSphereAdminServiceImpl extends Object implements WebSphereAdminService
| Constructor and Description |
|---|
WebSphereAdminServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(Endpoint endpoint) |
J2EEApplication |
getApplication(String appName) |
void |
installApplication(Deployable deployable) |
boolean |
isConnected() |
boolean |
isInstalled(String appName) |
List<J2EEApplication> |
listApplications() |
List<JVM> |
listJVMs() |
com.ibm.ws.management.application.client.ListModules |
listModules(String appName) |
List<Server> |
listServers() |
List |
listURIs(String appName) |
void |
startApplication(String appName) |
void |
stopApplication(String appName) |
void |
uninstallApplication(String appName) |
public void connect(Endpoint endpoint)
connect in interface WebSphereAdminServicepublic boolean isConnected()
isConnected in interface WebSphereAdminServicepublic void installApplication(Deployable deployable)
installApplication in interface WebSphereAdminServicepublic void startApplication(String appName) throws Exception
startApplication in interface WebSphereAdminServiceExceptionpublic void stopApplication(String appName) throws Exception
stopApplication in interface WebSphereAdminServiceExceptionpublic boolean isInstalled(String appName) throws Exception
isInstalled in interface WebSphereAdminServiceExceptionpublic List<J2EEApplication> listApplications() throws Exception
listApplications in interface WebSphereAdminServiceExceptionpublic J2EEApplication getApplication(String appName) throws Exception
getApplication in interface WebSphereAdminServiceExceptionpublic com.ibm.ws.management.application.client.ListModules listModules(String appName) throws Exception
listModules in interface WebSphereAdminServiceExceptionpublic List listURIs(String appName) throws Exception
listURIs in interface WebSphereAdminServiceExceptionpublic List<Server> listServers() throws Exception
listServers in interface WebSphereAdminServiceExceptionpublic List<JVM> listJVMs() throws Exception
listJVMs in interface WebSphereAdminServiceExceptionpublic void uninstallApplication(String appName) throws Exception
uninstallApplication in interface WebSphereAdminServiceExceptionCopyright © 2013. All Rights Reserved.