view src/app/components/jvm-info/byteman/rules/en.locale.yaml @ 234:7d4f6ee803fb

Handle command channel failures when loading and unloading byteman rules Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-September/025230.html
author Andrew Azores <aazores@redhat.com>
date Fri, 29 Sep 2017 12:57:16 -0400
parents 6568fdab115d
children
line wrap: on
line source

byteman:
  rules:
    LOCAL_RULE_LABEL: Local Rule
    REMOTE_RULE_LABEL: Injected Rule
    NO_RULES_LABEL: '<no-rules-loaded>'
    PUSH_BTN_LABEL: '&gt;'
    PULL_BTN_LABEL: '&lt;'
    UNLOAD_BTN_LABEL: Unload Rule
    GENERATE_RULE_BTN_LABEL: Generate Rule Template
    RULE_TEMPLATE: |
      RULE Thermostat byteman template rule for {{mainClass}}
      CLASS {{mainClass}}
      METHOD main
      HELPER org.jboss.byteman.thermostat.helper.ThermostatHelper
      AT ENTRY
      IF true
      DO
      send("foo-marker", "action", "{{mainClass}}.main() called");
      ENDRULE
    COMMAND_CHANNEL_REQUEST_FAILED_TITLE: Command failed.