|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.emp.cci.eci.ECIConnectionSpec
The specification of an ECI Connection. This class contains the definition of a number of properties that govern an individual connection to an MTP system. These properties are:
userName
- The name of the user under whose
auspices to run and programs.password
- The password for the user under whose
auspices to run and programs.
Constructor Summary | |
ECIConnectionSpec()
Constructor. |
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener pcl)
Add a property change listener. |
void |
addPropertyChangeListener(String propName,
PropertyChangeListener pcl)
Add a property change listener for a named property. |
String |
getPassword()
Get the password. |
String |
getUserName()
Get the user name. |
void |
removePropertyChangeListener(PropertyChangeListener pcl)
Remove a property change listener. |
void |
removePropertyChangeListener(String propName,
PropertyChangeListener pcl)
Add a property change listener for a named property. |
void |
setPassword(String newPassword)
Set the password. |
void |
setUserName(String newUserName)
Set the user name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ECIConnectionSpec()
Method Detail |
public void addPropertyChangeListener(PropertyChangeListener pcl)
pcl
- The listener.public void addPropertyChangeListener(String propName, PropertyChangeListener pcl)
pcl
- The listener.public void removePropertyChangeListener(PropertyChangeListener pcl)
pcl
- The listener.public void removePropertyChangeListener(String propName, PropertyChangeListener pcl)
propName
- The name of the property.pcl
- The listener.public void setPassword(String newPassword)
The password may be null
to indicate to password being
provided.
newPassword
- The new password.public String getPassword()
public void setUserName(String newUserName)
The user name may be null
to indicate to password being
provided.
newUserName
- The new user name.public String getUserName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |