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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.jini.rio.resources.client.AbstractFaultDetectionHandler.ServiceMonitor
    Get the class which implements the ServiceMonitor
    void
    setConfiguration(String[] configArgs)
     
     

    Methods inherited from class org.jini.rio.resources.client.AbstractFaultDetectionHandler

    canbeScheduled, getName, getServiceID, monitor, notifyListeners, register, terminate, unregister

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • PUFaultDetectionHandler

      public PUFaultDetectionHandler()
  • Method Details

    • setConfiguration

      public void setConfiguration(String[] configArgs)
      See Also:
      • FaultDetectionHandler.setConfiguration(java.lang.String[])
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getServiceMonitor

      protected org.jini.rio.resources.client.AbstractFaultDetectionHandler.ServiceMonitor getServiceMonitor() throws Exception
      Get the class which implements the ServiceMonitor
      Specified by:
      getServiceMonitor in class org.jini.rio.resources.client.AbstractFaultDetectionHandler
      Throws:
      Exception