Interface IEventProcessing
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface IEventProcessing extends ICICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IEventProcessing.EventProcessingStatusValue
Enumeration type for field EPSTATUS
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IEventProcessingReference
getCICSObjectReference()
java.lang.Long
getCurrentEventCaptureQueue()
Getter for field EVNTCURREVQjava.lang.Long
getCurrentTransactionalQueue()
Getter for field EVNTCURRTRQIEventProcessing.EventProcessingStatusValue
getEventProcessingStatus()
Getter for field EPSTATUSjava.lang.Long
getEvntbackout()
Getter for field EVNTBACKOUTjava.lang.Long
getEvntcapopsf()
Getter for field EVNTCAPOPSFjava.lang.Long
getEvntcommit()
Getter for field EVNTCOMMITjava.lang.Long
getEvntcurrdsp()
Getter for field EVNTCURRDSPjava.lang.Long
getEvntcustad()
Getter for field EVNTCUSTADjava.lang.Long
getEvntdisable()
Getter for field EVNTDISABLEjava.lang.Long
getEvntdomstid()
Getter for field EVNTDOMSTIDjava.lang.Long
getEvntdspfailc()
Getter for field EVNTDSPFAILCjava.lang.Long
getEvntdspfailo()
Getter for field EVNTDSPFAILOjava.lang.Long
getEvntfiltcap()
Getter for field EVNTFILTCAPjava.lang.Long
getEvntfiltops()
Getter for field EVNTFILTOPSjava.lang.Long
getEvntfiltopsf()
Getter for field EVNTFILTOPSFjava.lang.Long
getEvnthttpcnt()
Getter for field EVNTHTTPCNTjava.lang.Long
getEvntlostau()
Getter for field EVNTLOSTAUjava.lang.Long
getEvntlostco()
Getter for field EVNTLOSTCOjava.lang.Long
getEvntlostot()
Getter for field EVNTLOSTOTjava.lang.Long
getEvntmqadapt()
Getter for field EVNTMQADAPTjava.lang.Long
getEvntnorm()
Getter for field EVNTNORMjava.lang.Long
getEvntpeakdsp()
Getter for field EVNTPEAKDSPjava.lang.Long
getEvntpeakevq()
Getter for field EVNTPEAKEVQjava.lang.Long
getEvntpeaktrq()
Getter for field EVNTPEAKTRQjava.lang.Long
getEvntprio()
Getter for field EVNTPRIOjava.lang.Long
getEvntsynccap()
Getter for field EVNTSYNCCAPjava.lang.Long
getEvntsyncfail()
Getter for field EVNTSYNCFAILjava.lang.Long
getEvntsyscap()
Getter for field EVNTSYSCAPjava.lang.Long
getEvnttdqstat()
Getter for field EVNTTDQSTATjava.lang.Long
getEvnttran()
Getter for field EVNTTRANjava.lang.Long
getEvnttranatt()
Getter for field EVNTTRANATTjava.lang.Long
getEvnttrandis()
Getter for field EVNTTRANDISjava.lang.Long
getEvnttransad()
Getter for field EVNTTRANSADjava.lang.Long
getEvnttsqstat()
Getter for field EVNTTSQSTATICICSType<IEventProcessing>
getObjectType()
java.lang.Long
getPutEvents()
Getter for field EVNTPUTjava.lang.String
getSchemalevel()
Getter for field SCHEMALEVEL-
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<IEventProcessing> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getEventProcessingStatus
IEventProcessing.EventProcessingStatusValue getEventProcessingStatus()
Getter for field EPSTATUSEvent processing status
Indicates the current status of event processing. Values are:
- DRAIN
- Event processing is draining
- STARTED
- Event processing has started
- STOPPED
- Event processing has stopped.
-
getEvntfiltops
java.lang.Long getEvntfiltops()
Getter for field EVNTFILTOPSEvent filtering operations
The number of event filtering operations.
-
getEvntfiltcap
java.lang.Long getEvntfiltcap()
Getter for field EVNTFILTCAPEvents captured
The number of events captured.
-
getEvntdisable
java.lang.Long getEvntdisable()
Getter for field EVNTDISABLEEvents with disabled EVENTBINDING
The number of events that were not captured due to a disabled event binding.
-
getPutEvents
java.lang.Long getPutEvents()
Getter for field EVNTPUTPut events
The number of put_events on the EP dispatcher queue.
-
getEvntcommit
java.lang.Long getEvntcommit()
Getter for field EVNTCOMMITCommit forward events
The number of commit_event forward requests on the EP dispatcher queue.
-
getEvntbackout
java.lang.Long getEvntbackout()
Getter for field EVNTBACKOUTCommit backward events
The number of commit_event backward requests on the EP dispatcher queue.
-
getCurrentEventCaptureQueue
java.lang.Long getCurrentEventCaptureQueue()
Getter for field EVNTCURREVQCurrent event capture queue
The current number of events on the event capture queue.
-
getEvntpeakevq
java.lang.Long getEvntpeakevq()
Getter for field EVNTPEAKEVQPeak event capture queue
The maximum number of events on the event capture queue.
-
getCurrentTransactionalQueue
java.lang.Long getCurrentTransactionalQueue()
Getter for field EVNTCURRTRQCurrent transactional queue
The current number of events on the transactional queue.
-
getEvntpeaktrq
java.lang.Long getEvntpeaktrq()
Getter for field EVNTPEAKTRQPeak transactional queue
The maximum number of events on the transactional queue.
-
getEvntnorm
java.lang.Long getEvntnorm()
Getter for field EVNTNORMAsync normal events
The number of normal priority events.
-
getEvntprio
java.lang.Long getEvntprio()
Getter for field EVNTPRIOAsync priority events
The number of high priority events.
-
getEvnttran
java.lang.Long getEvnttran()
Getter for field EVNTTRANTransactional events
The number of transactional events.
-
getEvnttrandis
java.lang.Long getEvnttrandis()
Getter for field EVNTTRANDISTransactional events discarded
The number of transactional events discarded.
-
getEvnttranatt
java.lang.Long getEvnttranatt()
Getter for field EVNTTRANATTDispatcher tasks attached
The number of dispatcher tasks attached.
-
getEvntcurrdsp
java.lang.Long getEvntcurrdsp()
Getter for field EVNTCURRDSPCurrent dispatcher tasks
The current number of dispatcher tasks.
-
getEvntpeakdsp
java.lang.Long getEvntpeakdsp()
Getter for field EVNTPEAKDSPPeak dispatcher tasks
The maximum number of dispatcher tasks.
-
getEvntmqadapt
java.lang.Long getEvntmqadapt()
Getter for field EVNTMQADAPTEvents to IBM MQ EP adapter
The number of events dispatched to the Websphere MQ EP adapter.
-
getEvnttsqstat
java.lang.Long getEvnttsqstat()
Getter for field EVNTTSQSTATEvents to Tsqueue EP adapter
The number of events dispatched to the Tsqueue EP adapter.
-
getEvnttransad
java.lang.Long getEvnttransad()
Getter for field EVNTTRANSADEvents to Transaction EP adapter
The number of events dispatched to the transaction EP adapter.
-
getEvntcustad
java.lang.Long getEvntcustad()
Getter for field EVNTCUSTADEvents to Custom EP adapter
The number of events dispatched to the custom EP adapter.
-
getEvntdomstid
java.lang.Long getEvntdomstid()
Getter for field EVNTDOMSTIDEP domain statistics ID
EP domain statistics ID.
-
getEvntfiltopsf
java.lang.Long getEvntfiltopsf()
Getter for field EVNTFILTOPSFFilter operations failed
The number of filtering operations that did not complete because CICS was unable to determine whether an event should have been captured.
-
getEvntcapopsf
java.lang.Long getEvntcapopsf()
Getter for field EVNTCAPOPSFCapture operations failed
The number of capture operations that did not complete because CICS determined that an event was required but failed to capture it.
-
getEvntlostco
java.lang.Long getEvntlostco()
Getter for field EVNTLOSTCOEvents lost (adapter) - config
The number of events that were captured but not emitted because the EP adapter encountered a problem relating to a resource specified in the eventDispatcherAdapter configuration section of the event binding.
-
getEvntlostot
java.lang.Long getEvntlostot()
Getter for field EVNTLOSTOTEvents lost (adapter) - other
The number of events that were captured but not emitted because the EP adapter encountered a problem in the CICS environment such as insufficient storage.
-
getEvntdspfailc
java.lang.Long getEvntdspfailc()
Getter for field EVNTDSPFAILCEvents lost (dispatcher) - config
The number of events captured but not dispatched to an EP adapter because the dispatcher encountered a problem relating to a resource specified in the eventDispatcherPolicy section of the event binding.
-
getEvntdspfailo
java.lang.Long getEvntdspfailo()
Getter for field EVNTDSPFAILOEvents lost (dispatcher) - other
The number of events that were captured but not dispatched to an EP adapter because the dispatcher encountered a problem in the CICS environment such as insufficient storage.
-
getEvntsynccap
java.lang.Long getEvntsynccap()
Getter for field EVNTSYNCCAPSynchronous events
Synchronous emission events captured.
-
getEvntsyncfail
java.lang.Long getEvntsyncfail()
Getter for field EVNTSYNCFAILSynchronous events failed
Synchronous emission events that could not be emitted.
-
getEvnthttpcnt
java.lang.Long getEvnthttpcnt()
Getter for field EVNTHTTPCNTEvents to HTTP EP adapter
The number of events dispatched to the HTTP EP adapter.
-
getSchemalevel
java.lang.String getSchemalevel()
Getter for field SCHEMALEVELHighest schema level supported
The highest version and release of schema supported. The value is in the form vvrr, where 0201 indicates Version 2 Release 1.
-
getEvntlostau
java.lang.Long getEvntlostau()
Getter for field EVNTLOSTAUEvents lost - adapter unavailable
The number of events that were captured but not emitted because the EP adapter was unavailable.
-
getEvntsyscap
java.lang.Long getEvntsyscap()
Getter for field EVNTSYSCAPTotal system events captured
The count of system events that have been collected.
-
getEvnttdqstat
java.lang.Long getEvnttdqstat()
Getter for field EVNTTDQSTATEvents to Tdqueue EP adapter
The number of events dispatched to the Tdqueue EP adapter.
-
getCICSObjectReference
IEventProcessingReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-