|
||||||||||
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 |
Method Summary | |
---|---|
java.lang.String |
getCapturePoint()
Getter for field CAPTUREPOINT |
java.lang.String |
getCaptureSpecification()
Getter for field CAPTURESPEC |
ICaptureSpecification.CaptureTypeValue |
getCaptureType()
Getter for field CAPTURETYPE |
java.lang.String |
getEventBinding()
Getter for field EVENTBINDING |
java.lang.String |
getEventName()
Getter for field EVENTNAME |
java.lang.Long |
getEventsCaptured()
Getter for field EVNTCAPTURED |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getName |
Method Detail |
---|
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()
Total 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |