| java.lang.Object org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCXmlFileLoader
JDBCXmlFileLoader | final public class JDBCXmlFileLoader (Code) | | Immutable class which loads the JDBC application meta data from the jbosscmp-jdbc.xml files.
author: Dain Sundstrom author: Sebastien Alborini version: $Revision: 57209 $ |
JDBCXmlFileLoader | public JDBCXmlFileLoader(ApplicationMetaData application, ClassLoader classLoader, ClassLoader localClassLoader, Logger log)(Code) | | 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 file Parameters: classLoader - the classLoader used to load all classes in the application Parameters: localClassLoader - the classLoader used to load the jbosscmp-jdbc.xml file from the jar Parameters: log - the log for this application |
load | public JDBCApplicationMetaData load() throws DeploymentException(Code) | | Loads the application meta data from the jbosscmp-jdbc.xml file
the jdbc application meta data loaded from the jbosscmp-jdbc.xml files |
|
|