The FailedEventInfo() class defines the static constants shown in Table 97.
Table 97. Static constants in the FailedEventInfo() class.
Constant
| Meaning
|
RESUBMIT_ORIGINAL_BUSOBJ
| Resubmit the failed event with the original business object.
|
RESUBMIT_NEW_BUSOBJ
| Resubmit the failed event with a new business object.
|
Instantiates an array of FailedEventInfo.
Syntax
FailedEventInfo()
Parameters
None
Examples
myFailedEventInfo new FailedEventInfo();
Return values
Returns an array with the following structure:
- nameOwner
- NameOwner is the name of the collaboration to which this event
belongs.
- nameConnector
- NameConnector is the name of the connector to which this event
belongs.
- nameBusObj
- NameBusObj is the name of the business object involved in this
event.
- nameVerb
- NameVerb is the verb executing during this event.
- strTime
- StrTime is the time of the event.
- strMessage
- strMessage is a message associated with the failing
event.
- wipIndex
- wipIndex is an integer that indicates the event's
position.
- EventKeyAttrDef[]
- An array as defined in EventKeyAttrDef().
- nkeys
- NKeys is the number of key attributes in the
EventKeyAttrDef[] array.
- eventStatus
- EventStatus is an integer that indicates the status of the
event which can be one of the static constants defined by the EventQueryDef()
class in Static constants.
- expirationTime
- ExpirationTime is the time at which the event occurred.
- scenarioName
- ScenarioName is the name of the scenario occurring at the time
of the event.
- scenarioState
- ScenarioState is the completion state of the running
scenario.
See also
EventKeyAttrDef()
EventKeyAttrDef()
queryFailedEvents()
