Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.axis.management.jmx.ServiceAdministrator
Constructor Summary | |
|
Method Summary | |
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public String getVersion()
get the axis version
- Specified by:
- getVersion in interface ServiceAdministratorMBean
- Returns:
public void restart()
restart the server
- Specified by:
- restart in interface ServiceAdministratorMBean
public void startService(String serviceName) throws AxisFault, ConfigurationException
Start the Service
- Specified by:
- startService in interface ServiceAdministratorMBean
- Parameters:
serviceName
-
- Throws:
AxisFault
- ConfigurationException
public void stopService(String serviceName) throws AxisFault, ConfigurationException
Stop the Service
- Specified by:
- stopService in interface ServiceAdministratorMBean
- Parameters:
serviceName
-
- Throws:
AxisFault
- ConfigurationException