public interface FFMQServerMBean
JMX interface for an FFMQServer instance
| Modifier and Type | Method and Description |
|---|---|
long |
getUptime()
Get the server uptime in milliseconds
|
String |
getVersion()
Get the server version string
|
boolean |
isRemoteAdministrationEnabled()
Test if remote admin is enabled
|
boolean |
isStarted()
Test if the server is started
|
boolean |
shutdown()
Ask the server to shutdown
|
boolean |
start()
Ask the server to start
|
String getVersion()
long getUptime()
boolean isStarted()
boolean isRemoteAdministrationEnabled()
boolean start()
boolean shutdown()
Copyright © 2019. All rights reserved.