|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEventProcessing
generated from CICS resourcetable EVNTGBL
Nested Class Summary | |
---|---|
static class |
IEventProcessing.EventProcessingStatusValue
Enumeration type for field EPSTATUS |
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 |
Method Detail |
---|
IEventProcessing.EventProcessingStatusValue getEventProcessingStatus()
Event processing status
Indicates the current status of event processing. Values are:
java.lang.Long getEvntfiltops()
Event filtering operations
The number of event filtering operations.
java.lang.Long getEvntfiltcap()
Events captured
The number of events captured.
java.lang.Long getEvntdisable()
Events with disabled EVENTBINDING
The number of events that were not captured due to a disabled event binding.
java.lang.Long getPutEvents()
Put events
The number of put_events on the EP dispatcher queue.
java.lang.Long getEvntcommit()
Commit forward events
The number of commit_event forward requests on the EP dispatcher queue.
java.lang.Long getEvntbackout()
Commit backward events
The number of commit_event backward requests on the EP dispatcher queue.
java.lang.Long getCurrentEventCaptureQueue()
Current event capture queue
The current number of events on the event capture queue.
java.lang.Long getEvntpeakevq()
Peak event capture queue
The maximum number of events on the event capture queue.
java.lang.Long getCurrentTransactionalQueue()
Current transactional queue
The current number of events on the transactional queue.
java.lang.Long getEvntpeaktrq()
Peak transactional queue
The maximum number of events on the transactional queue.
java.lang.Long getEvntnorm()
Async normal events
The number of normal priority events.
java.lang.Long getEvntprio()
Async priority events
The number of high priority events.
java.lang.Long getEvnttran()
Transactional events
The number of transactional events.
java.lang.Long getEvnttrandis()
Transactional events discarded
The number of transactional events discarded.
java.lang.Long getEvnttranatt()
Dispatcher tasks attached
The number of dispatcher tasks attached.
java.lang.Long getEvntcurrdsp()
Current dispatcher tasks
The current number of dispatcher tasks.
java.lang.Long getEvntpeakdsp()
Peak dispatcher tasks
The maximum number of dispatcher tasks.
java.lang.Long getEvntmqadapt()
Events to Websphere MQ EP adapter
The number of events dispatched to the Websphere MQ EP adapter.
java.lang.Long getEvnttsqstat()
Events to Tsqueue EP adapter
The number of events dispatched to the Tsqueue EP adapter.
java.lang.Long getEvnttransad()
Events to Transaction EP adapter
The number of events dispatched to the transaction EP adapter.
java.lang.Long getEvntcustad()
Events to Custom EP adapter
The number of events dispatched to the custom EP adapter.
java.lang.Long getEvntdomstid()
EP domain statistics ID
EP domain statistics ID.
java.lang.Long getEvntfiltopsf()
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.
java.lang.Long getEvntcapopsf()
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.
java.lang.Long getEvntlostco()
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.
java.lang.Long getEvntlostot()
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.
java.lang.Long getEvntdspfailc()
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.
java.lang.Long getEvntdspfailo()
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.
java.lang.Long getEvntsynccap()
Synchronous events
Synchronous emission events captured.
java.lang.Long getEvntsyncfail()
Synchronous events failed
Synchronous emission events that could not be emitted.
java.lang.Long getEvnthttpcnt()
Events to HTTP EP adapter
The number of events dispatched to the HTTP EP adapter.
java.lang.String getSchemalevel()
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.
java.lang.Long getEvntlostau()
Events lost - adapter unavailable
The number of events that were captured but not emitted because the EP adapter was unavailable.
java.lang.Long getEvntsyscap()
Total system events captured
The count of system events that have been collected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |