org.eclipse.persistence.eis.adapters.jms
Class JMSEISConnectionSpec
java.lang.Object
org.eclipse.persistence.eis.EISConnectionSpec
org.eclipse.persistence.eis.adapters.jms.JMSEISConnectionSpec
- All Implemented Interfaces:
- Serializable, Cloneable, Connector
public class JMSEISConnectionSpec
- extends EISConnectionSpec
Provides the behavior of instantiating an EIS ConnectionSpec.
- Since:
- OracleAS TopLink 10g (10.0.3)
- Author:
- Dave McCann
- See Also:
- Serialized Form
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 |
CONNECTION_FACTORY_URL
public static String CONNECTION_FACTORY_URL
CONNECTION_FACTORY
public static String CONNECTION_FACTORY
JMSEISConnectionSpec
public JMSEISConnectionSpec()
- PUBLIC:
Default constructor.
connectToDataSource
public javax.resource.cci.Connection connectToDataSource(EISAccessor accessor,
Properties properties)
throws DatabaseException,
ValidationException
- Connect with the specified properties and return the Connection.
- Overrides:
connectToDataSource
in class EISConnectionSpec
- Throws:
DatabaseException
ValidationException