Class ECIConnectionRequestInfo

java.lang.Object
com.ibm.jakarta.connector2.cics.CICSConnectionRequestInfo
com.ibm.jakarta.connector2.cics.ECIConnectionRequestInfo
All Implemented Interfaces:
jakarta.resource.spi.ConnectionRequestInfo

public final class ECIConnectionRequestInfo extends CICSConnectionRequestInfo
This class is used to pass parameters to a Connection request within the SPI.
  • Field Details

  • Constructor Details

    • ECIConnectionRequestInfo

      public ECIConnectionRequestInfo(String user, String pass)
      Constructor that builds an ECIConnectionRequestInfo using the given user credentials.
      Parameters:
      user - The userid to be used
      pass - The password for the given user
  • Method Details

    • equals

      public boolean equals(Object obj)
      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 interface jakarta.resource.spi.ConnectionRequestInfo
      Overrides:
      equals in class CICSConnectionRequestInfo
      Parameters:
      obj - The object that is being tested for equality