|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.sna.lu62.Lu62ConnectionRequestInfo
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 |
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 |
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 |
public Lu62ConnectionRequestInfo()
Method Detail |
public java.lang.String getPassword()
public java.lang.String getUserName()
public void setPassword(java.lang.String password)
password
- public void setUserName(java.lang.String userName)
userName
- public boolean equals(java.lang.Object obj)
equals
in interface javax.resource.spi.ConnectionRequestInfo
public int hashCode()
hashCode
in interface javax.resource.spi.ConnectionRequestInfo
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |