|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.j2ca.base.WBIConnectionRequestInfo
Acts as a data structure for client-specifiable, per-connection request properties. These
properties should
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 |
public WBIConnectionRequestInfo()
Method Detail |
public java.lang.String getUserName()
public java.lang.String getPassword()
public void setUserName(java.lang.String userName)
public void setPassword(java.lang.String password)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |