Qorus Integration Engine  3.0.4.p7
Qorus Event Codes

Variables

public const OMQ::QEC_SYSTEM_STARTUP = 1001
 Qorus Event Code: SYSTEM_STARTUP. More...
 
public const OMQ::QEC_SYSTEM_SHUTDOWN = 1002
 Qorus Event Code: SYSTEM_SHUTDOWN. More...
 
public const OMQ::QEC_SYSTEM_ERROR = 1003
 Qorus Event Code: SYSTEM_ERROR.
 
public const OMQ::QEC_SYSTEM_HEALTH_CHANGED = 1004
 Qorus Event Code: SYSTEM_HEALTH_CHANGED.
 
public const OMQ::QEC_SYSTEM_REMOTE_HEALTH_CHANGED = 1005
 Qorus Event Code: SYSTEM_REMOTE_HEALTH_CHANGED.
 
public const OMQ::QEC_GROUP_STATUS_CHANGED = 1101
 Qorus Event Code: GROUP_STATUS_CHANGED.
 
public const OMQ::QEC_WORKFLOW_START = 2001
 Qorus Event Code: WORKFLOW_START. More...
 
public const OMQ::QEC_WORKFLOW_STOP = 2002
 Qorus Event Code: WORKFLOW_STOP. More...
 
public const OMQ::QEC_WORKFLOW_CACHE_RESET = 2003
 Qorus Event Code: WORKFLOW_CACHE_RESET.
 
public const OMQ::QEC_WORKFLOW_DATA_SUBMITTED = 2004
 Qorus Event Code: WORKFLOW_DATA_SUBMITTED. More...
 
public const OMQ::QEC_WORKFLOW_DATA_ERROR = 2005
 Qorus Event Code: WORKFLOW_DATA_ERROR.
 
public const OMQ::QEC_WORKFLOW_DATA_RELEASED = 2006
 Qorus Event Code: WORKFLOW_DATA_RELEASED (workflow detach event)
 
public const OMQ::QEC_WORKFLOW_DATA_CACHED = 2007
 Qorus Event Code: WORKFLOW_DATA_CACHED (workflow attach event)
 
public const OMQ::QEC_WORKFLOW_STATUS_CHANGED = 2009
 Qorus Event Code: WORKFLOW_STATUS_CHANGED. More...
 
public const OMQ::QEC_WORKFLOW_STEP_PERFORMANCE = 2010
 Qorus Event Code:: WORKFLOW_STEP_PERFORMANCE. More...
 
public const OMQ::QEC_WORKFLOW_PERFORMANCE = 2011
 Qorus Event Code:: WORKFLOW_PERFORMANCE. More...
 
public const OMQ::QEC_WORKFLOW_DATA_LOCKED = 2012
 Qorus Event Code: WORKFLOW_DATA_LOCKED. More...
 
public const OMQ::QEC_WORKFLOW_DATA_UNLOCKED = 2013
 Qorus Event Code: WORKFLOW_DATA_UNLOCKED. More...
 
public const OMQ::QEC_SERVICE_START = 3001
 Qorus Event Code: SERVICE_START. More...
 
public const OMQ::QEC_SERVICE_STOP = 3002
 Qorus Event Code: SERVICE_STOP. More...
 
public const OMQ::QEC_SERVICE_ERROR = 3003
 Qorus Event Code: SERVICE_ERROR.
 
public const OMQ::QEC_SERVICE_AUTOSTART_CHANGE = 3004
 Qorus Event Code: SERVICE_AUTOSTART_CHANGE.
 
public const OMQ::QEC_SERVICE_METHOD_PERFORMANCE = 3005
 Qorus Event Code:: SERVICE_METHOD_PERFORMANCE. More...
 
public const OMQ::QEC_JOB_START = 4001
 Qorus Event Code: JOB_START. More...
 
public const OMQ::QEC_JOB_STOP = 4002
 Qorus Event Code: JOB_STOP. More...
 
public const OMQ::QEC_JOB_ERROR = 4003
 Qorus Event Code: JOB_ERROR.
 
public const OMQ::QEC_JOB_INSTANCE_START = 4004
 Qorus Event Code: JOB_INSTANCE_START. More...
 
public const OMQ::QEC_JOB_INSTANCE_STOP = 4005
 Qorus Event Code: JOB_INSTANCE_STOP. More...
 
public const OMQ::QEC_ALERT_ONGOING_RAISED = 5006
 Qorus Event Code: ALERT_ONGOING_RAISED.
 
public const OMQ::QEC_ALERT_ONGOING_CLEARED = 5007
 Qorus Event Code: ALERT_ONGOING_CLEARED.
 
public const OMQ::QEC_ALERT_TRANSIENT_RAISED = 5008
 Qorus Event Code: ALERT_TRANSIENT_RAISED.
 
public const OMQ::QEC_CONNECTION_UP = 5101
 Qorus Event Code: CONNECTION_UP.
 
public const OMQ::QEC_CONNECTION_DOWN = 5102
 Qorus Event Code: CONNECTION_DOWN.
 
public const OMQ::QEC_USER_EVENT = 9001
 Qorus Event Code: USER_EVENT. More...
 

Detailed Description

These are the possible event codes for application event processing.

See also
OMQ::QE_MAP_CODE for a hash that can be used to map event codes to event descriptions
OMQ::QE_RMAP_CODE for a hash that can be used to map event descriptions to event codes

Variable Documentation

public const OMQ::QEC_JOB_INSTANCE_START = 4004

Qorus Event Code: JOB_INSTANCE_START.

See also
OMQ::AE_JOB_INSTANCE_START
public const OMQ::QEC_JOB_INSTANCE_STOP = 4005

Qorus Event Code: JOB_INSTANCE_STOP.

See also
OMQ::AE_JOB_INSTANCE_STOP
public const OMQ::QEC_JOB_START = 4001

Qorus Event Code: JOB_START.

See also
OMQ::AE_JOB_START
public const OMQ::QEC_JOB_STOP = 4002

Qorus Event Code: JOB_STOP.

See also
OMQ::AE_JOB_STOP
public const OMQ::QEC_SERVICE_METHOD_PERFORMANCE = 3005

Qorus Event Code:: SERVICE_METHOD_PERFORMANCE.

Since
Qorus 3.0.2
public const OMQ::QEC_SERVICE_START = 3001

Qorus Event Code: SERVICE_START.

See also
OMQ::AE_SERVICE_START
public const OMQ::QEC_SERVICE_STOP = 3002

Qorus Event Code: SERVICE_STOP.

See also
OMQ::AE_SERVICE_STOP
public const OMQ::QEC_SYSTEM_SHUTDOWN = 1002

Qorus Event Code: SYSTEM_SHUTDOWN.

See also
OMQ::AE_SYSTEM_SHUTDOWN
public const OMQ::QEC_SYSTEM_STARTUP = 1001

Qorus Event Code: SYSTEM_STARTUP.

See also
OMQ::AE_SYSTEM_STARTUP
public const OMQ::QEC_USER_EVENT = 9001

Qorus Event Code: USER_EVENT.

this is the generic event code used for all user events

public const OMQ::QEC_WORKFLOW_DATA_LOCKED = 2012

Qorus Event Code: WORKFLOW_DATA_LOCKED.

Since
Qorus 3.0.2
public const OMQ::QEC_WORKFLOW_DATA_SUBMITTED = 2004

Qorus Event Code: WORKFLOW_DATA_SUBMITTED.

See also
OMQ::AE_WORKFLOW_DATA_CREATED
public const OMQ::QEC_WORKFLOW_DATA_UNLOCKED = 2013

Qorus Event Code: WORKFLOW_DATA_UNLOCKED.

Since
Qorus 3.0.2
public const OMQ::QEC_WORKFLOW_PERFORMANCE = 2011

Qorus Event Code:: WORKFLOW_PERFORMANCE.

Since
Qorus 3.0.2
public const OMQ::QEC_WORKFLOW_START = 2001

Qorus Event Code: WORKFLOW_START.

See also
OMQ::AE_WORKFLOW_START
public const OMQ::QEC_WORKFLOW_STATUS_CHANGED = 2009

Qorus Event Code: WORKFLOW_STATUS_CHANGED.

See also
OMQ::AE_WORKFLOW_STATUS_CHANGE
public const OMQ::QEC_WORKFLOW_STEP_PERFORMANCE = 2010

Qorus Event Code:: WORKFLOW_STEP_PERFORMANCE.

Since
Qorus 3.0.2
public const OMQ::QEC_WORKFLOW_STOP = 2002

Qorus Event Code: WORKFLOW_STOP.

See also
OMQ::AE_WORKFLOW_STOP