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 |
serviceFailure
void serviceFailure(Object service,
T serviceID)
- Notify the FaultDetectionListener that the service has failed
- Parameters:
service - The service that has failedserviceID - An Object representing a unique service identifier of
the service that has failed
Copyright © 2006-2011 Rio Project. All Rights Reserved.