|
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.ScreenSize
Return object that holds return code and current screen size.
BridgeAPI_EJB.getScreenSize(String)
,
BridgeAPI_EJB.getScreenSize(int)
,
Serialized FormConstructor Summary | |
ScreenSize(int returnCode,
int rows,
int columns)
Creates a ScreenSize object and sets member variables. |
Method Summary | |
int |
getColumns()
Returns the number of columns for the current screen. |
int |
getReturnCode()
Returns zero for success. |
int |
getRows()
Returns the number of rows for the current screen. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScreenSize(int returnCode, int rows, int columns)
ScreenSize
object and sets member variables.
returnCode
- - zero for success. For possible failure values, see the getReturnCodeMessage
method.rows
- - The returned number of rows for the current screen.columns
- - The returned number of columns for the current screen.Method Detail |
public int getReturnCode()
getReturnCodeMessage
method.
public int getRows()
public int getColumns()
|
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 |