Package org.codehaus.cargo.module.ejb
Class EjbJarXmlTag
- java.lang.Object
-
- org.codehaus.cargo.module.DescriptorTag
-
- org.codehaus.cargo.module.ejb.EjbJarXmlTag
-
public class EjbJarXmlTag extends DescriptorTag
Represents the various tags in a ejb jar deployment descriptor.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EjbJarXmlTag(DescriptorType type, String tagName)
Constructor.protected
EjbJarXmlTag(DescriptorType type, String tagName, boolean isMultipleAllowed)
Constructor.
-
Method Summary
-
Methods inherited from class org.codehaus.cargo.module.DescriptorTag
create, equals, getDescriptorType, getIdentifier, getImplementationClass, getTagName, getTagNamespace, hashCode, isMultipleAllowed, toString
-
-
-
-
Field Detail
-
SESSION
public static final String SESSION
Element name 'session'.- See Also:
- Constant Field Values
-
ENTITY
public static final String ENTITY
Element name 'entity'.- See Also:
- Constant Field Values
-
EJB_NAME
public static final String EJB_NAME
Element name 'ejb-name'.- See Also:
- Constant Field Values
-
LOCAL
public static final String LOCAL
Element name 'local'.- See Also:
- Constant Field Values
-
LOCAL_HOME
public static final String LOCAL_HOME
Element name 'local-home'.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EjbJarXmlTag
protected EjbJarXmlTag(DescriptorType type, String tagName, boolean isMultipleAllowed)
Constructor.- Parameters:
type
- Descriptor typetagName
- The tag name of the elementisMultipleAllowed
- Whether the element may occur multiple times in the descriptor
-
EjbJarXmlTag
protected EjbJarXmlTag(DescriptorType type, String tagName)
Constructor.- Parameters:
type
- Descriptor typetagName
- The tag name of the element
-
-