|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.Region
This class provides a set of methods and variables that correspond to a CICS region.
Field Summary |
---|
Fields inherited from interface com.ibm.cics.server.RegionTraceBits |
---|
EI, NUMBER_OF_BITS, SYSTEM, USER |
Constructor Summary | |
---|---|
Region()
|
Method Summary | |
---|---|
static void |
disableTrace()
Disable main TRACE flag for the region (Method is not supported in this release of CICS TS) |
static void |
disableTrace(java.util.BitSet options)
Disable region trace flags (Method is not supported in this release of CICS TS) |
static void |
enableTrace()
Enable main TRACE flag for the region (Method is not supported in this release of CICS TS) |
static void |
enableTrace(java.util.BitSet options)
Enable region trace flags (Method is not supported in this release of CICS TS) |
static java.lang.String |
getAPPLID()
Return the APPLID of the region. |
static void |
getCWA(CWAHolder holder)
Return a copy of the Common Work Area (CWA). |
static java.lang.String |
getSYSID()
Return the SYSID for the region. |
static void |
setAPPLID(java.lang.String applid)
|
static void |
setCWA(byte[] data)
Update the contents of the CWA from an array of bytes. |
static void |
setSYSID(java.lang.String SYSID)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Region()
Method Detail |
public static void disableTrace()
public static void disableTrace(java.util.BitSet options)
public static void enableTrace()
public static void enableTrace(java.util.BitSet options)
public static java.lang.String getAPPLID()
String
containing the APPLID.public static void getCWA(CWAHolder holder)
public static java.lang.String getSYSID()
String
containing the SYSID.public static void setAPPLID(java.lang.String applid)
public static void setCWA(byte[] data)
data
- the new data to be copied into the CWA.public static void setSYSID(java.lang.String SYSID)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |