public interface ServiceAdministratorMBean
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
|
String getVersion()
void start()
void stop()
void restart()
void startService(String serviceName) throws AxisFault, ConfigurationException
serviceName
- AxisFault
- ConfigurationExceptionConfigurationException
void stopService(String serviceName) throws AxisFault, ConfigurationException
serviceName
- AxisFault
- ConfigurationExceptionConfigurationException
Copyright © The Apache Software Foundation. All Rights Reserved.