aop and jmx-mc-int WAS Re: [jboss-dev] JBAS-6577 - Moved the ServiceController to the Microcontainer project

Ales Justin ales.justin at gmail.com
Wed Mar 11 17:45:21 EDT 2009


> Is it the stuff under 
> https://svn.jboss.org/repos/jbossas/projects/microcontainer/trunk/jmx-mc-int/src/main/java/org/jboss/system/microcontainer/jmx/? What 
> are the JMXXXXAnnotationPlugin classes?

This makes it possible to expose bean's properties/attributes as @JMX 
mbeans.
It was something JBM guys once wanted.

e.g.

public class Foo
{
    private PojoMBean pojo;

    @JMX
    public PojoMBean getPojo()
    {
       ...
}



More information about the jboss-development mailing list