站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 server API Documentation 英文版文档

J2eeApplicationMetaData (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档


org.jboss.deployment
Class J2eeApplicationMetaData

java.lang.Object
  extended byorg.jboss.metadata.MetaData
      extended byorg.jboss.deployment.J2eeApplicationMetaData
All Implemented Interfaces:
Cloneable, XmlLoadable

public class J2eeApplicationMetaData
extends MetaData

Version:
$Revision: 1.5.2.2 $
Author:
()
See Also:

Field Summary
 
Fields inherited from class org.jboss.metadata.MetaData
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN
 
Constructor Summary
J2eeApplicationMetaData(Element rootElement)
           
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 String getJMXName()
           
 String getLargeIcon()
           
 Iterator getModules()
           
 String getSmallIcon()
           
 void importXml(Element element, boolean jbossSpecific)
           
 
Methods inherited from class org.jboss.metadata.MetaData
clone, getChildrenByTagName, getElementAttribute, getElementContent, getElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importEjbJarXml, importJbossXml, importXml, jdk13Enabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J2eeApplicationMetaData

public J2eeApplicationMetaData(Element rootElement)
                        throws org.jboss.deployment.DeploymentException
Method Detail

getDisplayName

public String getDisplayName()

getDescription

public String getDescription()

getSmallIcon

public String getSmallIcon()

getLargeIcon

public String getLargeIcon()

getModules

public Iterator getModules()

getJMXName

public String getJMXName()

importXml

public void importXml(Element element,
                      boolean jbossSpecific)
               throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.