Interface PartitionedServiceDispatcher
-
- All Superinterfaces:
EventDispatcher
public interface PartitionedServiceDispatcher extends EventDispatcher
A PartitionedServiceDispatcher dispatchesEvent
s from aPartitionedService
. 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<E extends Event<? extends Enum>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PartitionedService
getService()
Return thePartitionedService
for this dispatcher.default String
getServiceName()
Return the name of theservice
that this PartitionedServiceDispatcher is associated with.-
Methods inherited from interface com.tangosol.net.events.EventDispatcher
addEventInterceptor, addEventInterceptor, addEventInterceptor, getSupportedTypes, removeEventInterceptor, removeEventInterceptor
-
-
-
-
Method Detail
-
getService
PartitionedService getService()
Return thePartitionedService
for this dispatcher.- Returns:
- the
PartitionedService
for this dispatcher
-
-