getTriggeringUser()

Retrieves the triggering user from the event object.

Syntax

public String getTriggeringUser();
 

Parameters

None.

Return values

A String object containing the triggering user for the event, which is the user ID that triggering the event.

Exceptions

AttributeNullValueException
Thrown if the name of the triggering user is null.

Notes

You can use the triggering user value to avoid ping pong in a standard way when synchronizing between two systems.

Copyright IBM Corp. 1997, 2004