public class ServiceAdministrator extends Object implements ServiceAdministratorMBean
| Constructor and Description |
|---|
ServiceAdministrator()
CTR
|
| Modifier and Type | Method and Description |
|---|---|
String |
getVersion()
get the axis version
|
void |
restart()
restart the server
|
void |
start()
start the server
|
void |
startService(String serviceName)
Start the Service
|
void |
stop()
stop the server
|
void |
stopService(String serviceName)
Stop the Service
|
public void start()
start in interface ServiceAdministratorMBeanpublic void stop()
stop in interface ServiceAdministratorMBeanpublic void restart()
restart in interface ServiceAdministratorMBeanpublic void startService(String serviceName) throws AxisFault, ConfigurationException
startService in interface ServiceAdministratorMBeanserviceName - AxisFault - ConfigurationExceptionConfigurationExceptionpublic void stopService(String serviceName) throws AxisFault, ConfigurationException
stopService in interface ServiceAdministratorMBeanserviceName - AxisFault - ConfigurationExceptionConfigurationExceptionpublic String getVersion()
getVersion in interface ServiceAdministratorMBeanCopyright © The Apache Software Foundation. All Rights Reserved.