|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceAdministratorMBean
The ServiceAdministrator MBean exposes the org.apache.axis.management.ServiceAdmin object
Method Summary | |
---|---|
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 |
Method Detail |
---|
java.lang.String getVersion()
void start()
void stop()
void restart()
void startService(java.lang.String serviceName) throws AxisFault, ConfigurationException
serviceName
-
AxisFault
- ConfigurationException
ConfigurationException
void stopService(java.lang.String serviceName) throws AxisFault, ConfigurationException
serviceName
-
AxisFault
- ConfigurationException
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |