public class ServiceAdministrator extends java.lang.Object implements ServiceAdministratorMBean
| Constructor and Description |
|---|
ServiceAdministrator()
CTR
|
| 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
|
public void start()
start in interface ServiceAdministratorMBeanpublic void stop()
stop in interface ServiceAdministratorMBeanpublic void restart()
restart in interface ServiceAdministratorMBeanpublic void startService(java.lang.String serviceName)
throws AxisFault,
ConfigurationException
startService in interface ServiceAdministratorMBeanserviceName - AxisFault - ConfigurationExceptionConfigurationExceptionpublic void stopService(java.lang.String serviceName)
throws AxisFault,
ConfigurationException
stopService in interface ServiceAdministratorMBeanserviceName - AxisFault - ConfigurationExceptionConfigurationExceptionpublic java.lang.String getVersion()
getVersion in interface ServiceAdministratorMBeanCopyright ? 2005 Apache Web Services Project. All Rights Reserved.