Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.net.events
Interface PartitionedServiceDispatcher

All Superinterfaces:
EventDispatcher

public interface PartitionedServiceDispatcher
extends EventDispatcher

A PartitionedServiceDispatcher dispatches PartitionedServiceDispatcher.TransferEvents from a PartitionedService. This dispatcher can raise:

Since:
Coherence 3.7.1
Author:
rhanckel, nsa, rhl 2011.03.29

Nested Class Summary
static interface PartitionedServiceDispatcher.TransferEvent
          A PartitionedServiceDispatcher.TransferEvent captures information concerning the transfer of a partition for a storage enabled member.

 

Method Summary
 PartitionedService getService()
          Return the PartitionedService for this dispatcher.

 

Methods inherited from interface com.tangosol.net.events.EventDispatcher
addEventInterceptor, getSupportedTypes, removeEventInterceptor

 

Method Detail

getService

PartitionedService getService()
Return the PartitionedService for this dispatcher.
Returns:
the PartitionedService for this dispatcher

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


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