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 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
-
Constructor Details
-
ServiceAdministrator
public ServiceAdministrator()CTR
-
-
Method Details
-
start
public void start()start the server- Specified by:
start
in interfaceServiceAdministratorMBean
-
stop
public void stop()stop the server- Specified by:
stop
in interfaceServiceAdministratorMBean
-
restart
public void restart()restart the server- Specified by:
restart
in interfaceServiceAdministratorMBean
-
startService
Start the Service- Specified by:
startService
in interfaceServiceAdministratorMBean
- Parameters:
serviceName
-- Throws:
AxisFault
- ConfigurationExceptionConfigurationException
-
stopService
Stop the Service- Specified by:
stopService
in interfaceServiceAdministratorMBean
- Parameters:
serviceName
-- Throws:
AxisFault
- ConfigurationExceptionConfigurationException
-
getVersion
get the axis version- Specified by:
getVersion
in interfaceServiceAdministratorMBean
- Returns:
-