com.ibm.cics.model
Interface ICaptureSpecification

All Superinterfaces:
ICICSObject, ICICSResource
All Known Subinterfaces:
IMutableCaptureSpecification

public interface ICaptureSpecification
extends ICICSResource

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

getCaptureSpecification

java.lang.String getCaptureSpecification()
Getter for field CAPTURESPEC

Capture specification name

The name of this capture specification in the EVENTBINDING. The name can be up to 32 characters in length.


getEventBinding

java.lang.String getEventBinding()
Getter for field EVENTBINDING

Event binding name

Specifies the name (1-32 characters) of the associated event binding.


getCaptureType

ICaptureSpecification.CaptureTypeValue getCaptureType()
Getter for field CAPTURETYPE

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:

PRECOMMAND
Capture point is at the start of a CICS API command.
POSTCOMMAND
Capture point is on completion of a CICS API command.
PROGRAMINIT
Capture point is at the program initiation.


getEventName

java.lang.String getEventName()
Getter for field EVENTNAME

Event name

Specifies a 32-character data area to receive the associated business event name.


getEventsCaptured

java.lang.Long getEventsCaptured()
Getter for field EVNTCAPTURED

Total events captured

The number of events captured


getCapturePoint

java.lang.String getCapturePoint()
Getter for field CAPTUREPOINT

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.



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