xdoclet.modules.jboss.jmx

Class JBossXmlServiceTemplateSubTask

public class JBossXmlServiceTemplateSubTask extends XmlSubTask

Generates a {servicefile}-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.9 $

Author: David Jencks

UNKNOWN: March 3, 2002 display-name = "JBoss XML Service" name = "jbossxmlservicetemplate" parent = "xdoclet.modules.jmx.JMXDocletTask" file = "jboss-service.ent" relates-to = "{servicefile}-service.xml" description = "An XML unparsed * entity containing jboss deployment descriptions for mbeans you wish to include in the {servicefile}-service.xml * which aren't processed by XDoclet. It can also include classpath and global depends elements. servicefile is * specified in the ant subtask"

Constructor Summary
JBossXmlServiceTemplateSubTask()
Describe what the JBossXmlServiceTemplateSubTask constructor does
Method Summary
voidexecute()
StringgetServicefile()
Get the Servicefile value.
voidsetServicefile(String servicefile)
Set the Servicefile value.

Constructor Detail

JBossXmlServiceTemplateSubTask

public JBossXmlServiceTemplateSubTask()
Describe what the JBossXmlServiceTemplateSubTask constructor does

Method Detail

execute

public void execute()

getServicefile

public String getServicefile()
Get the Servicefile value.

Returns: the Servicefile value.

setServicefile

public void setServicefile(String servicefile)
Set the Servicefile value.

Parameters: servicefile