getIDValues()

Retrieves the data values of the business object from the event object.

Syntax

public String getIDValues();

Parameters

None.

Return values

A String object containing the business object's data values, which identify the business object.

Exceptions

AttributeNullValueException
Thrown if the data of the business object is null.

Notes

As a standard, these data values should be the key values for the business object; that is, data values in name/value pair format. They should include whatever attribute values are needed to uniquely identify a business object to be retrieved during polling.

Copyright IBM Corp. 1997, 2004