|
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.TransactionSystemId
Return object that holds return code and system id for transaction.
BridgeAPI_EJB.getAllFieldInformation(int, boolean)
,
Serialized FormConstructor Summary | |
TransactionSystemId(int returnCode,
java.lang.Object systemId)
Creates a AllFieldInformation object and sets member variables. |
Method Summary | |
int |
getReturnCode()
Returns zero for success. |
java.lang.Object |
getSystemId()
Returns the name of the CICS System Id on which a given transaction executes. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransactionSystemId(int returnCode, java.lang.Object systemId)
AllFieldInformation
object and sets member variables.
returnCode
- - zero for success. For possible failure values, see the getReturnCodeMessage
method.systemId
- - name of the CICS System Id on which a given transaction executes.Method Detail |
public int getReturnCode()
getReturnCodeMessage
method.
public java.lang.Object getSystemId()
|
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 |