ilog.rules.engine

Interface IlrNoteHandler


  • Deprecated. 
    As of IBM ODM 8.9, the Classic Rule Engine is deprecated. In Decision Engine, there is an equivalent interface called com.ibm.rules.engine.runtime.NoteObserver.

    public interface IlrNoteHandler
    IlrNoteHandler represents a note handler.
    Since:
    JRules 7.0
    See Also:
    IlrContext.note(String)
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void note(IlrContext context, java.lang.String message)
      Deprecated. 
      Called when a the engine passes a note.
    • Method Detail

      • note

        void note(IlrContext context,
                java.lang.String message)
        Deprecated. 
        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

© Copyright IBM Corp. 1987, 2019