Interface ISecurityDiscovery
-
- All Superinterfaces:
ICICSObject,ICICSResource,com.ibm.cics.model.meta.ITypedObject
public interface ISecurityDiscovery extends ICICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classISecurityDiscovery.CmdValueEnumeration type for field CMDstatic classISecurityDiscovery.Db2ValueEnumeration type for field DB2static classISecurityDiscovery.DctValueEnumeration type for field DCTstatic classISecurityDiscovery.FctValueEnumeration type for field FCTstatic classISecurityDiscovery.HfsValueEnumeration type for field HFSstatic classISecurityDiscovery.JctValueEnumeration type for field JCTstatic classISecurityDiscovery.PctValueEnumeration type for field PCTstatic classISecurityDiscovery.PptValueEnumeration type for field PPTstatic classISecurityDiscovery.PsbValueEnumeration type for field PSBstatic classISecurityDiscovery.ResValueEnumeration type for field RESstatic classISecurityDiscovery.StatusValueEnumeration type for field STATUSstatic classISecurityDiscovery.TranValueEnumeration type for field TRANstatic classISecurityDiscovery.TstValueEnumeration type for field TSTstatic classISecurityDiscovery.UserValueEnumeration type for field USER
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<ISecurityDiscovery> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getStatus
ISecurityDiscovery.StatusValue getStatus()
Getter for field STATUSSecurity Discovery status
The current status (ON or OFF) of Security Discovery.
-
getCmd
ISecurityDiscovery.CmdValue getCmd()
Getter for field CMDCMD discovery status
Indicates whether resource access requests controlled by the XCMD SIT parameter are being discovered or not.
-
getDb2
ISecurityDiscovery.Db2Value getDb2()
Getter for field DB2DB2 discovery status
Indicates whether resource access requests controlled by the XDB2 SIT parameter are being discovered or not.
-
getDct
ISecurityDiscovery.DctValue getDct()
Getter for field DCTDCT discovery status
Indicates whether resource access requests controlled by the XDCT SIT parameter are being discovered or not.
-
getFct
ISecurityDiscovery.FctValue getFct()
Getter for field FCTFCT discovery status
Indicates whether resource access requests controlled by the XFCT SIT parameter are being discovered or not.
-
getHfs
ISecurityDiscovery.HfsValue getHfs()
Getter for field HFSHFS discovery status
Indicates whether resource access requests controlled by the XHFS SIT parameter are being discovered or not.
-
getJct
ISecurityDiscovery.JctValue getJct()
Getter for field JCTJCT discovery status
Indicates whether resource access requests controlled by the XJCT SIT parameter are being discovered or not.
-
getPct
ISecurityDiscovery.PctValue getPct()
Getter for field PCTPCT discovery status
Indicates whether resource access requests controlled by the XPCT SIT parameter are being discovered or not.
-
getPpt
ISecurityDiscovery.PptValue getPpt()
Getter for field PPTPPT discovery status
Indicates whether resource access requests controlled by the XPPT SIT parameter are being discovered or not.
-
getPsb
ISecurityDiscovery.PsbValue getPsb()
Getter for field PSBPSB discovery status
Indicates whether resource access requests controlled by the XPSB SIT parameter are being discovered or not.
-
getRes
ISecurityDiscovery.ResValue getRes()
Getter for field RESRES discovery status
Indicates whether resource access requests controlled by the XRES SIT parameter are being discovered or not.
-
getTran
ISecurityDiscovery.TranValue getTran()
Getter for field TRANTRAN discovery status
Indicates whether resource access requests controlled by the XTRAN SIT parameter are being discovered or not.
-
getTst
ISecurityDiscovery.TstValue getTst()
Getter for field TSTTST discovery status
Indicates whether resource access requests controlled by the XTST SIT parameter are being discovered or not.
-
getUser
ISecurityDiscovery.UserValue getUser()
Getter for field USERUSER discovery status
Indicates whether resource access requests controlled by the XUSER SIT parameter are being discovered or not.
-
getLastsecdtime
java.util.Date getLastsecdtime()
Getter for field LASTSECDTIMEThe last time a resource access was recorded by Security Discovery
The last time a resource access was recorded by Security Discovery.
-
getLastwrittime
java.util.Date getLastwrittime()
Getter for field LASTWRITTIMEThe last time the Security Discovery data was written to the log stream.
The last time the Security Discovery data was written to the DFHSECD log stream.
-
getSecdcount
java.lang.Long getSecdcount()
Getter for field SECDCOUNTTotal number of resource accesses recorded by Security Discovery
The total number of resource accesses recorded by Security Discovery
-
getNewsecdcount
java.lang.Long getNewsecdcount()
Getter for field NEWSECDCOUNTNumber of resource accesses recorded by Security Discovery since the data was written out
Number of resource accesses recorded by Security Discovery since the data was last written to the DFHSECD log stream.
-
getCICSObjectReference
ISecurityDiscoveryReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICICSResource
-
-