| Package | Description |
|---|---|
| org.apache.axis2.engine |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,FaultyServiceData> |
AxisConfiguration.getFaultyServicesDuetoModule(java.lang.String moduleName)
Returns a map which contains the faulty services due a particular module.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.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(java.lang.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.