|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.cics.CICSConnectionSpec
com.ibm.connector2.cics.ECIConnectionSpec
public final class ECIConnectionSpec
When a client component wants an ECIConnection with specific properties to be returned by an ECIConnectionFactory.getConnection() call then an ECIConnectionSpec is used to wrapp these properties. The supported client specifiable properties are as follows:
Field Summary |
---|
Fields inherited from interface com.ibm.connector2.cics.CICSLogTraceLevels |
---|
RAS_TRACE_ENTRY_EXIT, RAS_TRACE_ERROR_EXCEPTION, RAS_TRACE_INTERNAL, RAS_TRACE_OFF |
Constructor Summary | |
---|---|
ECIConnectionSpec()
Default constructor. |
|
ECIConnectionSpec(java.lang.String user,
java.lang.String pass)
Constructor that builds an ECIConnectionSpec using the given user credentials. |
Method Summary |
---|
Methods inherited from class com.ibm.connector2.cics.CICSConnectionSpec |
---|
addPropertyChangeListener, firePropertyChange, getPassword, getUserName, removePropertyChangeListener, setPassword, setUserName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECIConnectionSpec()
public ECIConnectionSpec(java.lang.String user, java.lang.String pass)
user
- The username to be used.pass
- The password for the given user.
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |