Package org.apache.axis.management.jmx
Interface ServiceAdministratorMBean
- All Known Implementing Classes:
ServiceAdministrator
public interface ServiceAdministratorMBean
The ServiceAdministrator MBean exposes the
org.apache.axis.management.ServiceAdmin object
- Version:
- 1.0
- Author:
- bdillon
-
Method Summary
Modifier and TypeMethodDescriptionget the axis versionvoidrestart()restart the servervoidstart()Start the servervoidstartService(String serviceName) Start the Servicevoidstop()stop the servervoidstopService(String serviceName) Stop the Service
-
Method Details
-
getVersion
String getVersion()get the axis version- Returns:
-
start
void start()Start the server -
stop
void stop()stop the server -
restart
void restart()restart the server -
startService
Start the Service- Parameters:
serviceName-- Throws:
AxisFault- ConfigurationExceptionConfigurationException
-
stopService
Stop the Service- Parameters:
serviceName-- Throws:
AxisFault- ConfigurationExceptionConfigurationException
-