Interface QExecMBean

All Superinterfaces:
QBean, QBeanSupportMBean, QPersist
All Known Implementing Classes:
QExec

public interface QExecMBean extends QBeanSupportMBean
MBean interface.
  • Method Details

    • setStartScript

      void setStartScript(String scriptPath)
      Sets the path to the script executed when the bean starts.
      Parameters:
      scriptPath - path to the start script
    • getStartScript

      Returns the configured start-script path.
      Returns:
      start-script path
    • setShutdownScript

      void setShutdownScript(String scriptPath)
      Sets the path to the script executed when the bean shuts down.
      Parameters:
      scriptPath - path to the shutdown script
    • getShutdownScript

      Returns the configured shutdown-script path.
      Returns:
      shutdown-script path