public final class ECIConnectionSpec extends CICSConnectionSpec
ECIConnection with specific properties
to be returned by an ECIConnectionFactory.getConnection(javax.resource.cci.ConnectionSpec)
call then an ECIConnectionSpec is used to wrap these properties.RAS_TRACE_ENTRY_EXIT, RAS_TRACE_ERROR_EXCEPTION, RAS_TRACE_INTERNAL, RAS_TRACE_OFF| Constructor and Description |
|---|
ECIConnectionSpec()
Default constructor.
|
ECIConnectionSpec(java.lang.String user,
java.lang.String pass)
Constructor that builds an ECIConnectionSpec
using the given user credentials.
|
addPropertyChangeListener, firePropertyChange, getPassword, getUserName, removePropertyChangeListener, setPassword, setUserNamepublic ECIConnectionSpec()
public ECIConnectionSpec(java.lang.String user,
java.lang.String pass)
user - The username to be used.pass - The password or password phrase for the given user.