final StatisticService statisticService =
StatisticService.getInstance();
JSONRPCBridge.getGlobalBridge().registerObject(statisticService.
getServiceObjectName(), statisticService);
final TagService tagService = TagService.getInstance();
JSONRPCBridge.getGlobalBridge().registerObject(tagService.
getServiceObjectName(), tagService);
final PluginService pluginService = PluginService.getInstance();
JSONRPCBridge.getGlobalBridge().registerObject(pluginService.
getServiceObjectName(), pluginService);