EventQueryDef()

Static constants

The EventQueryDef() class defines the static constants shown in Table 96.

Table 96. Static constants in the EventQueryDef() class
Constant Meaning
STATUS_ANY_UNRESOLVED Events with any unresolved status.
STATUS_FAILED Events with failed status.
STATUS_DEFERRED_RECOVERY Events with deferred recovery status.
STATUS_SERVICECALL_IN_TRANSIT Events with service calls in process.
STATUS_DELIVER_POSSIBLE_DUPLICATE Events that could be duplicates.
STATUS_SERVICECALL_WAITING Events waiting for a service call to complete.
STATUS_USER_GENERATED Events saved with the saveFailedEvent() method.

EventQueryDef()

Instantiates an array of class EventQueryDef.

Syntax

EventQueryDef()

Parameters

None.

Examples

myQueryOptions new EventQueryDef();

Return values

An array with structure:

nameConnector
Name of the connector of interest.
nameCollaboration
Name of collaboration of interest.
nameBusObj
Name of the business object of interest.
verb
name of the verb of interest. If left null, all verbs will be selected.

See also

Copyright IBM Corp. 2004, 2005