|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.management.jmx.ServiceAdministrator
public class ServiceAdministrator
The ServiceAdmininstrator MBean exposes the org.apache.axis.management.ServiceAdmin object
Constructor Summary | |
---|---|
ServiceAdministrator()
CTR |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceAdministrator()
Method Detail |
---|
public void start()
start
in interface ServiceAdministratorMBean
public void stop()
stop
in interface ServiceAdministratorMBean
public void restart()
restart
in interface ServiceAdministratorMBean
public void startService(java.lang.String serviceName) throws AxisFault, ConfigurationException
startService
in interface ServiceAdministratorMBean
serviceName
-
AxisFault
- ConfigurationException
ConfigurationException
public void stopService(java.lang.String serviceName) throws AxisFault, ConfigurationException
stopService
in interface ServiceAdministratorMBean
serviceName
-
AxisFault
- ConfigurationException
ConfigurationException
public java.lang.String getVersion()
getVersion
in interface ServiceAdministratorMBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |