Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net.partition
Interface PartitionListener

All Superinterfaces:
java.util.EventListener

public interface PartitionListener
extends java.util.EventListener

The listener interface for receiving PartitionEvents.

Since:
Coherence 3.3
Author:
cp 2007.05.18

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

 

Method Detail

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

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.