Package org.objectweb.fractal.jmx.agent

Examples of org.objectweb.fractal.jmx.agent.AdminAttributes


    }
   
    public void exposeMBeans() throws Exception {
        Component agentC = FractalHelper.getSubComponent(
                speedo, AbstractSpeedo.JMX_AGENT_PATH + ".agent", logger);
        AdminAttributes aa = (AdminAttributes)
                Fractal.getAttributeController(agentC);
        aa.setItfPatterns(EXPOSED_ITFS);
    ((Admin) agentC.getFcInterface("admin")).expose();
    }
View Full Code Here

TOP

Related Classes of org.objectweb.fractal.jmx.agent.AdminAttributes

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.