java.lang.Object | +--com.ibm.commerce.messaging.adapters.jcasample.SampleConnectionRequestInfo
This class represents the request specific data passed on to the application server as well as the SampleConnector. This class basically contains userName and password as request data.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright statement. |
Constructor Summary | |
---|---|
SampleConnectionRequestInfo(java.lang.String userName,
java.lang.String password) Default constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public SampleConnectionRequestInfo(java.lang.String userName, java.lang.String password)
userName
- The user name.password
- The password.