Package org.objectweb.speedo.jmx.mbeans

Examples of org.objectweb.speedo.jmx.mbeans.Connection


        aa.setItfPatterns(EXPOSED_ITFS);
    ((Admin) agentC.getFcInterface("admin")).expose();
    }
   
    public void addConnectionMBeans() throws Exception {
        Connection c = new Connection(
                getPoolAttributes(AbstractSpeedo.CONNECTION_POOL_PATH),
                getPoolItf(AbstractSpeedo.PM_POOL_PATH),
                getPMF());
        server.registerMBean(c, new ObjectName("speedo:name=connection"));
    }
View Full Code Here

TOP

Related Classes of org.objectweb.speedo.jmx.mbeans.Connection

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.