org.apache.axis.management.jmx

Class ServiceAdministrator

Implemented Interfaces:
ServiceAdministratorMBean

public class ServiceAdministrator
extends java.lang.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

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

Constructor Details

ServiceAdministrator

public ServiceAdministrator()
CTR

Method Details

getVersion

public String getVersion()
get the axis version
Specified by:
getVersion in interface ServiceAdministratorMBean
Returns:

restart

public void restart()
restart the server
Specified by:
restart in interface ServiceAdministratorMBean

start

public void start()
start the server
Specified by:
start in interface ServiceAdministratorMBean

startService

public void startService(String serviceName)
            throws AxisFault,
                   ConfigurationException
Start the Service
Specified by:
startService in interface ServiceAdministratorMBean
Parameters:
serviceName -
Throws:
AxisFault - ConfigurationException

stop

public void stop()
stop the server
Specified by:
stop in interface ServiceAdministratorMBean

stopService

public void stopService(String serviceName)
            throws AxisFault,
                   ConfigurationException
Stop the Service
Specified by:
stopService in interface ServiceAdministratorMBean
Parameters:
serviceName -
Throws:
AxisFault - ConfigurationException

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