Interface IEventProcessing

    • Method Detail

      • getEventProcessingStatus

        IEventProcessing.EventProcessingStatusValue getEventProcessingStatus()
        Getter for field EPSTATUS

        Event 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 EVNTFILTOPS

        Event filtering operations

        The number of event filtering operations.

      • getEvntfiltcap

        java.lang.Long getEvntfiltcap()
        Getter for field EVNTFILTCAP

        Events captured

        The number of events captured.

      • getEvntdisable

        java.lang.Long getEvntdisable()
        Getter for field EVNTDISABLE

        Events 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 EVNTPUT

        Put events

        The number of put_events on the EP dispatcher queue.

      • getEvntcommit

        java.lang.Long getEvntcommit()
        Getter for field EVNTCOMMIT

        Commit forward events

        The number of commit_event forward requests on the EP dispatcher queue.

      • getEvntbackout

        java.lang.Long getEvntbackout()
        Getter for field EVNTBACKOUT

        Commit backward events

        The number of commit_event backward requests on the EP dispatcher queue.

      • getCurrentEventCaptureQueue

        java.lang.Long getCurrentEventCaptureQueue()
        Getter for field EVNTCURREVQ

        Current event capture queue

        The current number of events on the event capture queue.

      • getEvntpeakevq

        java.lang.Long getEvntpeakevq()
        Getter for field EVNTPEAKEVQ

        Peak event capture queue

        The maximum number of events on the event capture queue.

      • getCurrentTransactionalQueue

        java.lang.Long getCurrentTransactionalQueue()
        Getter for field EVNTCURRTRQ

        Current transactional queue

        The current number of events on the transactional queue.

      • getEvntpeaktrq

        java.lang.Long getEvntpeaktrq()
        Getter for field EVNTPEAKTRQ

        Peak transactional queue

        The maximum number of events on the transactional queue.

      • getEvntnorm

        java.lang.Long getEvntnorm()
        Getter for field EVNTNORM

        Async normal events

        The number of normal priority events.

      • getEvntprio

        java.lang.Long getEvntprio()
        Getter for field EVNTPRIO

        Async priority events

        The number of high priority events.

      • getEvnttran

        java.lang.Long getEvnttran()
        Getter for field EVNTTRAN

        Transactional events

        The number of transactional events.

      • getEvnttrandis

        java.lang.Long getEvnttrandis()
        Getter for field EVNTTRANDIS

        Transactional events discarded

        The number of transactional events discarded.

      • getEvnttranatt

        java.lang.Long getEvnttranatt()
        Getter for field EVNTTRANATT

        Dispatcher tasks attached

        The number of dispatcher tasks attached.

      • getEvntcurrdsp

        java.lang.Long getEvntcurrdsp()
        Getter for field EVNTCURRDSP

        Current dispatcher tasks

        The current number of dispatcher tasks.

      • getEvntpeakdsp

        java.lang.Long getEvntpeakdsp()
        Getter for field EVNTPEAKDSP

        Peak dispatcher tasks

        The maximum number of dispatcher tasks.

      • getEvntmqadapt

        java.lang.Long getEvntmqadapt()
        Getter for field EVNTMQADAPT

        Events to IBM MQ EP adapter

        The number of events dispatched to the Websphere MQ EP adapter.

      • getEvnttsqstat

        java.lang.Long getEvnttsqstat()
        Getter for field EVNTTSQSTAT

        Events to Tsqueue EP adapter

        The number of events dispatched to the Tsqueue EP adapter.

      • getEvnttransad

        java.lang.Long getEvnttransad()
        Getter for field EVNTTRANSAD

        Events to Transaction EP adapter

        The number of events dispatched to the transaction EP adapter.

      • getEvntcustad

        java.lang.Long getEvntcustad()
        Getter for field EVNTCUSTAD

        Events to Custom EP adapter

        The number of events dispatched to the custom EP adapter.

      • getEvntdomstid

        java.lang.Long getEvntdomstid()
        Getter for field EVNTDOMSTID

        EP domain statistics ID

        EP domain statistics ID.

      • getEvntfiltopsf

        java.lang.Long getEvntfiltopsf()
        Getter for field EVNTFILTOPSF

        Filter 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 EVNTCAPOPSF

        Capture 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 EVNTLOSTCO

        Events 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 EVNTLOSTOT

        Events 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 EVNTDSPFAILC

        Events 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 EVNTDSPFAILO

        Events 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 EVNTSYNCCAP

        Synchronous events

        Synchronous emission events captured.

      • getEvntsyncfail

        java.lang.Long getEvntsyncfail()
        Getter for field EVNTSYNCFAIL

        Synchronous events failed

        Synchronous emission events that could not be emitted.

      • getEvnthttpcnt

        java.lang.Long getEvnthttpcnt()
        Getter for field EVNTHTTPCNT

        Events to HTTP EP adapter

        The number of events dispatched to the HTTP EP adapter.

      • getSchemalevel

        java.lang.String getSchemalevel()
        Getter for field SCHEMALEVEL

        Highest 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 EVNTLOSTAU

        Events 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 EVNTSYSCAP

        Total system events captured

        The count of system events that have been collected.

      • getEvnttdqstat

        java.lang.Long getEvnttdqstat()
        Getter for field EVNTTDQSTAT

        Events to Tdqueue EP adapter

        The number of events dispatched to the Tdqueue EP adapter.