Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


com.tangosol.util
Interface SynchronousListener

All Known Subinterfaces:
MapListenerSupport.SynchronousListener
All Known Implementing Classes:
CachingMap.BackMapListener, CachingMap.FrontMapListener, ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener, ContinuousQueryCache.AddListener, ContinuousQueryCache.RemoveListener, InvocableMapHelper.IndexAdapter, MapListenerSupport.WrapperSynchronousListener

public interface SynchronousListener

A tag interface indicating that a listener implementation has to receive the event notifications synchronously on the corresponding service's thread. <p/> This interface should be considered as a very advanced feature, as a listener implementation that is marked as a SynchronousListener must exercise extreme caution during event processing since any delay with return or unhandled exception will cause a delay or complete shutdown of the corresponding service.

Since:
Coherence 3.6
Author:
rhl 2010.03.07


Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


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