org.apache.axis.management.jmx
public interface ServiceAdministratorMBean
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getVersion()
get the axis version
|
void |
restart()
restart the server
|
void |
start()
Start the server
|
void |
startService(java.lang.String serviceName)
Start the Service
|
void |
stop()
stop the server
|
void |
stopService(java.lang.String serviceName)
Stop the Service
|
java.lang.String getVersion()
void start()
void stop()
void restart()
void startService(java.lang.String serviceName)
throws AxisFault,
ConfigurationException
serviceName - AxisFault - ConfigurationExceptionConfigurationExceptionvoid stopService(java.lang.String serviceName)
throws AxisFault,
ConfigurationException
serviceName - AxisFault - ConfigurationExceptionConfigurationExceptionCopyright ? 2005 Apache Web Services Project. All Rights Reserved.