xdoclet.modules.caucho

Class ResinEjbSubTask

public class ResinEjbSubTask extends XmlSubTask

Subtask for generation of resin-ejb.

Author: Yoritaka Sakakura (yori@teardrop.org)

See Also: Resin CMP Configuration

UNKNOWN: June 5, 2002 name = "resin-ejb-xml" display-name = "Resin" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "resin-query-functions.xml" relates-to = "resin.ejb" description = "An XML unparsed entity * containing query-function elements to include in the descriptor."

Constructor Summary
ResinEjbSubTask()
Default generated filename is resin.cmp.
Method Summary
StringgetCacheSize()
resin-ejb/cache-size; no default.
StringgetCacheTimeout()
resin-ejb/cache-timeout; no default.
StringgetGenerateSourceComments()
Whether or not include debug comments pointing to origin class/method for elements in the deployment descriptor.
voidsetCacheSize(String cacheSize)
voidsetCacheTimeout(String cacheTimeout)
voidsetGenerateSourceComments(String generateSourceComments)

Constructor Detail

ResinEjbSubTask

public ResinEjbSubTask()
Default generated filename is resin.cmp.

Method Detail

getCacheSize

public String getCacheSize()
resin-ejb/cache-size; no default.

Returns:

getCacheTimeout

public String getCacheTimeout()
resin-ejb/cache-timeout; no default.

Returns:

getGenerateSourceComments

public String getGenerateSourceComments()
Whether or not include debug comments pointing to origin class/method for elements in the deployment descriptor. Defaults to 'true'

Returns:

setCacheSize

public void setCacheSize(String cacheSize)

setCacheTimeout

public void setCacheTimeout(String cacheTimeout)

setGenerateSourceComments

public void setGenerateSourceComments(String generateSourceComments)