|
Services Builder for CICS(R) 3270 Bridge v2.0.0.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.attachmate.cicsbridge.j2ee.outputs.FieldCount
Return object that holds return code and field count for current screen.
BridgeAPI_EJB.getFieldCount(int)
,
BridgeAPI_EJB.getFieldCount(String)
,
Serialized FormConstructor Summary | |
FieldCount(int returnCode,
int fieldCount)
Creates a FieldCount object and sets member variables. |
Method Summary | |
int |
getFieldCount()
Returns the number of fields for the given screen. |
int |
getReturnCode()
Returns zero for success. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FieldCount(int returnCode, int fieldCount)
FieldCount
object and sets member variables.
returnCode
- - zero for success. For possible failure values, see the getReturnCodeMessage
method.fieldCount
- - The number of fields for the given screen.Method Detail |
public int getReturnCode()
getReturnCodeMessage
method.
public int getFieldCount()
|
Services Builder for CICS(R) 3270 Bridge v2.0.0.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |