Package patterntesting.runtime.jmx


package patterntesting.runtime.jmx
This is the package for JMX support.
Since:
0.8
Author:
oliver
  • Class
    Description
    The Class AnnotatedStandardMBean.
    With this annotation you can add a description to a MBean.
    This Info bean is registered as MBean and provides some information about PatternTesting.
    This is the interface for the info bean anf for the use of this bean as MBean.
    This class simplifies the use of JMX and MBeans a little bit.
    To avoid confusion with the existing MBeanRegistration interface from javax.management this interface is now called MBeanRegistry (although there are too many negative associations with the word "registry").
    This annotation can be used inside MBean interfaces to document the unit of an attribute.