Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface ServiceAdministratorMBean
Method Summary | |
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public String getVersion()
get the axis version
- Returns:
public void restart()
restart the server
public void start()
Start the server
public void startService(String serviceName) throws AxisFault, ConfigurationException
Start the Service
- Parameters:
serviceName
-
- Throws:
AxisFault
- ConfigurationException
public void stop()
stop the server
public void stopService(String serviceName) throws AxisFault, ConfigurationException
Stop the Service
- Parameters:
serviceName
-
- Throws:
AxisFault
- ConfigurationException