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 versionvoid
restart()
restart the servervoid
start()
Start the servervoid
startService
(String serviceName) Start the Servicevoid
stop()
stop the servervoid
stopService
(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
-