Interface HotDeployerMBean

All Known Implementing Classes:
HotDeployer

public interface HotDeployerMBean
The hot deployer MBean for Fungal
Author:
Jesper Pedersen
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the interval in seconds
    boolean
    Is running
    void
    setInterval(int value)
    Set the interval
    void
    Start
    void
    Stop
  • Method Details

    • isRunning

      boolean isRunning()
      Is running
      Returns:
      The value
    • getInterval

      int getInterval()
      Get the interval in seconds
      Returns:
      The value
    • setInterval

      void setInterval(int value)
      Set the interval
      Parameters:
      value - The value in seconds
    • start

      void start()
      Start
    • stop

      void stop()
      Stop