Rule Execution Server API

ilog.rules.engine
Interface IlrNoteHandler


public interface IlrNoteHandler

IlrNoteHandler represents a note handler.

Since:
JRules 7.0
See Also:
IlrContext.note(String)

Method Summary
 void note(IlrContext context, String message)
          Called when a the engine passes a note.
 

Method Detail

note

void note(IlrContext context,
          String message)
Called when a the engine passes a note.

Parameters:
context - The context set when IlrContext.note(String) is called.
message - The message sent by the engine.
See Also:
IlrContext

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013