Interface FaultTolerantAware


  • public interface FaultTolerantAware
    Interface for components that wish to be notified whether or not the system is configured for fault tolerance.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setFaultTolerant​(boolean systemIsFaultTolerant)
      Called whether the component is fault tolerant or not with the current system setting for fault tolerance.
    • Method Detail

      • setFaultTolerant

        void setFaultTolerant​(boolean systemIsFaultTolerant)
        Called whether the component is fault tolerant or not with the current system setting for fault tolerance.