|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.IsCICS
public class IsCICS
Class to call the JNI function xxx_DTCisCICS () to obtain whether we're currently in CICS and/or we can use the CICS API.
Field Summary | |
---|---|
static int |
CICS_REGION_AND_API_ALLOWED
Constant - CICS, API mode |
static int |
CICS_REGION_BUT_API_DISALLOWED
Constant - CICS, none API |
static int |
NOT_CICS_REGION
Constant - not CICS |
static int |
UNABLE_TO_DETERMINE_STATUS
Constant - status not known |
Constructor Summary | |
---|---|
IsCICS()
|
Method Summary | |
---|---|
static int |
getApiStatus()
getApiStatus () returns the status of the current execution environment |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int UNABLE_TO_DETERMINE_STATUS
public static final int NOT_CICS_REGION
public static final int CICS_REGION_BUT_API_DISALLOWED
public static final int CICS_REGION_AND_API_ALLOWED
Constructor Detail |
---|
public IsCICS()
Method Detail |
---|
public static int getApiStatus()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |