xdoclet.modules.ejb.session
public class RemoteFacadeSubTask extends AbstractEjbCodeGeneratorSubTask
Version: $Revision: 1.4 $
UNKNOWN: September 10, 2002 display-name = "Facade" name = "remotefacade" parent = "xdoclet.modules.ejb.EjbDocletTask"
Field Summary | |
---|---|
static String | DEFAULT_REMOTE_FACADE_CLASS_PATTERN |
protected static String | DEFAULT_TEMPLATE_FILE |
protected String | remoteFacadeClassPattern
A configuration parameter for specifying the entity bean facade EJB class name pattern. |
protected String | remoteFacadeEjbNamePattern
a configuration parameter for specifying facade ejb names pattern {0} means ejb name |
Constructor Summary | |
---|---|
RemoteFacadeSubTask() |
Method Summary | |
---|---|
protected void | engineStarted()
Describe what the method does
|
protected String | getGeneratedFileName(XClass clazz)
Gets the GeneratedFileName attribute of the RemoteFacadeSubTask object
|
String | getRemoteFacadeClassPattern()
Returns the configuration parameter for specifying the entity bean facade class name pattern. |
protected boolean | matchesGenerationRules(XClass clazz)
we accept session beans generated on first stage runs.
|
void | setPattern(String new_pattern)
Sets the Pattern attribute of the DataObjectSubTask object
|
void | validateOptions()
Called to validate configuration parameters.
|
Throws: XDocletException
Parameters: clazz Describe what the parameter does
Returns: The GeneratedFileName value
Throws: XDocletException
Returns: The EntityCmpClassPattern value
Parameters: clazz Describe what the parameter does
Returns: Describe the return value
Throws: XDocletException
UNKNOWN: refactor/merge this method with matchesGenerationRules from EntityBmpSubTask
Parameters: new_pattern The new Pattern value
Throws: XDocletException