xdoclet.modules.jboss.jmx

Class JBossXmlDocSubTask

public class JBossXmlDocSubTask extends XmlSubTask

Generates a skeleton {0}-service.xml file for JBoss mbean configuration. This can help you see what you can set in an mbean, you can just fill in your values and deploy. Currently there is a limitation that only managed attributes with getters show up in the results, however there is a comment for those with only a setter. It treats read-only managed attributes as if they can be written.

Version: $Revision: 1.6 $

Author: David Jencks

UNKNOWN: April 4, 2002 display-name = "JBoss XML Doc" name = "jbossxmldoc" parent = "xdoclet.modules.jmx.JMXDocletTask"

Constructor Summary
JBossXmlDocSubTask()
Describe what the JBossXmlDocSubTask constructor does

Constructor Detail

JBossXmlDocSubTask

public JBossXmlDocSubTask()
Describe what the JBossXmlDocSubTask constructor does