当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
J2eeApplicationMetaData (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.deployment
Class J2eeApplicationMetaData
java.lang.Object
org.jboss.metadata.MetaData
org.jboss.deployment.J2eeApplicationMetaData
- All Implemented Interfaces:
- Cloneable, XmlLoadable
- public class J2eeApplicationMetaData
- extends MetaData
A representation of the application.xml and jboss-app.xml deployment
descriptors.
- Version:
- $Revision: 1.9 $
- Author:
- Thomas.Diesler@jboss.org
- See Also:
XmlLoadable
Methods inherited from class org.jboss.metadata.MetaData |
clone, getChildrenByTagName, getElementAttribute, getElementContent, getElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildBooleanContent, getOptionalChildContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importEjbJarXml, importJbossXml, jdk13Enabled |
J2eeApplicationMetaData
public J2eeApplicationMetaData()
getDisplayName
public String getDisplayName()
getDescription
public String getDescription()
getSmallIcon
public String getSmallIcon()
getLargeIcon
public String getLargeIcon()
getModules
public Iterator getModules()
getSecurityRoles
public Map getSecurityRoles()
getSecurityDomain
public String getSecurityDomain()
getUnauthenticatedPrincipal
public String getUnauthenticatedPrincipal()
getJMXName
public String getJMXName()
importXml
public void importXml(Element rootElement)
throws org.jboss.deployment.DeploymentException
- Imports either the application.xml or jboss-app.xml from the given element.
- Specified by:
importXml
in interface XmlLoadable
- Overrides:
importXml
in class MetaData
- Parameters:
rootElement
- The element to import.
- Throws:
DeploymentException
- Unrecognized root tag.
importApplicationXml
protected void importApplicationXml(Element rootElement)
throws org.jboss.deployment.DeploymentException
- Throws:
org.jboss.deployment.DeploymentException
importJBossAppXml
protected void importJBossAppXml(Element rootElement)
throws org.jboss.deployment.DeploymentException
- Throws:
org.jboss.deployment.DeploymentException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.