Rule Execution Server API

com.ibm.rules.res.xu.event
Interface TaskEvent

All Superinterfaces:
ConnectionEvent, EngineEvent

public interface TaskEvent
extends EngineEvent

Represents an engine event related to a task.

Since:
8.0.1

Method Summary
 String getName()
          Return the technical name of the task.
 
Methods inherited from interface com.ibm.rules.res.xu.event.EngineEvent
getCanonicalRulesetPath
 
Methods inherited from interface com.ibm.rules.res.xu.event.ConnectionEvent
getConnectionId, getUserData
 

Method Detail

getName

String getName()
Return the technical name of the task.

Returns:
The name of the task.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013