com.ibm.cics.model
Interface IEventProcessing

All Superinterfaces:
ICICSObject, ICICSResource
All Known Subinterfaces:
IMutableEventProcessing

public interface IEventProcessing
extends ICICSResource

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 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 getEvntfiltcap()
          Getter for field EVNTFILTCAP
 java.lang.Long getEvntfiltops()
          Getter for field EVNTFILTOPS
 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 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
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getName
 

Method Detail

getEventProcessingStatus

IEventProcessing.EventProcessingStatusValue getEventProcessingStatus()
Getter for field EPSTATUS

Event processing status

Indicates the state of event processing. Values are:

DRAIN
Set event processing to drain.
STARTED
Set event processing to start.
STOPPED
Set event processing to stop.


getEvntfiltops

java.lang.Long getEvntfiltops()
Getter for field EVNTFILTOPS

Total event filter operations

The total of event filter operations.


getEvntfiltcap

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

Total events captured.

The total of events captured.


getEvntdisable

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

Total events disabled.

The total of events disabled.


getPutEvents

java.lang.Long getPutEvents()
Getter for field EVNTPUT

Put events

The number of PUT events.


getEvntcommit

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

Commit events

The number of synchronous COMMIT events.


getEvntbackout

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

Backout events

The number of synchronous BACKOUT events.


getCurrentEventCaptureQueue

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

Current event capture queue

The current event capture queue.


getEvntpeakevq

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

Maximum number of events on the event queue

The maximum number of events on the event queue.


getCurrentTransactionalQueue

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

Current transactional queue

The current transactional queue.


getEvntpeaktrq

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

Maximum number of events on the transactional queue

The maximum number of events on the transactional queue.


getEvntnorm

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

Normal events

The number of normal events.


getEvntprio

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

Priority events

The number of 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 tasks 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 number of current dispatcher tasks.


getEvntpeakdsp

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

Maximum number of dispatcher tasks

The maximum number of dispatcher tasks.


getEvntmqadapt

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

Events to MQ EP adapter

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


getEvnttsqstat

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

Events to TS Queue EP adapter

The number of events delivered to the TS Queue EP adapter.


getEvnttransad

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

Events to the transaction EP adapter

The number of events delivered to the transaction EP adapter.


getEvntcustad

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

Events to the custom EP adapter

The number of events delivered to the custom EP adapter.


getEvntdomstid

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

EP domain statistics id

EP domain statistics id.



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