Package com.ibm.jakarta.connector2.cics
Class ECIConnectionRequestInfo
java.lang.Object
com.ibm.jakarta.connector2.cics.CICSConnectionRequestInfo
com.ibm.jakarta.connector2.cics.ECIConnectionRequestInfo
- All Implemented Interfaces:
jakarta.resource.spi.ConnectionRequestInfo
This class is used to pass parameters to a Connection request within the
SPI.
-
Field Summary
FieldsFields inherited from class com.ibm.jakarta.connector2.cics.CICSConnectionRequestInfo
CCRI_HASHCODE
-
Constructor Summary
ConstructorsConstructorDescriptionECIConnectionRequestInfo
(String user, String pass) Constructor that builds an ECIConnectionRequestInfo using the given user credentials. -
Method Summary
Methods inherited from class com.ibm.jakarta.connector2.cics.CICSConnectionRequestInfo
getPassword, getUserName, hashCode, setPassword, setUserName
-
Field Details
-
CLASS_VERSION
- See Also:
-
-
Constructor Details
-
ECIConnectionRequestInfo
Constructor that builds an ECIConnectionRequestInfo using the given user credentials.- Parameters:
user
- The userid to be usedpass
- The password for the given user
-
-
Method Details
-
equals
Checks the equality of this ECIConnectionRequestInfo object with the supplied object. Always returns true to allow connections to be reused with different user IDs- Specified by:
equals
in interfacejakarta.resource.spi.ConnectionRequestInfo
- Overrides:
equals
in classCICSConnectionRequestInfo
- Parameters:
obj
- The object that is being tested for equality
-