Services Builder for CICS(R) 3270 Bridge v2.0.0.0

Uses of Class
com.attachmate.cicsbridge.j2ee.outputs.GetString

Packages that use GetString
com.attachmate.cicsbridge.j2ee.ejb.stateful   
com.attachmate.cicsbridge.j2ee.resource.cci   
 

Uses of GetString in com.attachmate.cicsbridge.j2ee.ejb.stateful
 

Methods in com.attachmate.cicsbridge.j2ee.ejb.stateful that return GetString
 GetString BridgeAPI_EJB.getString(int inScreen, int inStartRow, int inStartColumn, int inLength)
          Retrieves any text on the current screen at the specified row, column, and length.
 GetString BridgeAPI_EJB.getString(java.lang.String inScreen, int inStartRow, int inStartColumn, int inLength)
          Retrieves any text on the current screen at the specified row, column, and length.
 GetString BridgeAPI_EJB.sendKeysGetString(java.lang.String inKeys, int inStartRow, int inStartColumn, int inLength)
          Sends a sequence of keystrokes and aid keys to the host and retrieves any text on the current screen at the specified row, column, and length.
 

Uses of GetString in com.attachmate.cicsbridge.j2ee.resource.cci
 

Methods in com.attachmate.cicsbridge.j2ee.resource.cci that return GetString
 GetString IBridgeAPI.getString(int inScreen, int inStartRow, int inStartColumn, int inLength)
          Retrieves any text on the current screen at the specified row, column, and length.
 GetString IBridgeAPI.getString(java.lang.String inScreen, int inStartRow, int inStartColumn, int inLength)
          Retrieves any text on the current screen at the specified row, column, and length.
 GetString IBridgeAPI.sendKeysGetString(java.lang.String inKeys, int inStartRow, int inStartColumn, int inLength)
          Sends a sequence of keystrokes and aid keys to the host and retrieves any text on the current screen at the specified row, column, and length.
 


Services Builder for CICS(R) 3270 Bridge v2.0.0.0