com.ibm.cics.model
Interface IDBCTLSubsystem

All Superinterfaces:
ICICSObject, ICICSResource, com.ibm.cics.model.meta.ITypedObject

public interface IDBCTLSubsystem
extends ICICSResource

generated from CICS resourcetable DBCTLSS


Nested Class Summary
static class IDBCTLSubsystem.StatusValue
          Enumeration type for field STATUS
 
Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IDBCTLSubsystem> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 java.lang.String getCicsname()
          Getter for field CICSNAME
 IDBCTLSubsystemReference getCICSObjectReference()
           
 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
 ICICSType<IDBCTLSubsystem> getObjectType()
           
 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
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<IDBCTLSubsystem> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getName

java.lang.String getName()
Getter for field NAME

DBCTL subsystem name

The name of the DBCTL subsystem.

Specified by:
getName in interface ICICSObject

getLocation

java.lang.String getLocation()
Getter for field LOCATION

MVS system ID

The system ID of the MVS system where this DBCTL subsystem resides.


getStatus

IDBCTLSubsystem.StatusValue getStatus()
Getter for field STATUS

DBCTL CICS attachment status

The status of the connection to DBCTL, as one of the following:


getCicsname

java.lang.String getCicsname()
Getter for field CICSNAME

CICS system name used to attach

The name of the CICS system connected to the DBCTL subsystem.


getPrpname

java.lang.String getPrpname()
Getter for field PRPNAME

Fully qualified startup table name

The fully qualified name of the database resource adapter (DRA) startup table.


getRsename

java.lang.String getRsename()
Getter for field RSENAME

Recoverable Service Element (RSE) name

The name of the DBCTL Recoverable Service Element (RSE).


getTimeon

java.lang.String getTimeon()
Getter for field TIMEON

Time at which connect occurred

The GMT time that the connection was first made to the DBCTL subsystem.


getTimeoff

java.lang.String getTimeoff()
Getter for field TIMEOFF

Time at which disconnect occurred

The GMT time of the last disconnect of the DBCTL subsystem.


getMinthread

java.lang.Long getMinthread()
Getter for field MINTHREAD

Minimum 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 MAXTHREAD

Maximum 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 MINTHRDCNT

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.


getMaxthrdcnt

java.lang.Long getMaxthrdcnt()
Getter for field MAXTHRDCNT

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.


getMaxthrdtime

java.lang.Long getMaxthrdtime()
Getter for field MAXTHRDTIME

Elapsed 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 PEAKTHREADS

Peak 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 PSBSCHED

Number 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 DBCTLOVERIDE

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.


getCICSObjectReference

IDBCTLSubsystemReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IDBCTLSubsystem> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



Copyright © 2008-2013 IBM Corp. All Rights Reserved.