|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDBCTLSubsystem
generated from CICS resourcetable DBCTLSS
Nested Class Summary | |
---|---|
static class |
IDBCTLSubsystem.StatusValue
Enumeration type for field STATUS |
Method Summary | |
---|---|
java.lang.String |
getCicsname()
Getter for field CICSNAME |
java.lang.String |
getDbctloveride()
Getter for field DBCTLOVERIDE |
java.lang.String |
getLocation()
Getter for field LOCATION |
java.lang.Long |
getMaxthrdcnt()
Getter for field MAXTHRDCNT |
java.lang.Long |
getMaxthrdtime()
Getter for field MAXTHRDTIME |
java.lang.Long |
getMaxthread()
Getter for field MAXTHREAD |
java.lang.Long |
getMinthrdcnt()
Getter for field MINTHRDCNT |
java.lang.Long |
getMinthread()
Getter for field MINTHREAD |
java.lang.String |
getName()
Getter for field NAME |
java.lang.Long |
getPeakthreads()
Getter for field PEAKTHREADS |
java.lang.String |
getPrpname()
Getter for field PRPNAME |
java.lang.Long |
getPsbsched()
Getter for field PSBSCHED |
java.lang.String |
getRsename()
Getter for field RSENAME |
IDBCTLSubsystem.StatusValue |
getStatus()
Getter for field STATUS |
java.lang.String |
getTimeoff()
Getter for field TIMEOFF |
java.lang.String |
getTimeon()
Getter for field TIMEON |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getObjectType |
Method Detail |
---|
java.lang.String getName()
DBCTL subsystem name
The name of the DBCTL subsystem.
getName
in interface ICICSObject
java.lang.String getLocation()
MVS system ID
The system ID of the MVS system where this DBCTL subsystem resides.
IDBCTLSubsystem.StatusValue getStatus()
DBCTL CICS attachment status
The status of the connection to DBCTL, as one of the following:
java.lang.String getCicsname()
CICS system name used to attach
The name of the CICS system connected to the DBCTL subsystem.
java.lang.String getPrpname()
Fully qualified startup table name
The fully qualified name of the database resource adapter (DRA) startup table.
java.lang.String getRsename()
Recoverable Service Element (RSE) name
The name of the DBCTL Recoverable Service Element (RSE).
java.lang.String getTimeon()
Time at which connect occurred
The GMT time that the connection was first made to the DBCTL subsystem.
java.lang.String getTimeoff()
Time at which disconnect occurred
The GMT time of the last disconnect of the DBCTL subsystem.
java.lang.Long getMinthread()
Minimum number of threads
The minimum number of threads specified in the database resource adapter (DRA) startup parameter table.
java.lang.Long getMaxthread()
Maximum number of threads
The maximum number of threads specified in the database resource adapter (DRA) startup parameter table.
java.lang.Long getMinthrdcnt()
Number of times minimum threads reached
The number of times that the number of active threads between CICS and DBCTL has been reduced to the minimum.
java.lang.Long getMaxthrdcnt()
Number of times maximum threads reached
The number of times that the number of active threads between CICS and DBCTL has reached the maximum value.
java.lang.Long getMaxthrdtime()
Elapsed time at maximum threads condition
The elapsed time for which the CICS-DBCTL session is running at the maximum thread value.
java.lang.Long getPeakthreads()
Peak number of threads in use
The highest number of threads between DBCTL and CICS at any given time.
java.lang.Long getPsbsched()
Number of times PSB successfully scheduled
The number of times the CICS-DBCTL session successfully scheduled a program specification block (PSB).
java.lang.String getDbctloveride()
DBCTL ID override
The DBCTL override identifier. If no identifier is specified, the DRA uses the DBCTL identifier specified on the DBCTLID parameter in the DRA startup table.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |