|
Sun Adapter for CICS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stc.eways.cics.AsyncCallReturnCodes
public class AsyncCallReturnCodes
The AsyncCallReturnCodes
class represents
all the primary return codes (error codes) for an async call,
currently, there are only two, CALL_OK, and CALL_ERROR.
when a call ends up with CALL_ERROR, a secondary return
code should be checked for detailed error information,
these secondary return codes are either from
OTD node ECIERRORS
if the underlying transport is
CTG, or RETURNCODES
if the underlying transport
is SBYND listener;
Field Summary |
---|
Constructor Summary | |
---|---|
AsyncCallReturnCodes()
|
Method Summary | |
---|---|
static int |
getCALL_ERROR()
|
static int |
getCALL_OK()
|
static java.lang.String |
getString(int code)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsyncCallReturnCodes()
Method Detail |
---|
public static final int getCALL_OK()
public static final int getCALL_ERROR()
public static final java.lang.String getString(int code)
|
Sun Adapter for CICS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |