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

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


org.jboss.ejb.plugins.jaws.metadata
Class JawsApplicationMetaData

java.lang.Object
  extended byorg.jboss.metadata.MetaData
      extended byorg.jboss.ejb.plugins.jaws.metadata.JawsApplicationMetaData
All Implemented Interfaces:
Cloneable, XmlLoadable

public class JawsApplicationMetaData
extends MetaData
implements XmlLoadable

Version:
$Revision: 1.14 $

Revisions:

20010812 vincent.harcq@hubmethods.com:

  • Get Rid of debug flag, use log4j instead
Author:
Sebastien Alborini
See Also:

Field Summary
static String JPM
           
 
Fields inherited from class org.jboss.metadata.MetaData
TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN
 
Constructor Summary
JawsApplicationMetaData(ApplicationMetaData amd, ClassLoader cl)
           
 
Method Summary
 void create()
           
 JawsEntityMetaData getBeanByEjbName(String name)
           
protected  ClassLoader getClassLoader()
           
 DataSource getDataSource()
           
 String getDbURL()
           
 TypeMappingMetaData getTypeMapping()
           
 void importXml(Element element)
          Imports either the jboss or ejb-jar from the given element.
 
Methods inherited from class org.jboss.metadata.MetaData
clone, getChildrenByTagName, getElementAttribute, getElementContent, getElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importEjbJarXml, importJbossXml, jdk13Enabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JPM

public static final String JPM
See Also:
Constant Field Values
Constructor Detail

JawsApplicationMetaData

public JawsApplicationMetaData(ApplicationMetaData amd,
                               ClassLoader cl)
                        throws org.jboss.deployment.DeploymentException
Method Detail

getDataSource

public DataSource getDataSource()

getDbURL

public String getDbURL()

getTypeMapping

public TypeMappingMetaData getTypeMapping()

getClassLoader

protected ClassLoader getClassLoader()

getBeanByEjbName

public JawsEntityMetaData getBeanByEjbName(String name)

create

public void create()
            throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException

importXml

public void importXml(Element element)
               throws org.jboss.deployment.DeploymentException
Description copied from class: MetaData
Imports either the jboss or ejb-jar from the given element.

Specified by:
importXml in interface XmlLoadable
Overrides:
importXml in class MetaData
Parameters:
element - The element to import.
Throws:
org.jboss.deployment.DeploymentException - Unrecognized root tag.


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