Interface PartitionListener

All Superinterfaces:
EventListener

public interface PartitionListener extends EventListener
The listener interface for receiving PartitionEvents.
Since:
Coherence 3.3
Author:
cp 2007.05.18
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a partition event has occurred.
  • Method Details

    • onPartitionEvent

      void onPartitionEvent(PartitionEvent evt)
      Invoked when a partition event has occurred.

      This interface should be considered as a very advanced feature, so a PartitionListener implementation must exercise extreme caution during event processing since any delay or unhandled exception could cause a delay in or complete shutdown of the corresponding partitioned service.

      Parameters:
      evt - the PartitionEvent object containing the information about the event that has occurred