xdoclet.modules.ejb.mdb
public class MdbSubTask extends AbstractEjbCodeGeneratorSubTask
Version: $Revision: 1.2 $
UNKNOWN: Sept 15, 2003 display-name = "Mdb Bean" name = "mdb" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "mdb-custom.xdt" relates-to = "{0}Mdb.java" description = "A text file containing custom * template and/or java code to include in the EJB mdb class."
Field Summary | |
---|---|
static String | DEFAULT_MESSAGE_DRIVEN_CLASS_PATTERN |
protected static String | DEFAULT_TEMPLATE_FILE |
protected String | mdbClassPattern
A configuration parameter for specifying the concrete mdb bean class name pattern. |
Constructor Summary | |
---|---|
MdbSubTask()
Describe what the MdbSubTask constructor does |
Method Summary | |
---|---|
protected void | engineStarted()
Describe what the method does
|
protected String | getGeneratedFileName(XClass clazz)
Gets the GeneratedFileName attribute of the MdbSubTask object
|
String | getMessageDrivenClassPattern()
Returns the configuration parameter for specifying the concrete mdb bean class name pattern. |
protected boolean | matchesGenerationRules(XClass clazz)
Describe what the method does
|
void | setPattern(String new_pattern)
Sets the Pattern attribute of the MdbSubTask object
|
void | validateOptions()
Called to validate configuration parameters.
|
See Also: getMessageDrivenClassPattern
Throws: XDocletException
Parameters: clazz Describe what the parameter does
Returns: The GeneratedFileName value
Throws: XDocletException
Returns: The MdbClassPattern value
See Also: mdbClassPattern
Parameters: clazz Describe what the parameter does
Returns: Describe the return value
Throws: XDocletException
Parameters: new_pattern The new Pattern value
Throws: XDocletException