xdoclet.modules.jboss.jmx
Class JBossXmlServiceTemplateSubTask
java.lang.Objectxdoclet.DocletSupportxdoclet.SubTaskxdoclet.TemplateSubTaskxdoclet.XmlSubTaskxdoclet.modules.jboss.jmx.JBossXmlServiceTemplateSubTask
- Serializable
public class JBossXmlServiceTemplateSubTask
extends xdoclet.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.
- display-name = "JBoss XML Service"
name = "jbossxmlservicetemplate"
parent = "xdoclet.modules.jmx.JMXDocletTask"
copyAttributesFrom, engineFinished, getDtdURL, getPublicId, getSchema, getSchemaURL, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdURL, setPublicId, setSchema, setSchemaURL, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess |
addOfType, addOfType, addPackageSubstitution, copyAttributesFrom, engineFinished, engineStarted, execute, generateForClass, getAcceptAbstractClasses, getAcceptInterfaces, getDestinationFile, getEngine, getExtent, getGeneratedFileName, getGenerationManager, getHavingClassTag, getOfType, getPackageSubstitutions, getSubTaskClassName, getTemplateURL, init, isPackageSubstitutionInheritanceSupported, isPrefixWithPackageStructure, javaFile, matchesGenerationRules, processInnerClasses, setAcceptAbstractClasses, setAcceptInterfaces, setDestinationFile, setEngine, setExtent, setExtentValue, setGenerationManager, setHavingClassTag, setOfType, setPackageSubstitutionInheritanceSupported, setPackageSubstitutions, setPrefixWithPackageStructure, setSubTaskClassName, setTemplateFile, setTemplateURL, startEngine, startProcess, startProcessForAll, startProcessPerClass, validateOptions |
addConfigParam, copyAttributesFrom, execute, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, init, setDestDir, setMergeDir, setSubTaskName, validateOptions |
getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getCurrentTag, isDocletGenerated, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage |
JBossXmlServiceTemplateSubTask
public JBossXmlServiceTemplateSubTask()
Describe what the JBossXmlServiceTemplateSubTask constructor does
execute
public void execute()
throws xdoclet.XDocletException- execute in interface xdoclet.TemplateSubTask
getServicefile
public String getServicefile()
Get the Servicefile value.
setServicefile
public void setServicefile(String servicefile)
Set the Servicefile value.