Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.tools.sessionconfiguration
Class WASXMLSessionConfigLoader

java.lang.Object
  extended by oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
      extended by 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()
          This constructor is used when the file resource named 'toplink-ejb-jar.xml' will be parsed for configuration.
WASXMLSessionConfigLoader(java.lang.String resourceName)
          This constructor is used when passing in the resource name of the configuration file that should be parsed
 
Method Summary
 oracle.toplink.internal.sessions.AbstractSession getLoadedSession()
          Return the last loaded session
 
Methods inherited from class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
getClassLoader, getResourceName, getSessionName, setClassLoader, setResourceName, setSessionName, setShouldCheckClassLoader, setShouldLogin, setShouldRefresh, shouldCheckClassLoader, shouldLogin, shouldRefresh
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WASXMLSessionConfigLoader

public WASXMLSessionConfigLoader()
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)
This constructor is used when passing in the resource name of the configuration file that should be parsed

Method Detail

getLoadedSession

public oracle.toplink.internal.sessions.AbstractSession getLoadedSession()
Return the last loaded session


Copyright © 1998, 2012, Oracle. All Rights Reserved.