Package org.opennms.netmgt.vacuumd.jmx
Interface VacuumdMBean
-
- All Superinterfaces:
BaseOnmsMBean
- All Known Implementing Classes:
Vacuumd
public interface VacuumdMBean extends BaseOnmsMBean
This interface represents the methods available for the Vacuumd MBean- Version:
- $Id: $
- Author:
- Mathew Brozowski, Tarus Balog, Mathew Brozowski, Tarus Balog
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getNumAutomations()
Returns the number of automations that have been executed so far (counter).-
Methods inherited from interface org.opennms.netmgt.daemon.BaseOnmsMBean
getStatus, getStatusText, init, start, status, stop
-
-