|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.Region
public class 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)
This method is not part of the API and is not supported for use by application programs. |
static void |
setCWA(byte[] data)
Update the contents of the CWA from an array of bytes. |
static void |
setSYSID(java.lang.String SYSID)
This method is not part of the API and is not supported for use by application programs. |
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)
options
- the BitSet options to useRegionTraceBits
public static void enableTrace()
public static void enableTrace(java.util.BitSet options)
options
- the BitSet options to useRegionTraceBits
public static java.lang.String getAPPLID()
String
containing the APPLID.public static void getCWA(CWAHolder holder)
holder
- a holder for the CWA.
If there is no CWA
defined for the region, a byte[] of length 0 is returned as the value of
the holder.public static java.lang.String getSYSID()
String
containing the SYSID.public static void setAPPLID(java.lang.String applid)
applid
- the APPLIDpublic static void setCWA(byte[] data)
data
- the new data to be copied into the CWA.public static void setSYSID(java.lang.String SYSID)
SYSID
- the SYSID
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |