|
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.ConnectionStatus
Return object that holds return code and the status of the host connection.
BridgeAPI_EJB.getConnectionStatus()
,
Serialized FormConstructor Summary | |
ConnectionStatus(int returnCode,
int status)
Creates a ConnectionStatus object and sets member variables. |
Method Summary | |
int |
getReturnCode()
Returns zero for success. |
int |
getStatus()
Returns the status of the host connection, which is one of the following values. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConnectionStatus(int returnCode, int status)
ConnectionStatus
object and sets member variables.
returnCode
- zero for success. For possible failure values, see the getReturnCodeMessage
method.status
- The status of the host connection, which is one of the following values.
0 : The session is connected. 1 : The session is not connected 2 : NOT SUPPORTED: The session is connected but the presentation space (PS) is busy. 3 : NOT SUPPORTED: The connection is inhibited. 4 : NOT SUPPORTED: The host is in an unknown state.
Method Detail |
public int getReturnCode()
getReturnCodeMessage
method.
public int getStatus()
0 : The session is connected. 1 : The session is not connected 2 : NOT SUPPORTED: The session is connected but the presentation space (PS) is busy. 3 : NOT SUPPORTED: The connection is inhibited. 4 : NOT SUPPORTED: The host is in an unknown state.
|
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 |