Package net.timewalker.ffmq4.local
Interface FFMQEngineMBean
-
- All Known Implementing Classes:
FFMQEngine
public interface FFMQEngineMBeanJMX interface for an
FFMQEngine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get the engine namebooleanisDeployed()Test if the engine is deployedbooleanisSecurityEnabled()Test if security checks are enabled on that enginevoidresetAllStatistics()Reset all engine statistics (queues and topics stats)
-
-
-
Method Detail
-
getName
String getName()
Get the engine name- Returns:
- the name
-
isDeployed
boolean isDeployed()
Test if the engine is deployed
-
isSecurityEnabled
boolean isSecurityEnabled()
Test if security checks are enabled on that engine
-
resetAllStatistics
void resetAllStatistics()
Reset all engine statistics (queues and topics stats)
-
-