当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
JDBCXmlFileLoader (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.jdbc.metadata
Class JDBCXmlFileLoader
java.lang.Object
org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCXmlFileLoader
- public final class JDBCXmlFileLoader
- extends Object
Immutable class which loads the JDBC application meta data from the jbosscmp-jdbc.xml files.
- Version:
- $Revision: 1.10 $
- Author:
- Dain Sundstrom, Sebastien Alborini
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCXmlFileLoader
public JDBCXmlFileLoader(ApplicationMetaData application,
ClassLoader classLoader,
ClassLoader localClassLoader,
org.jboss.logging.Logger log)
- Constructs a JDBC XML file loader, which loads the JDBC application meta data from
the jbosscmp-xml files.
- Parameters:
application
- the application meta data loaded from the ejb-jar.xml fileclassLoader
- the classLoader used to load all classes in the applicationlocalClassLoader
- the classLoader used to load the jbosscmp-jdbc.xml file from the jarlog
- the log for this application
load
public JDBCApplicationMetaData load()
throws org.jboss.deployment.DeploymentException
- Loads the application meta data from the jbosscmp-jdbc.xml file
- Returns:
- the jdbc application meta data loaded from the jbosscmp-jdbc.xml files
- Throws:
org.jboss.deployment.DeploymentException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.