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

B32476-04

oracle.toplink.eis.adapters.jms
Class JMSEISConnectionSpec

java.lang.Object
  extended by oracle.toplink.eis.EISConnectionSpec
      extended by oracle.toplink.eis.adapters.jms.JMSEISConnectionSpec
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Connector
Direct Known Subclasses:
MQConnectionSpec

public class JMSEISConnectionSpec
extends EISConnectionSpec

Provides the behavior of instantiating an EIS ConnectionSpec.

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

Field Summary
static java.lang.String CONNECTION_FACTORY
           
static java.lang.String CONNECTION_FACTORY_URL
           
 
Fields inherited from class oracle.toplink.eis.EISConnectionSpec
PASSWORD, USER
 
Constructor Summary
JMSEISConnectionSpec()
          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 oracle.toplink.eis.EISConnectionSpec
getConnectionDetails, getConnectionFactory, getConnectionSpec, getContext, getLog, getName, setConnectionFactory, setConnectionSpec, setContext, setLog, setName, setName, toString
 
Methods inherited from class java.lang.Object
equals, 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()
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

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