Package com.ibm.jakarta.connector2.cics
Class ECIConnectionSpec
java.lang.Object
com.ibm.jakarta.connector2.cics.CICSConnectionSpec
com.ibm.jakarta.connector2.cics.ECIConnectionSpec
- All Implemented Interfaces:
CICSLogTraceLevels
,jakarta.resource.cci.ConnectionSpec
When a client component wants an
ECIConnection
with specific properties
to be returned by an ECIConnectionFactory.getConnection(jakarta.resource.cci.ConnectionSpec)
call then an ECIConnectionSpec is used to wrap these properties.-
Field Summary
FieldsFields inherited from interface com.ibm.jakarta.connector2.cics.CICSLogTraceLevels
RAS_TRACE_ENTRY_EXIT, RAS_TRACE_ERROR_EXCEPTION, RAS_TRACE_INTERNAL, RAS_TRACE_OFF
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ECIConnectionSpec
(String user, String pass) Constructor that builds an ECIConnectionSpec using the given user credentials. -
Method Summary
Methods inherited from class com.ibm.jakarta.connector2.cics.CICSConnectionSpec
addPropertyChangeListener, firePropertyChange, getPassword, getUserName, removePropertyChangeListener, setPassword, setUserName
-
Field Details
-
CLASS_VERSION
- See Also:
-
-
Constructor Details
-
ECIConnectionSpec
public ECIConnectionSpec()Default constructor. -
ECIConnectionSpec
Constructor that builds an ECIConnectionSpec using the given user credentials.- Parameters:
user
- The username to be used.pass
- The password or password phrase for the given user.
-