Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net.events.partition
Interface PartitionedServiceDispatcher

All Superinterfaces:
EventDispatcher

public interface PartitionedServiceDispatcher
extends EventDispatcher

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

Since:
Coherence 12.1.2
Author:
rhan, nsa, rhl, hr 2011.03.29

Nested Class Summary

 

Nested classes/interfaces inherited from interface com.tangosol.net.events.EventDispatcher
EventDispatcher.InterceptorRegistrationEvent

 

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

 

Methods inherited from interface com.tangosol.net.events.EventDispatcher
addEventInterceptor, addEventInterceptor, addEventInterceptor, getSupportedTypes, removeEventInterceptor, 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 12.1.2.0.3

E26043-02


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