Skip navigation links
oracle.toplink.tools.sessionconfiguration
Class WASXMLSessionConfigLoader
java.lang.Object
oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
oracle.toplink.tools.sessionconfiguration.WASXMLSessionConfigLoader
- public class WASXMLSessionConfigLoader
- extends XMLSessionConfigLoader
Provide a mechanism for loading configuration XML files, as classpath resources, and processing them via TopLink O-X. Provides backwards compatability to the WASXMLLoader.
- Since:
- TopLink 10.1.3
Constructor Summary |
WASXMLSessionConfigLoader()
PUBLIC: This constructor is used when the file resource named 'toplink-ejb-jar.xml' will be parsed for configuration. |
WASXMLSessionConfigLoader(java.lang.String resourceName)
PUBLIC: This constructor is used when passing in the resource name of the configuration file that should be parsed |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WASXMLSessionConfigLoader
public WASXMLSessionConfigLoader()
- PUBLIC: This constructor is used when the file resource named 'toplink-ejb-jar.xml' will be parsed for configuration.
WASXMLSessionConfigLoader
public WASXMLSessionConfigLoader(java.lang.String resourceName)
- PUBLIC: This constructor is used when passing in the resource name of the configuration file that should be parsed
getLoadedSession
public Session getLoadedSession()
- Return the last loaded session
Skip navigation links