throw new NullPointerException("CacheEntryListenerConfiguration can't be " + "null");
}
final CacheEventListenerAdaptor<K, V> adaptor = new CacheEventListenerAdaptor<K, V>(this, cacheEntryListenerConfiguration,
clientContext.getSerializationService());
final EventHandler<Object> handler = createHandler(adaptor);
final CacheAddEntryListenerRequest registrationRequest = new CacheAddEntryListenerRequest(nameWithPrefix);
final String regId = clientContext.getListenerService().listen(registrationRequest, null, handler);
if (regId != null) {
cacheConfig.addCacheEntryListenerConfiguration(cacheEntryListenerConfiguration);
addListenerLocally(regId, cacheEntryListenerConfiguration);
//CREATE ON OTHERS TOO