Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.tools.sessionconfiguration
Class XMLSessionConfigLoader

java.lang.Object
  extended byoracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader

Direct Known Subclasses:
WASXMLSessionConfigLoader

public class XMLSessionConfigLoader
extends java.lang.Object

Provide a mechanism for loading configuration XML files, as classpath resources, and processing them via TopLink O-X.

Since:
TopLink 10.1.3

Constructor Summary
XMLSessionConfigLoader()
          PUBLIC: This constructor is used when the file resource named 'sessions.xml' will be parsed for configuration.
XMLSessionConfigLoader(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

 

Constructor Detail

XMLSessionConfigLoader

public XMLSessionConfigLoader()
PUBLIC: This constructor is used when the file resource named 'sessions.xml' will be parsed for configuration.

XMLSessionConfigLoader

public XMLSessionConfigLoader(java.lang.String resourceName)
PUBLIC: This constructor is used when passing in the resource name of the configuration file that should be parsed

Skip navigation links

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