Class AQEISConnectionSpec
- java.lang.Object
-
- org.eclipse.persistence.eis.EISConnectionSpec
-
- org.eclipse.persistence.eis.adapters.aq.AQEISConnectionSpec
-
- All Implemented Interfaces:
Serializable,Cloneable,Connector
public class AQEISConnectionSpec extends EISConnectionSpec
Provides connection information to an Oracle AQ data source.- Since:
- OracleAS TopLink 10g (10.0.3)
- Author:
- James
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATASOURCEstatic StringURLConnection spec properties.-
Fields inherited from class org.eclipse.persistence.eis.EISConnectionSpec
connectionFactory, connectionSpec, context, log, name, PASSWORD, USER
-
-
Constructor Summary
Constructors Constructor Description AQEISConnectionSpec()PUBLIC: Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.resource.cci.ConnectionconnectToDataSource(EISAccessor accessor, 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, setConnectionFactoryObject, setConnectionSpec, setConnectionSpecObject, setContext, setLog, setName, setName, toString, toString
-
-
-
-
Method Detail
-
connectToDataSource
public jakarta.resource.cci.Connection connectToDataSource(EISAccessor accessor, Properties properties) throws DatabaseException, ValidationException
Connect with the specified properties and return the Connection.- Overrides:
connectToDataSourcein classEISConnectionSpec- Throws:
DatabaseExceptionValidationException
-
-