org.apache.axis.management.jmx

Interface ServiceAdministratorMBean

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

String
getVersion()
get the axis version
void
restart()
restart the server
void
start()
Start the server
void
startService(String serviceName)
Start the Service
void
stop()
stop the server
void
stopService(String serviceName)
Stop the Service

Method Details

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)
            throws AxisFault,
                   ConfigurationException
Start the Service

Parameters:
serviceName -

Throws:
AxisFault - ConfigurationException


stop

public void stop()
stop the server


stopService

public void stopService(String serviceName)
            throws AxisFault,
                   ConfigurationException
Stop the Service

Parameters:
serviceName -

Throws:
AxisFault - ConfigurationException


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