|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.cics.server.Region
This class is a representation of the current TRANS system. It contains a set of static methods for the querying and setting the various region parameters.
Method Summary | |
static void |
disableTrace()
Not Implemented. |
static void |
disableTrace(java.util.BitSet options)
Not Implemented. |
static void |
enableTrace()
Not Implemented. |
static void |
enableTrace(java.util.BitSet options)
Not Implemented. |
static java.lang.String |
getAPPLID()
Get the APPLID of the TRANS region. |
static void |
getCWA(CWAHolder holder)
Get a copy of the CWA. |
static java.lang.String |
getSYSID()
Get the SYSID of this region. |
static void |
setAPPLID(java.lang.String applid)
Not Implemented. |
static void |
setCWA(byte[] data)
Set the CWA. |
static void |
setSYSID(java.lang.String sysid)
Not Implemented. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static void disableTrace()
public static void disableTrace(java.util.BitSet options)
options
- The trace flags to enable.RegionTraceBits
public static void enableTrace()
public static void enableTrace(java.util.BitSet options)
options
- The trace flags to disable.RegionTraceBits
public static java.lang.String getAPPLID()
public static void getCWA(CWAHolder holder)
holder
- A holder for the CWA.
If there is no CWA for this TRANS region, then a 0 length array
is placed in the value of the holder.public static java.lang.String getSYSID()
public static void setAPPLID(java.lang.String applid)
applid
- The new APPLID.public static void setCWA(byte[] data)
data
- The new data to be placed into the CWA.public static void setSYSID(java.lang.String sysid)
sysid
- The new SYSID.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |