Package com.github.fungal.impl
Interface HotDeployerMBean
- All Known Implementing Classes:
HotDeployer
public interface HotDeployerMBean
The hot deployer MBean for Fungal
- Author:
- Jesper Pedersen
-
Method Summary
Modifier and TypeMethodDescriptionintGet the interval in secondsbooleanIs runningvoidsetInterval(int value) Set the intervalvoidstart()Startvoidstop()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
-