com.ibm.cics.model
Interface IEventProcessing

All Superinterfaces:
ICICSObject, ICICSResource, com.ibm.cics.model.meta.ITypedObject

public interface IEventProcessing
extends ICICSResource

generated from CICS resourcetable EVNTGBL


Nested Class Summary
static class IEventProcessing.EventProcessingStatusValue
          Enumeration type for field EPSTATUS
 
Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.Long getCurrentEventCaptureQueue()
          Getter for field EVNTCURREVQ
 java.lang.Long getCurrentTransactionalQueue()
          Getter for field EVNTCURRTRQ
 IEventProcessing.EventProcessingStatusValue getEventProcessingStatus()
          Getter for field EPSTATUS
 java.lang.Long getEvntbackout()
          Getter for field EVNTBACKOUT
 java.lang.Long getEvntcapopsf()
          Getter for field EVNTCAPOPSF
 java.lang.Long getEvntcommit()
          Getter for field EVNTCOMMIT
 java.lang.Long getEvntcurrdsp()
          Getter for field EVNTCURRDSP
 java.lang.Long getEvntcustad()
          Getter for field EVNTCUSTAD
 java.lang.Long getEvntdisable()
          Getter for field EVNTDISABLE
 java.lang.Long getEvntdomstid()
          Getter for field EVNTDOMSTID
 java.lang.Long getEvntdspfailc()
          Getter for field EVNTDSPFAILC
 java.lang.Long getEvntdspfailo()
          Getter for field EVNTDSPFAILO
 java.lang.Long getEvntfiltcap()
          Getter for field EVNTFILTCAP
 java.lang.Long getEvntfiltops()
          Getter for field EVNTFILTOPS
 java.lang.Long getEvntfiltopsf()
          Getter for field EVNTFILTOPSF
 java.lang.Long getEvnthttpcnt()
          Getter for field EVNTHTTPCNT
 java.lang.Long getEvntlostau()
          Getter for field EVNTLOSTAU
 java.lang.Long getEvntlostco()
          Getter for field EVNTLOSTCO
 java.lang.Long getEvntlostot()
          Getter for field EVNTLOSTOT
 java.lang.Long getEvntmqadapt()
          Getter for field EVNTMQADAPT
 java.lang.Long getEvntnorm()
          Getter for field EVNTNORM
 java.lang.Long getEvntpeakdsp()
          Getter for field EVNTPEAKDSP
 java.lang.Long getEvntpeakevq()
          Getter for field EVNTPEAKEVQ
 java.lang.Long getEvntpeaktrq()
          Getter for field EVNTPEAKTRQ
 java.lang.Long getEvntprio()
          Getter for field EVNTPRIO
 java.lang.Long getEvntsynccap()
          Getter for field EVNTSYNCCAP
 java.lang.Long getEvntsyncfail()
          Getter for field EVNTSYNCFAIL
 java.lang.Long getEvntsyscap()
          Getter for field EVNTSYSCAP
 java.lang.Long getEvnttran()
          Getter for field EVNTTRAN
 java.lang.Long getEvnttranatt()
          Getter for field EVNTTRANATT
 java.lang.Long getEvnttrandis()
          Getter for field EVNTTRANDIS
 java.lang.Long getEvnttransad()
          Getter for field EVNTTRANSAD
 java.lang.Long getEvnttsqstat()
          Getter for field EVNTTSQSTAT
 java.lang.Long getPutEvents()
          Getter for field EVNTPUT
 java.lang.String getSchemalevel()
          Getter for field SCHEMALEVEL
 
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

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
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 Websphere 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.



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