CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.connector2.cics
Class ECIConnectionSpec

java.lang.Object
  extended by com.ibm.connector2.cics.CICSConnectionSpec
      extended by com.ibm.connector2.cics.ECIConnectionSpec
All Implemented Interfaces:
CICSLogTraceLevels, javax.resource.cci.ConnectionSpec

public final class ECIConnectionSpec
extends CICSConnectionSpec

When a client component wants an ECIConnection with specific properties to be returned by an ECIConnectionFactory.getConnection() call then an ECIConnectionSpec is used to wrapp these properties. The supported client specifiable properties are as follows:


Field Summary
 
Fields inherited from interface com.ibm.connector2.cics.CICSLogTraceLevels
RAS_TRACE_ENTRY_EXIT, RAS_TRACE_ERROR_EXCEPTION, RAS_TRACE_INTERNAL, RAS_TRACE_OFF
 
Constructor Summary
ECIConnectionSpec()
          Default constructor.
ECIConnectionSpec(java.lang.String user, java.lang.String pass)
          Constructor that builds an ECIConnectionSpec using the given user credentials.
 
Method Summary
 
Methods inherited from class com.ibm.connector2.cics.CICSConnectionSpec
addPropertyChangeListener, firePropertyChange, getPassword, getUserName, removePropertyChangeListener, setPassword, setUserName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECIConnectionSpec

public ECIConnectionSpec()
Default constructor.


ECIConnectionSpec

public ECIConnectionSpec(java.lang.String user,
                         java.lang.String pass)
Constructor that builds an ECIConnectionSpec using the given user credentials.

Parameters:
user - The username to be used.
pass - The password for the given user.

©Copyright IBM Corp. 1994, 2014
Legal