com.ibm.di.api.act
Interface TDIFunctions


public interface TDIFunctions

This interface represent a set of TDI Server API functionality, which is adapted for the use of Active Correlation Technology rules.

Since:
TDI 6.1.1

Method Summary
 void sendNotification(String type, String id, Object data)
          Sends a custom notification to all registered listeners through the Server API of the local TDI server.
 

Method Detail

sendNotification

void sendNotification(String type,
                      String id,
                      Object data)
                      throws DIException
Sends a custom notification to all registered listeners through the Server API of the local TDI server.

Parameters:
type - Notification type, will be automatically prefixed with "user.act."
id - Notification ID, usually identifies the object this event originated from.
data - Custom user data. Make sure the object passed is serializable if you want to send this event notification in a remote context.
Throws:
DIException - If an error occurs while sending the notification.