public class ServiceAdministrator extends Object implements ServiceAdministratorMBean
Constructor and Description |
---|
ServiceAdministrator()
CTR
|
Modifier and Type | Method and Description |
---|---|
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
|
public void start()
start
in interface ServiceAdministratorMBean
public void stop()
stop
in interface ServiceAdministratorMBean
public void restart()
restart
in interface ServiceAdministratorMBean
public void startService(String serviceName) throws AxisFault, ConfigurationException
startService
in interface ServiceAdministratorMBean
serviceName
- AxisFault
- ConfigurationExceptionConfigurationException
public void stopService(String serviceName) throws AxisFault, ConfigurationException
stopService
in interface ServiceAdministratorMBean
serviceName
- AxisFault
- ConfigurationExceptionConfigurationException
public String getVersion()
getVersion
in interface ServiceAdministratorMBean
Copyright © The Apache Software Foundation. All Rights Reserved.