Interface PartitionedServiceDispatcher
- All Superinterfaces:
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<E extends Event<? extends Enum>> -
Method Summary
Modifier and TypeMethodDescriptionReturn thePartitionedServicefor this dispatcher.default StringReturn the name of theservicethat 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 thePartitionedServicefor this dispatcher.- Returns:
- the
PartitionedServicefor this dispatcher
-
getServiceName
Return the name of theservicethat this PartitionedServiceDispatcher is associated with.- Returns:
- the service name
-