Interface Selector

  • All Known Implementing Classes:
    MessageSelector, MessageSelector

    public interface Selector
    Interface for message selectors
    Author:
    IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
    • Method Detail

      • getConditionString

        java.lang.String getConditionString()
        Returns the condition string in SQL92 syntax
        Returns:
        condition string
      • isSelected

        boolean isSelected​(MessageImpl message)
        Returns true if the message matches the selector criteria
        Parameters:
        message - the message
        Returns:
        true if the message matches