IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.samples.business.sna.lu0
Class DummyLu0ConnectionRequestInfo

java.lang.Object
  extended bycom.ibm.btt.samples.business.sna.lu0.DummyLu0ConnectionRequestInfo
All Implemented Interfaces:
javax.resource.spi.ConnectionRequestInfo

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

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


Constructor Summary
DummyLu0ConnectionRequestInfo()
           
 
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

DummyLu0ConnectionRequestInfo

public DummyLu0ConnectionRequestInfo()
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 -

equals

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

hashCode

public int hashCode()
Specified by:
hashCode in interface javax.resource.spi.ConnectionRequestInfo

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005