|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.module.DescriptorTag
org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlTag
public class WeblogicEjbJarXmlTag
Represents the various tags in a weblogic ejb jar deployment descriptor.
| Field Summary | |
|---|---|
static java.lang.String |
DISPATCH_POLICY
Element name 'dispatch-policy'. |
static java.lang.String |
EJB_NAME
Element name 'ejb-name'. |
static java.lang.String |
JNDI_NAME
Element name 'jndi-name'. |
static java.lang.String |
LOCAL_JNDI_NAME
Element name 'local-jndi-name'. |
| Constructor Summary | |
|---|---|
protected |
WeblogicEjbJarXmlTag(DescriptorType type,
java.lang.String tagName)
Constructor. |
protected |
WeblogicEjbJarXmlTag(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 |
|---|
public static final java.lang.String EJB_NAME
public static final java.lang.String LOCAL_JNDI_NAME
public static final java.lang.String JNDI_NAME
public static final java.lang.String DISPATCH_POLICY
| Constructor Detail |
|---|
protected WeblogicEjbJarXmlTag(DescriptorType type,
java.lang.String tagName,
boolean isMultipleAllowed)
type - Descriptor typetagName - The tag name of the elementisMultipleAllowed - Whether the element may occur multiple times in the descriptor
protected WeblogicEjbJarXmlTag(DescriptorType type,
java.lang.String tagName)
type - Descriptor typetagName - The tag name of the element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||