Interface IDBCTLSubsystem
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface IDBCTLSubsystem extends ICICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IDBCTLSubsystem.StatusValue
Enumeration type for field STATUS
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCicsname()
Getter for field CICSNAMEIDBCTLSubsystemReference
getCICSObjectReference()
java.lang.String
getDbctloveride()
Getter for field DBCTLOVERIDEjava.lang.String
getLocation()
Getter for field LOCATIONjava.lang.Long
getMaxthrdcnt()
Getter for field MAXTHRDCNTjava.lang.Long
getMaxthrdtime()
Getter for field MAXTHRDTIMEjava.lang.Long
getMaxthread()
Getter for field MAXTHREADjava.lang.Long
getMinthrdcnt()
Getter for field MINTHRDCNTjava.lang.Long
getMinthread()
Getter for field MINTHREADjava.lang.String
getName()
Getter for field NAMEICICSType<IDBCTLSubsystem>
getObjectType()
java.lang.Long
getPeakthreads()
Getter for field PEAKTHREADSjava.lang.String
getPrpname()
Getter for field PRPNAMEjava.lang.Long
getPsbsched()
Getter for field PSBSCHEDjava.lang.String
getRsename()
Getter for field RSENAMEIDBCTLSubsystem.StatusValue
getStatus()
Getter for field STATUSjava.util.Date
getTimeoff()
Getter for field TIMEOFFjava.util.Date
getTimeon()
Getter for field TIMEON-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IDBCTLSubsystem> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getName
java.lang.String getName()
Getter for field NAMEDBCTL subsystem name
The name of the DBCTL subsystem.
- Specified by:
getName
in interfaceICICSObject
-
getLocation
java.lang.String getLocation()
Getter for field LOCATIONMVS system ID
The system ID of the MVS system where this DBCTL subsystem resides.
-
getStatus
IDBCTLSubsystem.StatusValue getStatus()
Getter for field STATUSDBCTL CICS attachment status
The status of the connection to DBCTL, as one of the following:
- ACTIVE - CICS is connected to DBCTL.
- INACTIVE - CICS is not connected to DBCTL.
- WAITING - The connection between CICS and DBCTL is not yet complete.
-
getCicsname
java.lang.String getCicsname()
Getter for field CICSNAMECICS system name used to attach
The name of the CICS system connected to the DBCTL subsystem.
-
getPrpname
java.lang.String getPrpname()
Getter for field PRPNAMEFully qualified startup table name
The fully qualified name of the database resource adapter (DRA) startup table.
-
getRsename
java.lang.String getRsename()
Getter for field RSENAMERecoverable Service Element (RSE) name
The name of the DBCTL Recoverable Service Element (RSE).
-
getTimeon
java.util.Date getTimeon()
Getter for field TIMEONTime at which connect occurred
The GMT time that the connection was first made to the DBCTL subsystem.
-
getTimeoff
java.util.Date getTimeoff()
Getter for field TIMEOFFTime at which disconnect occurred
The GMT time of the last disconnect of the DBCTL subsystem.
-
getMinthread
java.lang.Long getMinthread()
Getter for field MINTHREADMinimum number of threads
The minimum number of threads specified in the database resource adapter (DRA) startup parameter table.
-
getMaxthread
java.lang.Long getMaxthread()
Getter for field MAXTHREADMaximum number of threads
The maximum number of threads specified in the database resource adapter (DRA) startup parameter table.
-
getMinthrdcnt
java.lang.Long getMinthrdcnt()
Getter for field MINTHRDCNTNumber 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.
-
getMaxthrdcnt
java.lang.Long getMaxthrdcnt()
Getter for field MAXTHRDCNTNumber of times maximum threads reached
The number of times that the number of active threads between CICS and DBCTL has reached the maximum value.
-
getMaxthrdtime
java.lang.Long getMaxthrdtime()
Getter for field MAXTHRDTIMEElapsed time at maximum threads condition
The elapsed time for which the CICS-DBCTL session is running at the maximum thread value.
-
getPeakthreads
java.lang.Long getPeakthreads()
Getter for field PEAKTHREADSPeak number of threads in use
The highest number of threads between DBCTL and CICS at any given time.
-
getPsbsched
java.lang.Long getPsbsched()
Getter for field PSBSCHEDNumber of times PSB successfully scheduled
The number of times the CICS-DBCTL session successfully scheduled a program specification block (PSB).
-
getDbctloveride
java.lang.String getDbctloveride()
Getter for field DBCTLOVERIDEDBCTL 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.
-
getCICSObjectReference
IDBCTLSubsystemReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-