org.codehaus.cargo.module.ejb
Class EjbJarXmlTag

java.lang.Object
  extended by org.codehaus.cargo.module.DescriptorTag
      extended by org.codehaus.cargo.module.ejb.EjbJarXmlTag

public class EjbJarXmlTag
extends DescriptorTag

Represents the various tags in a ejb jar deployment descriptor.

Version:
$Id: EjbJarXmlTag.java 1705 2008-09-02 13:14:55Z adriana $

Field Summary
static java.lang.String EJB_NAME
          Element name 'ejb-name'.
static java.lang.String ENTITY
          Element name 'entity'.
static java.lang.String LOCAL
          Element name 'local'.
static java.lang.String LOCAL_HOME
          Element name 'local-home'.
static java.lang.String SESSION
          Element name 'session'.
 
Constructor Summary
protected EjbJarXmlTag(DescriptorType type, java.lang.String tagName)
          Constructor.
protected EjbJarXmlTag(DescriptorType type, java.lang.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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SESSION

public static final java.lang.String SESSION
Element name 'session'.

See Also:
Constant Field Values

ENTITY

public static final java.lang.String ENTITY
Element name 'entity'.

See Also:
Constant Field Values

EJB_NAME

public static final java.lang.String EJB_NAME
Element name 'ejb-name'.

See Also:
Constant Field Values

LOCAL

public static final java.lang.String LOCAL
Element name 'local'.

See Also:
Constant Field Values

LOCAL_HOME

public static final java.lang.String LOCAL_HOME
Element name 'local-home'.

See Also:
Constant Field Values
Constructor Detail

EjbJarXmlTag

protected EjbJarXmlTag(DescriptorType type,
                       java.lang.String tagName,
                       boolean isMultipleAllowed)
Constructor.

Parameters:
type - Descriptor type
tagName - The tag name of the element
isMultipleAllowed - Whether the element may occur multiple times in the descriptor

EjbJarXmlTag

protected EjbJarXmlTag(DescriptorType type,
                       java.lang.String tagName)
Constructor.

Parameters:
type - Descriptor type
tagName - The tag name of the element


Copyright © 2004-2011 Codehaus. All Rights Reserved.