Collection<EventRegistration> registrations = eventService.getRegistrations(getServiceName(), name);
return registrations.size() > 0;
}
public final void publishEvent(EntryEventType eventType, Data key, Object value) {
MultiMapService multiMapService = getService();
multiMapService.publishEntryEvent(name, eventType, key, value);
}