Class BSH

All Implemented Interfaces:
Runnable, Configurable, QBean, QBeanSupportMBean, QPersist

public class BSH extends QBeanSupport implements Runnable
QBean that runs a BeanShell script (loaded from <script> children of its persist element) on a dedicated thread.
  • Field Details

    • bsh

      protected bsh.Interpreter bsh
      BeanShell interpreter executing the configured scripts.
  • Constructor Details

    • BSH

      public BSH()
      Default constructor; no instance state to initialise.
  • Method Details