Package com.ibm.jakarta.connector2.cics
Class EPIConnectionRequestInfo
java.lang.Object
com.ibm.jakarta.connector2.cics.CICSConnectionRequestInfo
com.ibm.jakarta.connector2.cics.EPIConnectionRequestInfo
- All Implemented Interfaces:
jakarta.resource.spi.ConnectionRequestInfo
-
Field Summary
FieldsFields inherited from class com.ibm.jakarta.connector2.cics.CICSConnectionRequestInfo
CCRI_HASHCODE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
objects will be equal if they are of the same type and contain the exact same informationint
hashCode()
returns a hashcode based on the super class hashcode, devtype, netname and install timeouttoString()
returns a string representation of this instance, in this case it lists the contents of the propertiesMethods inherited from class com.ibm.jakarta.connector2.cics.CICSConnectionRequestInfo
getPassword, getUserName, setPassword, setUserName
-
Field Details
-
CLASS_VERSION
- See Also:
-
-
Constructor Details
-
EPIConnectionRequestInfo
public EPIConnectionRequestInfo()
-
-
Method Details
-
equals
objects will be equal if they are of the same type and contain the exact same information- Specified by:
equals
in interfacejakarta.resource.spi.ConnectionRequestInfo
- Overrides:
equals
in classCICSConnectionRequestInfo
- 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 interfacejakarta.resource.spi.ConnectionRequestInfo
- Overrides:
hashCode
in classCICSConnectionRequestInfo
- Returns:
- Hashcode
-
toString
returns a string representation of this instance, in this case it lists the contents of the properties
-