3738394041424344454647
super(name, registrationId); } public Object call() throws Exception { final MultiMapService service = getService(); return service.removeListener(name, registrationId); } public String getServiceName() { return MultiMapService.SERVICE_NAME; }
3334353637383940414243