CICS® Transaction Gateway Programming Reference v1.1.0.0

Uses of Class
com.ibm.ctg.client.ESIRequest

Packages that use ESIRequest
com.ibm.ctg.client Provides ECI, EPI and ESI base classes for developing Java client applications. 
 

Uses of ESIRequest in com.ibm.ctg.client
 

Methods in com.ibm.ctg.client that return ESIRequest
static ESIRequest ESIRequest.changePassword(java.lang.String strUserid, java.lang.String strCurrentPassword, java.lang.String strNewPassword, java.lang.String strServer)
          This method returns a new ESI Request object which can be used to invoke a changePassword request.
static ESIRequest ESIRequest.verifyPassword(java.lang.String strUserid, java.lang.String strCurrentPassword, java.lang.String strServer)
          This method returns a new ESI Request object which can be used to invoke a verifyPassword request.
 


©Copyright IBM Corp. 1994, 2014
Legal