|
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.PutString
Return object that holds return code and number of characters written to the current screen.
BridgeAPI_EJB.putString(String, int, int)
,
Serialized FormConstructor Summary | |
PutString(int returnCode,
int numChars)
Creates a PutString object and sets member variables. |
Method Summary | |
int |
getNumChars()
Returns the number of characters that were actually written to the 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 PutString(int returnCode, int numChars)
PutString
object and sets member variables.
returnCode
- - zero for success. For possible failure values, see the getReturnCodeMessage
method.numChars
- - The returned number of characters that were actually written to the screenMethod Detail |
public int getReturnCode()
getReturnCodeMessage
method.
public int getNumChars()
|
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 |