| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.axis.management.jmx.ServiceAdministratorConstructor 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,
ConfigurationExceptionStart the Service
- Specified by:
- startService in interface ServiceAdministratorMBean
- Parameters:
serviceName-
- Throws:
AxisFault- ConfigurationException
public void stopService(String serviceName)
throws AxisFault,
ConfigurationExceptionStop the Service
- Specified by:
- stopService in interface ServiceAdministratorMBean
- Parameters:
serviceName-
- Throws:
AxisFault- ConfigurationException