CICS® Transaction Gateway Programming Reference V3.1

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

Uses of ESIRequest in com.ibm.ctg.client
 

Methods in com.ibm.ctg.client that return ESIRequest
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.
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.
 


© Copyright IBM Corp. 1994, 1999