IBM Branch Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu0
Class Lu0ConnectionSpec

java.lang.Object
  extended bycom.ibm.connector2.sna.lu0.Lu0ConnectionSpec
All Implemented Interfaces:
javax.resource.cci.ConnectionSpec

public class Lu0ConnectionSpec
extends java.lang.Object
implements javax.resource.cci.ConnectionSpec

Lu0ConnectionSpec 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
Lu0ConnectionSpec()
           
 
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

_changes

protected transient java.beans.PropertyChangeSupport _changes
Constructor Detail

Lu0ConnectionSpec

public Lu0ConnectionSpec()
Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)

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)

hashCode

public int hashCode()

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005