Package com.sun.mfwk.agent.appserv.discovery

Examples of com.sun.mfwk.agent.appserv.discovery.ASMBeanDiscoveryServiceFactory


        try {
            //get the connection
            ConnectionRegistry registry = ConnectionRegistry.getInstance();
            MBeanServerConnection connection = registry.getConnection(server, domain);

            ASMBeanDiscoveryServiceFactory dicoveryServiceFactory =
                ASMBeanDiscoveryServiceFactory.getInstance();

            ASMBeanDiscoveryService discoveryService =
                    dicoveryServiceFactory.getASMBeanDiscoveryService(connection);
            Set asMbeans = discoveryService.discoverASMBeans(objectName);
            mediator.load(asMbeans);

        } catch(Exception e){
            if(logger != null){
View Full Code Here

TOP

Related Classes of com.sun.mfwk.agent.appserv.discovery.ASMBeanDiscoveryServiceFactory

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.