|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICaptureSpecificationOptions
generated from CICS resourcetable EVCSOPT
Nested Class Summary | |
---|---|
static class |
ICaptureSpecificationOptions.OperatorValue
Enumeration type for field OPERATOR |
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getCapturespec()
Getter for field CAPTURESPEC |
java.lang.String |
getEventbinding()
Getter for field EVENTBINDING |
java.lang.String |
getFiltervalue()
Getter for field FILTERVALUE |
ICaptureSpecificationOptions.OperatorValue |
getOperator()
Getter for field OPERATOR |
java.lang.String |
getOptionname()
Getter for field OPTIONNAME |
java.lang.Long |
getSeqnumber()
Getter for field SEQNUMBER |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getName, getObjectType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getCapturespec()
Capture specification name
Specifies the name of the associated capture specification. The name can be up to 32 characters in length.
java.lang.String getEventbinding()
Event binding name
Specifies the name of this event binding. The name can be up to 32 characters in length.
java.lang.String getOptionname()
Option name
Specifies a 32-character data area to receive the name of the application command option or system event option that is specified in the event specification. If using the CICS event binding editor, this value matches one of the application options for the capture point for an application event or one of the event options for the capture point for a system event.
ICaptureSpecificationOptions.OperatorValue getOperator()
Comparative operator for this predicate
Returns a CVDA that defines the operator that is used together with the value in the FILTERVALUE option when evaluating the predicate. The available CVDA values are as follows:
java.lang.Long getSeqnumber()
Browse sequence number
This number identifies the order in which the predicate resource was returned when using the EXEC CICS INQUIRE NEXT interface.
java.lang.String getFiltervalue()
Filter value
Specifies a 255-character data area to receive the value of the application command option or system event option. Values shorter than 255 characters are padded with blanks.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |