|
Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated) 11g Release 1 (11.1.1) B32476-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
oracle.toplink.tools.sessionconfiguration.WASXMLSessionConfigLoader
public class WASXMLSessionConfigLoader
Provide a mechanism for loading configuration XML files, as classpath resources, and processing them via TopLink O-X. Provides backwards compatability to the WASXMLLoader.
| 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 |
|---|
public WASXMLSessionConfigLoader()
public WASXMLSessionConfigLoader(java.lang.String resourceName)
| Method Detail |
|---|
public oracle.toplink.internal.sessions.AbstractSession getLoadedSession()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||