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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Messages
     
  • Method Summary

    Modifier and Type
    Method
    Description
    executedScript(String scriptName, String cacheName)
     
  • Field Details

  • Method Details

    • executedScript

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