Package | Description |
---|---|
org.apache.axis2.engine |
Modifier and Type | Method and Description |
---|---|
Map<String,FaultyServiceData> |
AxisConfiguration.getFaultyServicesDuetoModule(String moduleName)
Returns a map which contains the faulty services due a particular module.
|
Map<String,Map<String,FaultyServiceData>> |
AxisConfiguration.getFaultyServicesDuetoModules()
Returns the map which keeps track of faulty services due to modules.
|
Modifier and Type | Method and Description |
---|---|
void |
AxisConfiguration.addFaultyServiceDuetoModule(String moduleName,
FaultyServiceData faultyServiceData)
Updates the map that keeps track of faulty services due to modules
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.