|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCXmlFileLoader
Immutable class which loads the JDBC application meta data from the jbosscmp-jdbc.xml files.
Constructor Summary | |
JDBCXmlFileLoader(ApplicationMetaData (src) application,
java.lang.ClassLoader classLoader,
java.lang.ClassLoader localClassLoader,
Logger (src) log)
Constructs a JDBC XML file loader, which loads the JDBC application meta data from the jbosscmp-xml files. |
Method Summary | |
JDBCApplicationMetaData (src) |
load()
Loads the application meta data from the jbosscmp-jdbc.xml file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JDBCXmlFileLoader(ApplicationMetaData (src) application, java.lang.ClassLoader classLoader, java.lang.ClassLoader localClassLoader, Logger (src) log)
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 applicationMethod Detail |
public JDBCApplicationMetaData (src) load() throws DeploymentException (src)
DeploymentException (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |