xdoclet.modules.ejb.lookup
public class LookupObjectSubTask extends AbstractEjbCodeGeneratorSubTask
Version: $Revision: 1.13 $
UNKNOWN: October 3, 2001 display-name = "Lookup Object" name = "utilobject" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "util-custom.xdt" relates-to = "{0}Util.java" description = "A text file containing custom * template and/or java code to include in the utility class." file = "lookup-custom.xdt" relates-to = "{0}Util.java" description = "A text file containing custom * template and/or java code to include in the utility class."
Nested Class Summary | |
---|---|
static class | LookupObjectSubTask.LookupKind |
Field Summary | |
---|---|
static String | DEFAULT_UTIL_CLASS_PATTERN |
Constructor Summary | |
---|---|
LookupObjectSubTask()
Describe what the UtilObjectSubTask constructor does |
Method Summary | |
---|---|
protected void | engineStarted()
Describe what the method does
|
boolean | getCacheHomes()
Cache the homes?
|
protected String | getGeneratedFileName(XClass clazz)
Gets the GeneratedFileName attribute of the UtilObjectSubTask object
|
boolean | getIncludeGUID()
Include a performant GUID generator in the util object.
|
String | getKind()
Gets the Kind attribute of the UtilObjectSubTask object
|
boolean | getLocalProxies()
should local proxies be returned instead of home interfaces be returned for SLSBs?
|
String | getUtilClassPattern()
Returns the configuration parameter for specifying the utility class name pattern. |
protected boolean | matchesGenerationRules(XClass clazz)
Describe what the method does
|
void | setCacheHomes(boolean cacheHomes)
Cache the homes?
|
void | setIncludeGUID(boolean includeGUID)
Include a performant GUID generator in the util object.
|
void | setKind(LookupObjectSubTask.LookupKind kind)
Sets the Kind attribute of the UtilObjectSubTask object
|
void | setLocalProxies(boolean localProxies)
Should local proxies be dynamically generated for Stateless session beans? |
void | setPattern(String new_pattern)
Sets the Pattern attribute of the UtilObjectSubTask object
|
void | validateOptions()
Called to validate configuration parameters.
|
Throws: XDocletException
Returns:
Parameters: clazz Describe what the parameter does
Returns: The GeneratedFileName value
Throws: XDocletException
Returns:
Returns: The Kind value
Returns:
Returns: The UtilClassPattern value
Parameters: clazz Describe what the parameter does
Returns: Describe the return value
Throws: XDocletException
Parameters: cacheHomes
Parameters: includeGUID include the GUID generator or not
Parameters: kind The new Kind value
Parameters: localProxies
Parameters: new_pattern The new Pattern value
Throws: XDocletException