Package org.apache.axis.management.jmx
Class ServiceAdministrator
java.lang.Object
org.apache.axis.management.jmx.ServiceAdministrator
- All Implemented Interfaces:
ServiceAdministratorMBean
The ServiceAdmininstrator MBean exposes the
org.apache.axis.management.ServiceAdmin object
- Version:
- 1.0
- Author:
- bdillon
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
ServiceAdministrator
public ServiceAdministrator()CTR
-
-
Method Details
-
start
public void start()start the server- Specified by:
startin interfaceServiceAdministratorMBean
-
stop
public void stop()stop the server- Specified by:
stopin interfaceServiceAdministratorMBean
-
restart
public void restart()restart the server- Specified by:
restartin interfaceServiceAdministratorMBean
-
startService
Start the Service- Specified by:
startServicein interfaceServiceAdministratorMBean- Parameters:
serviceName-- Throws:
AxisFault- ConfigurationExceptionConfigurationException
-
stopService
Stop the Service- Specified by:
stopServicein interfaceServiceAdministratorMBean- Parameters:
serviceName-- Throws:
AxisFault- ConfigurationExceptionConfigurationException
-
getVersion
get the axis version- Specified by:
getVersionin interfaceServiceAdministratorMBean- Returns:
-