com.ibm.j2ca.base
Class WBIConnectionRequestInfo

java.lang.Object
  extended bycom.ibm.j2ca.base.WBIConnectionRequestInfo
All Implemented Interfaces:
javax.resource.spi.ConnectionRequestInfo

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

Acts as a data structure for client-specifiable, per-connection request properties. These properties should not change the configuraiton of the underlying EIS (for example, port number). If necessary, a subclass can add additional per-connection properties that are specific to that subclass's own EIS.


Constructor Summary
WBIConnectionRequestInfo()
           
 
Method Summary
 java.lang.String getPassword()
          Returns the password associated with this instance.
 java.lang.String getUserName()
          Returns the user name associated with this instance.
 void setPassword(java.lang.String password)
          Sets the password associated with this instance.
 void setUserName(java.lang.String userName)
          Sets the user name associated with this instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.resource.spi.ConnectionRequestInfo
equals, hashCode
 

Constructor Detail

WBIConnectionRequestInfo

public WBIConnectionRequestInfo()
Method Detail

getUserName

public java.lang.String getUserName()
Returns the user name associated with this instance.


getPassword

public java.lang.String getPassword()
Returns the password associated with this instance.


setUserName

public void setUserName(java.lang.String userName)
Sets the user name associated with this instance.


setPassword

public void setPassword(java.lang.String password)
Sets the password associated with this instance.