org.codehaus.cargo.module.ejb.jboss
Class JBossXmlTag

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

public class JBossXmlTag
extends DescriptorTag

Defines the JBoss XML tags.

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

Field Summary
static java.lang.String EJB_NAME
          ejb-name.
static java.lang.String JNDI_NAME
          jndi-name.
static java.lang.String LOCAL_JNDI_NAME
          local-jndi-name.
 
Constructor Summary
protected JBossXmlTag(DescriptorType type, java.lang.String tagName)
          Constructor.
protected JBossXmlTag(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

EJB_NAME

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

See Also:
Constant Field Values

JNDI_NAME

public static final java.lang.String JNDI_NAME
jndi-name.

See Also:
Constant Field Values

LOCAL_JNDI_NAME

public static final java.lang.String LOCAL_JNDI_NAME
local-jndi-name.

See Also:
Constant Field Values
Constructor Detail

JBossXmlTag

protected JBossXmlTag(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

JBossXmlTag

protected JBossXmlTag(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.