Package org.objectweb.celtix.bus.management.jmx.export.annotation

Examples of org.objectweb.celtix.bus.management.jmx.export.annotation.ManagedResource


                                    operationDescriptor);
    }
   
    public ModelMBeanInfo getModelMbeanInfo(Class clazz) {
        supporter.clear();
        ManagedResource mr = getManagedResource(clazz);
        if (mr == null) {
            // the class is not need to expose to jmx
            return null;
        }           
        // Clazz get all the method which should be managemed
View Full Code Here

TOP

Related Classes of org.objectweb.celtix.bus.management.jmx.export.annotation.ManagedResource

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.