|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.management.jmx.ServiceAdministrator
The ServiceAdmininstrator MBean exposes the org.apache.axis.management.ServiceAdmin object
Constructor Summary | |
ServiceAdministrator()
CTR |
Method Summary | |
java.util.ArrayList |
listServices()
List all registered services |
void |
startService(java.lang.String serviceName)
Start the Service |
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 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.util.ArrayList listServices() throws AxisFault, ConfigurationException
listServices
in interface ServiceAdministratorMBean
AxisFault
- ConfigurationException
ConfigurationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |