EclipseLink 2.2.0, build 'v20110202-r8913' API Reference

org.eclipse.persistence.eis.adapters.jms
Class JMSEISConnectionSpec

java.lang.Object
  extended by org.eclipse.persistence.eis.EISConnectionSpec
      extended by org.eclipse.persistence.eis.adapters.jms.JMSEISConnectionSpec
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Connector

public class JMSEISConnectionSpec
extends EISConnectionSpec

Provides the behavior of instantiating an EIS ConnectionSpec.

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

Field Summary
static java.lang.String CONNECTION_FACTORY
           
static java.lang.String CONNECTION_FACTORY_URL
           
 
Fields inherited from class org.eclipse.persistence.eis.EISConnectionSpec
connectionFactory, connectionSpec, context, log, name, PASSWORD, USER
 
Constructor Summary
JMSEISConnectionSpec()
          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

CONNECTION_FACTORY_URL

public static java.lang.String CONNECTION_FACTORY_URL

CONNECTION_FACTORY

public static java.lang.String CONNECTION_FACTORY
Constructor Detail

JMSEISConnectionSpec

public JMSEISConnectionSpec()
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

EclipseLink 2.2.0, build 'v20110202-r8913' API Reference