FileDocCategorySizeDatePackage
ServiceAdministratorMBean.javaAPI DocApache Axis 1.41683Sat Apr 22 18:57:26 BST 2006org.apache.axis.management.jmx

ServiceAdministratorMBean

public interface ServiceAdministratorMBean
The ServiceAdministrator MBean exposes the org.apache.axis.management.ServiceAdmin object
author
bdillon
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetVersion()
get the axis version

return

public voidrestart()
restart the server

public voidstart()
Start the server

public voidstartService(java.lang.String serviceName)
Start the Service

param
serviceName
throws
AxisFault ConfigurationException

public voidstop()
stop the server

public voidstopService(java.lang.String serviceName)
Stop the Service

param
serviceName
throws
AxisFault ConfigurationException