org.apache.axis.management.jmx
Interface ServiceAdministratorMBean

All 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
 java.util.ArrayList listServices()
          List all registered services
 void startService(java.lang.String serviceName)
          Start the Service
 void stopService(java.lang.String serviceName)
          Stop the Service
 

Method Detail

startService

public void startService(java.lang.String serviceName)
                  throws AxisFault,
                         ConfigurationException
Start the Service

Parameters:
serviceName -
Throws:
AxisFault - ConfigurationException
ConfigurationException

stopService

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

Parameters:
serviceName -
Throws:
AxisFault - ConfigurationException
ConfigurationException

listServices

public java.util.ArrayList listServices()
                                 throws AxisFault,
                                        ConfigurationException
List all registered services

Returns:
Map of Services (SOAPService objects, Key is the ServiceName)
Throws:
AxisFault,ConfigurationException
AxisFault
ConfigurationException


Copyright ? 2003 Apache Web Services Project. All Rights Reserved.