Class PUFaultDetectionHandler
java.lang.Object
org.jini.rio.resources.client.AbstractFaultDetectionHandler
org.openspaces.pu.container.servicegrid.PUFaultDetectionHandler
- All Implemented Interfaces:
org.jini.rio.core.FaultDetectionHandler
public class PUFaultDetectionHandler
extends org.jini.rio.resources.client.AbstractFaultDetectionHandler
A processing unit fault detection handler. Invokes
PUServiceBean.isAlive().- Author:
- kimchy
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jini.rio.resources.client.AbstractFaultDetectionHandler
org.jini.rio.resources.client.AbstractFaultDetectionHandler.ScheduledMonitor, org.jini.rio.resources.client.AbstractFaultDetectionHandler.ScheduledMonitorError, org.jini.rio.resources.client.AbstractFaultDetectionHandler.ServiceMonitor -
Field Summary
FieldsFields inherited from class org.jini.rio.resources.client.AbstractFaultDetectionHandler
config, configArgs, DEFAULT_INVOCATION_DELAY, DEFAULT_RETRY_COUNT, DEFAULT_RETRY_TIMEOUT, invocationDelay, proxy, RETRY_COUNT_KEY, RETRY_TIMEOUT_KEY, retryCount, retryTimeout, serviceMonitor, terminating -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.jini.rio.resources.client.AbstractFaultDetectionHandler.ServiceMonitorGet the class which implements the ServiceMonitorvoidsetConfiguration(String[] configArgs) toString()Methods inherited from class org.jini.rio.resources.client.AbstractFaultDetectionHandler
canbeScheduled, getName, getServiceID, monitor, notifyListeners, register, terminate, unregister
-
Field Details
-
INVOCATION_DELAY_KEY
- See Also:
-
-
Constructor Details
-
PUFaultDetectionHandler
public PUFaultDetectionHandler()
-
-
Method Details
-
setConfiguration
- See Also:
-
FaultDetectionHandler.setConfiguration(java.lang.String[])
-
toString
-
getServiceMonitor
protected org.jini.rio.resources.client.AbstractFaultDetectionHandler.ServiceMonitor getServiceMonitor() throws ExceptionGet the class which implements the ServiceMonitor- Specified by:
getServiceMonitorin classorg.jini.rio.resources.client.AbstractFaultDetectionHandler- Throws:
Exception
-