Interface Messages

  • All Known Implementing Classes:
    Messages_$bundle

    @MessageBundle(projectCode="ISPN")
    public interface Messages
    Informational Scripting messages. These start from 21500 so as not to overlap with the logging messages defined in Log Messages.
    Since:
    7.0
    Author:
    Tristan Tarrant
    • Method Detail

      • executedScript

        @Message(value="Executed script  \'%s\' on cache \'%s\'",
                 id=21500)
        String executedScript​(String scriptName,
                              String cacheName)