Package javax.management.j2ee

Examples of javax.management.j2ee.Management


    public void testMEJBLookup() throws Exception {
        InitialContext initialContext = new InitialContext();
        Object o = initialContext.lookup("java:comp/env/ejb/mgmt/MEJB");
        ManagementHome home = (ManagementHome)o;
        Management mejb = home.create();
        mejb.getMBeanCount();
    }
View Full Code Here

TOP

Related Classes of javax.management.j2ee.Management

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.