getBusObjName()

Retrieves the name of the business object associated with the event object.

Syntax

public String getBusObjName();
 

Parameters

None.

Return values

A String object containing the name of the business object.

Exceptions

AttributeNullValueException
Thrown if the business object name is null.

Notes

An event store might not persist the name of the business object. In some cases, the business object name might be determined when it is created based on content.

Copyright IBM Corp. 1997, 2003