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

B32476-04

oracle.toplink.eis.adapters.mqseries
Class MQConnectionSpec

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

public class MQConnectionSpec
extends JMSEISConnectionSpec

Provides the behavior of instantiating an EIS ConnectionSpec. This class provides additional connection information required by MQSeries.

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

Field Summary
static java.lang.String CHANNEL
           
static java.lang.String HOST
           
static java.lang.String PORT
           
static java.lang.String QUEUE_MANAGER
           
static java.lang.String TRANSPORT_TYPE
           
 
Fields inherited from class oracle.toplink.eis.adapters.jms.JMSEISConnectionSpec
CONNECTION_FACTORY, CONNECTION_FACTORY_URL
 
Fields inherited from class oracle.toplink.eis.EISConnectionSpec
PASSWORD, USER
 
Constructor Summary
MQConnectionSpec()
          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

TRANSPORT_TYPE

public static java.lang.String TRANSPORT_TYPE

CHANNEL

public static java.lang.String CHANNEL

HOST

public static java.lang.String HOST

PORT

public static java.lang.String PORT

QUEUE_MANAGER

public static java.lang.String QUEUE_MANAGER
Constructor Detail

MQConnectionSpec

public MQConnectionSpec()
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 JMSEISConnectionSpec
Throws:
DatabaseException
ValidationException

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