Class JMSEISConnectionSpec
- java.lang.Object
- 
- org.eclipse.persistence.eis.EISConnectionSpec
- 
- org.eclipse.persistence.eis.adapters.jms.JMSEISConnectionSpec
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Cloneable,- org.eclipse.persistence.sessions.Connector
 
 public class JMSEISConnectionSpec extends org.eclipse.persistence.eis.EISConnectionSpecProvides the behavior of instantiating an EIS ConnectionSpec.- See Also:
- Serialized Form
- Author:
- Dave McCann
- Since:
- OracleAS TopLink 10g (10.0.3)
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringCONNECTION_FACTORYstatic java.lang.StringCONNECTION_FACTORY_URL
 - 
Constructor SummaryConstructors Constructor Description JMSEISConnectionSpec()PUBLIC: Default constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.resource.cci.ConnectionconnectToDataSource(org.eclipse.persistence.eis.EISAccessor accessor, java.util.Properties properties)Connect with the specified properties and return the Connection.- 
Methods inherited from class org.eclipse.persistence.eis.EISConnectionSpecclone, connect, getConnectionDetails, getConnectionFactory, getConnectionSpec, getContext, getLog, getName, getPasswordFromProperties, setConnectionFactory, setConnectionFactoryObject, setConnectionSpec, setConnectionSpecObject, setContext, setLog, setName, setName, toString, toString
 
- 
 
- 
- 
- 
Field Detail- 
CONNECTION_FACTORY_URLpublic static final java.lang.String CONNECTION_FACTORY_URL - See Also:
- Constant Field Values
 
 - 
CONNECTION_FACTORYpublic static final java.lang.String CONNECTION_FACTORY - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
connectToDataSourcepublic javax.resource.cci.Connection connectToDataSource(org.eclipse.persistence.eis.EISAccessor accessor, java.util.Properties properties) throws org.eclipse.persistence.exceptions.DatabaseException, org.eclipse.persistence.exceptions.ValidationExceptionConnect with the specified properties and return the Connection.- Overrides:
- connectToDataSourcein class- org.eclipse.persistence.eis.EISConnectionSpec
- Throws:
- org.eclipse.persistence.exceptions.DatabaseException
- org.eclipse.persistence.exceptions.ValidationException
 
 
- 
 
-