Package net.timewalker.ffmq4
Interface FFMQServerMBean
-
- All Known Implementing Classes:
FFMQServer
public interface FFMQServerMBeanJMX interface for an FFMQServer instance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetUptime()Get the server uptime in millisecondsStringgetVersion()Get the server version stringbooleanisRemoteAdministrationEnabled()Test if remote admin is enabledbooleanisStarted()Test if the server is startedbooleanshutdown()Ask the server to shutdownbooleanstart()Ask the server to start
-
-
-
Method Detail
-
getVersion
String getVersion()
Get the server version string
-
getUptime
long getUptime()
Get the server uptime in milliseconds
-
isStarted
boolean isStarted()
Test if the server is started- Returns:
- the started
-
isRemoteAdministrationEnabled
boolean isRemoteAdministrationEnabled()
Test if remote admin is enabled
-
start
boolean start()
Ask the server to start
-
shutdown
boolean shutdown()
Ask the server to shutdown
-
-