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

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

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

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

Methods in com.attachmate.cicsbridge.j2ee.ejb.stateful that return AllFieldInformation
 AllFieldInformation BridgeAPI_EJB.getAllFieldInformation(int inScreen, boolean includeColorInfo)
          Retrieves the information of all fields on the current screen.
 AllFieldInformation BridgeAPI_EJB.getAllFieldInformation(java.lang.String inScreen, boolean includeColorInfo)
          Retrieves the information of all fields on the current screen.
 AllFieldInformation BridgeAPI_EJB.sendKeysGetAllFieldInformation(java.lang.String inKeys)
          Retrieves the information of all fields on the current screen.
 

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

Methods in com.attachmate.cicsbridge.j2ee.resource.cci that return AllFieldInformation
 AllFieldInformation IBridgeAPI.getAllFieldInformation(int inScreen, boolean includeColorInfo)
          Retrieves the information of all fields on the current screen.
 AllFieldInformation IBridgeAPI.getAllFieldInformation(java.lang.String inScreen, boolean includeColorInfo)
          Retrieves the information of all fields on the current screen.
 AllFieldInformation IBridgeAPI.sendKeysGetAllFieldInformation(java.lang.String inKeys)
          Retrieves the information of all fields on the current screen.
 


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