Skip navigation links

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

E28847-01


org.eclipse.persistence.eis.adapters.xmlfile
Class XMLFileEISConnectionSpec

java.lang.Object
  extended by org.eclipse.persistence.eis.EISConnectionSpec
      extended by org.eclipse.persistence.eis.adapters.xmlfile.XMLFileEISConnectionSpec

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Connector

public class XMLFileEISConnectionSpec
extends EISConnectionSpec

Provides the behavior of instantiating a XML file adapter ConnectionSpec.

Since:
OracleAS TopLink 10g (10.0.3)
Author:
James
See Also:
Serialized Form

Field Summary
static java.lang.String DIRECTORY
          Connection spec properties.

 

Fields inherited from class org.eclipse.persistence.eis.EISConnectionSpec
connectionFactory, connectionSpec, context, log, name, PASSWORD, USER

 

Constructor Summary
XMLFileEISConnectionSpec()
          PUBLIC: Default constructor.

 

Method Summary
 javax.resource.cci.Connection connectToDataSource(EISAccessor accessor, java.util.Properties properties)
          Connect with the specified properties and return the Connection.

 

Methods inherited from class org.eclipse.persistence.eis.EISConnectionSpec
clone, connect, getConnectionDetails, getConnectionFactory, getConnectionSpec, getContext, getLog, getName, getPasswordFromProperties, setConnectionFactory, setConnectionSpec, setContext, setLog, setName, setName, toString, toString

 

Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

DIRECTORY

public static java.lang.String DIRECTORY
Connection spec properties.

Constructor Detail

XMLFileEISConnectionSpec

public XMLFileEISConnectionSpec()
PUBLIC: Default constructor.

Method Detail

connectToDataSource

public javax.resource.cci.Connection connectToDataSource(EISAccessor accessor,
                                                         java.util.Properties properties)
                                                  throws DatabaseException,
                                                         ValidationException
Connect with the specified properties and return the Connection.
Overrides:
connectToDataSource in class EISConnectionSpec
Throws:
DatabaseException
ValidationException

Skip navigation links

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