xdoclet.modules.ejb.dd

Class EjbDotXmlSubTask

public class EjbDotXmlSubTask extends AbstractEjbDeploymentDescriptorSubTask

Subtask for generating standard EJB deployment descriptor.

Version: $Revision: 1.18 $

Author: Ara Abrahamian (ara_e@email.com)

UNKNOWN: Oct 15, 2001 display-name = "ejb-jar.xml" name = "deploymentdescriptor" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "session-beans.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing session elements for beans you wish to include which aren't processed by XDoclet." file = "entity-beans.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity containing * entity elements for beans you wish to include which aren't processed by XDoclet." file = "message-driven-beans.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing message-driven elements for beans you wish to include which aren't processed by XDoclet." file = "ejb-env-entries-{0}.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing env-entry elements for a bean, to use instead of generating them from ejb.env-entry tags." file = "ejb-ejbrefs-{0}.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing (ejb-ref*, ejb-local-ref*) elements for a bean, to use instead of generating them from ejb.ejb-ref * and ejb.ejb-external-ref tags." file = "ejb-sec-rolerefs-{0}.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing security-role-ref elements for a bean, to use instead of generating them from ejb.security-role-ref * tags." file = "ejb-resourcerefs-{0}.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing resource-ref elements for a bean, to use instead of generating them from ejb.resource-ref tags." file = "ejb-resource-env-refs-{0}.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed * entity containing resource-env-ref elements for a bean, to use instead of generating them from * ejb.resource-env-ref tags." file = "ejb-finders-{0}.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing query elements for a bean, for additional finder and select methods not defined in the bean class or * its tags." file = "assembly-descriptor.xml" relates-to = "ejb-jar.xml" description = "An XML document containing * assembly-descriptor markup, to use instead of generating it." file = "ejb-security-roles.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing any additional security-role elements not generated by XDoclet." file = "ejb-method-permissions.ent" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing any additional method-permission elements not generated by XDoclet." file = "ejb-container-transactions.ent" relates-to = "ejb-jar.xml" description = "An XML unparsed * entity containing any additional container-transaction elements not generated by XDoclet." file = "ejb-message-destinations.ent" relates-to = "ejb-jar.xml" description = "An XML document containing * message-destination elements. Only used with EJB 2.1+" file = "ejb-exclude-list.xml" relates-to = "ejb-jar.xml" description = "An XML document containing * any exclude-list element. Only used with EJB 2.0+" file = "relationships.xml" relates-to = "ejb-jar.xml" description = "AN XML unparsed entity * containing ejb-relationship elements to add additional relationships that were not generated through Xdoclet."

Field Summary
protected Stringclientjar
protected Stringdescription
protected Stringdisplayname
protected Stringlargeicon
protected Stringsmallicon
Constructor Summary
EjbDotXmlSubTask()
Method Summary
protected voidengineStarted()
Describe what the method does
voidexecute()
Describe what the method does
StringgetClientjar()
Gets the Clientjar attribute of the EjbDotXmlSubTask object
StringgetDescription()
Gets the Description attribute of the EjbDotXmlSubTask object
StringgetDisplayname()
Gets the Displayname attribute of the EjbDotXmlSubTask object
StringgetLargeicon()
Gets the Largeicon attribute of the EjbDotXmlSubTask object
StringgetSmallicon()
Gets the Smallicon attribute of the EjbDotXmlSubTask object
voidsetClientjar(String clientjar)
Sets the Clientjar attribute of the EjbDotXmlSubTask object
voidsetDescription(String description)
Sets the Description attribute of the EjbDotXmlSubTask object
voidsetDisplayname(String displayname)
Sets the Displayname attribute of the EjbDotXmlSubTask object
voidsetLargeicon(String largeicon)
Sets the Largeicon attribute of the EjbDotXmlSubTask object
voidsetSmallicon(String smallicon)
Sets the Smallicon attribute of the EjbDotXmlSubTask object
voidvalidateOptions()
Called to validate configuration parameters.

Field Detail

clientjar

protected String clientjar

description

protected String description

displayname

protected String displayname

largeicon

protected String largeicon

smallicon

protected String smallicon

Constructor Detail

EjbDotXmlSubTask

public EjbDotXmlSubTask()

Method Detail

engineStarted

protected void engineStarted()
Describe what the method does

Throws: XDocletException

execute

public void execute()
Describe what the method does

Throws: XDocletException

getClientjar

public String getClientjar()
Gets the Clientjar attribute of the EjbDotXmlSubTask object

Returns: The Clientjar value

getDescription

public String getDescription()
Gets the Description attribute of the EjbDotXmlSubTask object

Returns: The Description value

getDisplayname

public String getDisplayname()
Gets the Displayname attribute of the EjbDotXmlSubTask object

Returns: The Displayname value

getLargeicon

public String getLargeicon()
Gets the Largeicon attribute of the EjbDotXmlSubTask object

Returns: The Largeicon value

getSmallicon

public String getSmallicon()
Gets the Smallicon attribute of the EjbDotXmlSubTask object

Returns: The Smallicon value

setClientjar

public void setClientjar(String clientjar)
Sets the Clientjar attribute of the EjbDotXmlSubTask object

Parameters: clientjar The new Clientjar value

setDescription

public void setDescription(String description)
Sets the Description attribute of the EjbDotXmlSubTask object

Parameters: description The new Description value

setDisplayname

public void setDisplayname(String displayname)
Sets the Displayname attribute of the EjbDotXmlSubTask object

Parameters: displayname The new Displayname value

setLargeicon

public void setLargeicon(String largeicon)
Sets the Largeicon attribute of the EjbDotXmlSubTask object

Parameters: largeicon The new Largeicon value

setSmallicon

public void setSmallicon(String smallicon)
Sets the Smallicon attribute of the EjbDotXmlSubTask object

Parameters: smallicon The new Smallicon value

validateOptions

public void validateOptions()
Called to validate configuration parameters.

Throws: XDocletException