toolbox.oracle.fault.management.services
Interface FaultDistributionService

All Known Implementing Classes:
FaultDistributionServiceHTTPImpl, FaultDistributionServiceStdOutImpl

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:

Author:
Hannes Holtzhausen

Method Summary
 void distribute(java.util.Map data)
          Distribute the provided fault information.
 

Method Detail

distribute

void distribute(java.util.Map data)
Distribute the provided fault information.

Parameters:
data - Map containing the fault information. See the interface description for details on the data contained in this map.