Rio Project 4.2 API Documentation



org.rioproject.fdh
Interface FaultDetectionListener<T>

All Known Implementing Classes:
AssociationMgmt.AssociationHandler, ServiceBeanExec

public interface FaultDetectionListener<T>

The FaultDetectionListener allows a client to be notified by a FaultDetectionHandler that a service is unreachable

Author:
Dennis Reedy

Method Summary
 void serviceFailure(Object service, T serviceID)
          Notify the FaultDetectionListener that the service has failed
 

Method Detail

serviceFailure

void serviceFailure(Object service,
                    T serviceID)
Notify the FaultDetectionListener that the service has failed

Parameters:
service - The service that has failed
serviceID - An Object representing a unique service identifier of the service that has failed

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.