IBM Bank Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu62
Class Lu62ConnectionRequestInfo

java.lang.Object
  extended by com.ibm.connector2.sna.lu62.Lu62ConnectionRequestInfo
All Implemented Interfaces:
javax.resource.spi.ConnectionRequestInfo

public class Lu62ConnectionRequestInfo
extends java.lang.Object
implements javax.resource.spi.ConnectionRequestInfo

The Lu62ConnectionRequestInfo interface enables a resource adapter to pass its own request specific data structure across the connection request flow


Constructor Summary
Lu62ConnectionRequestInfo()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getPassword()
          Returns password of a user assocaited with the connection
 java.lang.String getTpName()
           
 java.lang.String getUserName()
          Returns name of a user assocaited with the connection
 int hashCode()
           
 void setPassword(java.lang.String password)
          Sets password of a user assocaited with the connection
 void setTpName(java.lang.String tpname)
           
 void setUserName(java.lang.String userName)
          Sets name of a user assocaited with the connection
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lu62ConnectionRequestInfo

public Lu62ConnectionRequestInfo()
Method Detail

getPassword

public java.lang.String getPassword()
Returns password of a user assocaited with the connection


getUserName

public java.lang.String getUserName()
Returns name of a user assocaited with the connection


setPassword

public void setPassword(java.lang.String password)
Sets password of a user assocaited with the connection

Parameters:
password -

setUserName

public void setUserName(java.lang.String userName)
Sets name of a user assocaited with the connection

Parameters:
userName -

getTpName

public java.lang.String getTpName()

setTpName

public void setTpName(java.lang.String tpname)

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface javax.resource.spi.ConnectionRequestInfo
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface javax.resource.spi.ConnectionRequestInfo
Overrides:
hashCode in class java.lang.Object

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008