setDEEId()

Sets the ObjectEventId attribute to a specified event identifier (ID).

Syntax

public void setDEEId(String eventId);

Parameters

eventId
Is the event identifier you want to assign to the ObjectEventId attribute.

Return values

None.

Exceptions

AttributeNotFoundException
Thrown if the position or name specified is not valid for the definition of this business object.

AttributeValueException
Thrown if the value to be set is not a valid business object.

Notes

In the duplication event elimination feature, the business object must store the event ID for its event record in its ObjectEventId attribute. Normally, the ObjectEventId is reserved for use by the integration broker. To access this attribute for the duplication event elimination feature, use the setDEEId() method. For more information, see the description of duplicate event elimination in Event notification.

Copyright IBM Corp. 1997, 2004