Package org.b3log.solo.jsonrpc.impl

Examples of org.b3log.solo.jsonrpc.impl.PluginService$SingletonHolder


            final TagService tagService = TagService.getInstance();
            JSONRPCBridge.getGlobalBridge().registerObject(tagService.
                    getServiceObjectName(), tagService);

            final PluginService pluginService = PluginService.getInstance();
            JSONRPCBridge.getGlobalBridge().registerObject(pluginService.
                    getServiceObjectName(), pluginService);
        } catch (final Exception e) {
            LOGGER.log(Level.SEVERE, "Register remote JavaScript service error",
                       e);
            throw new IllegalStateException(e);
View Full Code Here

TOP

Related Classes of org.b3log.solo.jsonrpc.impl.PluginService$SingletonHolder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.