|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xdoclet.DocletSupport | +--xdoclet.SubTask | +--xdoclet.TemplateSubTask | +--xdoclet.XmlSubTask | +--xdoclet.jmx.vendor.JBossXmlServiceTemplateSubTask
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.
Inner classes inherited from class xdoclet.TemplateSubTask |
TemplateSubTask.ExtentTypes |
Field Summary | |
static java.lang.String |
SUBTASK_NAME
|
Fields inherited from class xdoclet.XmlSubTask |
useIds |
Fields inherited from class xdoclet.DocletSupport |
currentTag |
Constructor Summary | |
JBossXmlServiceTemplateSubTask()
|
Method Summary | |
java.lang.String |
getSubTaskName()
|
void |
validateOptions()
Called to validate configuration parameters. |
Methods inherited from class xdoclet.XmlSubTask |
copyAttributesFrom, engineFinished, getDtdFileName, getPublicId, getSchema, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdFileName, setPublicId, setSchema, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess |
Methods inherited from class xdoclet.SubTask |
addConfigParam, getConfigParams, getContext, getDestDir, getMergeDir, setDestDir, setMergeDir, setSubTaskName |
Methods inherited from class xdoclet.DocletSupport |
getCurrentClass, getCurrentConstructor, getCurrentField, getCurrentMethod, getCurrentPackage, getCurrentTag, isDocletGenerated, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentConstructor, setCurrentField, setCurrentMethod, setCurrentPackage, setCurrentTag |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String SUBTASK_NAME
Constructor Detail |
public JBossXmlServiceTemplateSubTask()
Method Detail |
public java.lang.String getSubTaskName()
getSubTaskName
in class TemplateSubTask
public void validateOptions() throws XDocletException
validateOptions
in class TemplateSubTask
XDocletException
- Description of Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |