|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FaultDistributionService
Interface that defines a generic fault distribution facility.
Implementations of this interface will provide the means to distribute fault information.
The data contract for this interface is based on a Map containing a number of name-value pair and XML structures. Implementations of this interface will be provided with following data in the distribute method:
| Method Summary | |
|---|---|
void |
distribute(java.util.Map data)
Distribute the provided fault information. |
| Method Detail |
|---|
void distribute(java.util.Map data)
data - Map containing the fault information. See the interface
description for details on the data contained in this
map.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||