Package org.activiti.management.jmx.annotations

Examples of org.activiti.management.jmx.annotations.ManagedResource


      }
    }
  }

  private String getDescription(Object managedBean, String objectName) {
    ManagedResource mr = managedBean.getClass().getAnnotation(ManagedResource.class);
    return mr != null ? mr.description() : "";
  }
View Full Code Here

TOP

Related Classes of org.activiti.management.jmx.annotations.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.