Interface PartitionedServiceDispatcher
- All Superinterfaces:
EventDispatcher
A PartitionedServiceDispatcher dispatches
Event
s
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<E extends Event<? extends Enum>>
-
Method Summary
Modifier and TypeMethodDescriptionReturn thePartitionedService
for this dispatcher.default String
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 Details
-
getService
PartitionedService getService()Return thePartitionedService
for this dispatcher.- Returns:
- the
PartitionedService
for this dispatcher
-
getServiceName
Return the name of theservice
that this PartitionedServiceDispatcher is associated with.- Returns:
- the service name
-