|
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.Lu62ConnectionSpec
Lu62ConnectionSpec is used by an application component to pass connection request-specific properties to the "ConnectionFactory.getConnection" method
Field Summary | |
---|---|
protected java.beans.PropertyChangeSupport |
_changes
|
Constructor Summary | |
---|---|
Lu62ConnectionSpec()
|
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
|
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 |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
|
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 |
Field Detail |
protected transient java.beans.PropertyChangeSupport _changes
Constructor Detail |
public Lu62ConnectionSpec()
Method Detail |
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
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)
public int hashCode()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |