org.apache.axis.management.jmx

Class ServiceAdministrator

public class ServiceAdministrator extends Object implements ServiceAdministratorMBean

The ServiceAdmininstrator MBean exposes the org.apache.axis.management.ServiceAdmin object

Version: 1.0

Author: bdillon

Constructor Summary
ServiceAdministrator()
CTR
Method Summary
StringgetVersion()
get the axis version
voidrestart()
restart the server
voidstart()
start the server
voidstartService(String serviceName)
Start the Service
voidstop()
stop the server
voidstopService(String serviceName)
Stop the Service

Constructor Detail

ServiceAdministrator

public ServiceAdministrator()
CTR

Method Detail

getVersion

public String getVersion()
get the axis version

Returns:

restart

public void restart()
restart the server

start

public void start()
start the server

startService

public void startService(String serviceName)
Start the Service

Parameters: serviceName

Throws: AxisFault ConfigurationException

stop

public void stop()
stop the server

stopService

public void stopService(String serviceName)
Stop the Service

Parameters: serviceName

Throws: AxisFault ConfigurationException

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.