|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.management.ServiceAdmin
The ServiceControl Object is responsible for starting and stopping specific services
Constructor Summary | |
ServiceAdmin()
|
Method Summary | |
static AxisServer |
getEngine()
Get the singleton engine for this management object |
static java.util.HashMap |
listServices()
List all registered services |
static void |
setEngine(AxisServer axisSrv,
java.lang.String name)
Set the singleton engine |
static void |
startService(java.lang.String serviceName)
Start the Service |
static 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 ServiceAdmin()
Method Detail |
public static void startService(java.lang.String serviceName) throws AxisFault, ConfigurationException
serviceName
-
AxisFault
- ConfigurationException
ConfigurationException
public static void stopService(java.lang.String serviceName) throws AxisFault, ConfigurationException
serviceName
-
AxisFault
- ConfigurationException
ConfigurationException
public static java.util.HashMap listServices() throws AxisFault, ConfigurationException
AxisFault
- ConfigurationException
ConfigurationException
public static AxisServer getEngine() throws AxisFault
AxisFault
public static void setEngine(AxisServer axisSrv, java.lang.String name)
axisSrv
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |