Class EPIConnectionRequestInfo

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

public final class EPIConnectionRequestInfo extends CICSConnectionRequestInfo
  • Field Details

  • Constructor Details

    • EPIConnectionRequestInfo

      public EPIConnectionRequestInfo()
  • Method Details

    • equals

      public boolean equals(Object inObj)
      objects will be equal if they are of the same type and contain the exact same information
      Specified by:
      equals in interface jakarta.resource.spi.ConnectionRequestInfo
      Overrides:
      equals in class CICSConnectionRequestInfo
      Parameters:
      inObj - The object to compare with
      Returns:
      boolean indicating equality
    • hashCode

      public int hashCode()
      returns a hashcode based on the super class hashcode, devtype, netname and install timeout
      Specified by:
      hashCode in interface jakarta.resource.spi.ConnectionRequestInfo
      Overrides:
      hashCode in class CICSConnectionRequestInfo
      Returns:
      Hashcode
    • toString

      public String toString()
      returns a string representation of this instance, in this case it lists the contents of the properties
      Overrides:
      toString in class Object
      Returns:
      String