|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICaptureSpecification
generated from CICS resourcetable EVCSPEC
Nested Class Summary | |
---|---|
static class |
ICaptureSpecification.CaptureTypeValue
Enumeration type for field CAPTURETYPE |
static class |
ICaptureSpecification.CurrpgmopValue
Enumeration type for field CURRPGMOP |
static class |
ICaptureSpecification.CurrtranidopValue
Enumeration type for field CURRTRANIDOP |
static class |
ICaptureSpecification.CurruseridopValue
Enumeration type for field CURRUSERIDOP |
static class |
ICaptureSpecification.PrimpredopValue
Enumeration type for field PRIMPREDOP |
static class |
ICaptureSpecification.PrimpredtypeValue
Enumeration type for field PRIMPREDTYPE |
Field Summary |
---|
Fields inherited from interface com.ibm.cics.model.ICICSResource |
---|
COPYRIGHT |
Method Summary | ||
---|---|---|
|
findReferences(IReferenceAttribute<From,ICaptureSpecification> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. |
|
java.lang.String |
getCapturePoint()
Getter for field CAPTUREPOINT |
|
java.lang.String |
getCaptureSpecification()
Getter for field CAPTURESPEC |
|
ICaptureSpecification.CaptureTypeValue |
getCaptureType()
Getter for field CAPTURETYPE |
|
ICaptureSpecificationReference |
getCICSObjectReference()
|
|
java.lang.String |
getCurrpgm()
Getter for field CURRPGM |
|
ICaptureSpecification.CurrpgmopValue |
getCurrpgmop()
Getter for field CURRPGMOP |
|
java.lang.String |
getCurrtranid()
Getter for field CURRTRANID |
|
ICaptureSpecification.CurrtranidopValue |
getCurrtranidop()
Getter for field CURRTRANIDOP |
|
java.lang.String |
getCurruserid()
Getter for field CURRUSERID |
|
ICaptureSpecification.CurruseridopValue |
getCurruseridop()
Getter for field CURRUSERIDOP |
|
java.lang.String |
getEventBinding()
Getter for field EVENTBINDING |
|
java.lang.String |
getEventName()
Getter for field EVENTNAME |
|
java.lang.Long |
getEventsCaptured()
Getter for field EVNTCAPTURED |
|
java.lang.Long |
getEvntcapfail()
Getter for field EVNTCAPFAIL |
|
java.lang.Long |
getNumdatapred()
Getter for field NUMDATAPRED |
|
java.lang.Long |
getNuminfosrce()
Getter for field NUMINFOSRCE |
|
java.lang.Long |
getNumoptpred()
Getter for field NUMOPTPRED |
|
ICICSType<ICaptureSpecification> |
getObjectType()
|
|
java.lang.String |
getPrimpred()
Getter for field PRIMPRED |
|
ICaptureSpecification.PrimpredopValue |
getPrimpredop()
Getter for field PRIMPREDOP |
|
ICaptureSpecification.PrimpredtypeValue |
getPrimpredtype()
Getter for field PRIMPREDTYPE |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getName |
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject |
---|
getAttributeValue |
Method Detail |
---|
ICICSType<ICaptureSpecification> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getCaptureSpecification()
Capture specification name
The name of this capture specification in the EVENTBINDING. The name can be up to 32 characters in length.
java.lang.String getEventBinding()
Event binding name
Specifies the name (1-32 characters) of the associated event binding.
ICaptureSpecification.CaptureTypeValue getCaptureType()
Capture point type
Specifies a fullword binary data area to receive a CVDA value indentifying the type of capture point. The possible values are as follows:
java.lang.String getEventName()
Event name
Specifies a 32-character data area to receive the associated business event name.
java.lang.Long getEventsCaptured()
Events captured
The number of events captured
java.lang.String getCapturePoint()
Capture point
Specifies a 25-character data area to receive the capture point associated with the capture specification. Its contents will match one of the capture point entries in the event binding tooling. Capture point entries consisting of two words or more are separated with an underscore - for example, LINK_PROGRAM or PROGRAM_INITIATION.
java.lang.Long getEvntcapfail()
Capture failures
The number of capture failures recorded by capture specification.
java.lang.String getCurrpgm()
Current program filter value
Data area to receive the value specified by the application context predicate for the current program name.
ICaptureSpecification.CurrpgmopValue getCurrpgmop()
Current program filter operator
Operator that is used together with the value in CURRENT when evaluating the application context predicate on the current program name. The available CVDA values are as follows:
java.lang.String getCurrtranid()
Current transaction ID filter value
Data area to receive the value specified by the application context predicate for the current transaction name.
ICaptureSpecification.CurrtranidopValue getCurrtranidop()
Current transaction ID filter operator
Operator that is used together with the value in CURRTRANID when evaluating the application context predicate on the current transaction name. The available CVDA values are as follows:
java.lang.String getCurruserid()
Current user ID filter value
Data area for the user id associated with the current transaction.
ICaptureSpecification.CurruseridopValue getCurruseridop()
Current user ID filter operator
Operator that is used together with the value in CURRUSERID when evaluating the application context predicate on the user id. The available CVDA values are as follows:
java.lang.String getPrimpred()
Primary predicate filter value
Data area for the primary predicate for the capture specification.
ICaptureSpecification.PrimpredopValue getPrimpredop()
Primary predicate filter operator
Operator that is used together with the value in PRIMPRED when evaluating the primary predicate. The available CVDA values are as follows:
ICaptureSpecification.PrimpredtypeValue getPrimpredtype()
Primary predicate type
The type of primary predicate for this capture specification. The available CVDA values are as follows:
java.lang.Long getNumoptpred()
Option predicate count
The number of option predicates related to this capture specification.
java.lang.Long getNumdatapred()
Data predicate count
The number of data predicates related to this capture specification.
java.lang.Long getNuminfosrce()
Information source count
The number of infomation sources related to this capture specification.
ICaptureSpecificationReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,ICaptureSpecification> referenceAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |