Package org.rhq.enterprise.communications.command.server

Examples of org.rhq.enterprise.communications.command.server.CommandServiceDirectory


            addRemotePojo(pojo_instance, remote_interface_name);
        }

        // now register the command service directory
        m_commandServiceDirectory = new CommandServiceDirectory();
        m_commandServiceDirectory.setAllowDynamicDiscovery(dynamic_discovery);

        m_mbs.registerMBean(m_commandServiceDirectory, OBJECTNAME_CMDSERVICE_DIRECTORY);
        LOG.debug(CommI18NResourceKeys.SERVICE_CONTAINER_DIRECTORY_CREATED, OBJECTNAME_CMDSERVICE_DIRECTORY);
View Full Code Here

TOP

Related Classes of org.rhq.enterprise.communications.command.server.CommandServiceDirectory

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.