Class ActivationMeta


  • public abstract class ActivationMeta
    extends java.lang.Object
    Additional information about the way a row activation request should be carried out.
    Since:
    23 Jan 2018
    Author:
    Mark Taylor
    • Constructor Summary

      Constructors 
      Constructor Description
      ActivationMeta()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean isInhibitSend()
      Indicates whether sending messages to external applications should be prevented.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INHIBIT_SEND

        public static ActivationMeta INHIBIT_SEND
        Instance with isInhibitSend set to true.
    • Constructor Detail

      • ActivationMeta

        public ActivationMeta()
    • Method Detail

      • isInhibitSend

        public abstract boolean isInhibitSend()
        Indicates whether sending messages to external applications should be prevented. This is sometimes necessary to prevent loops in which multiple applications play ping pong with row highlight messages.
        Returns:
        true if sending row highlight messages to external applications should be inhibited