Package org.activiti.management.jmx.testMbeans

Examples of org.activiti.management.jmx.testMbeans.BadAttributeNameNoGetterSetter


  }

  @Test(expected = IllegalArgumentException.class)
  public void testAttributePOJONamingNoGetter() throws JMException {
    mbeanInfoAssembler.getMBeanInfo(new BadAttributeNameNoGetterSetter(), null, "someName");
  }
View Full Code Here

TOP

Related Classes of org.activiti.management.jmx.testMbeans.BadAttributeNameNoGetterSetter

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.