FFMQServerpublic interface FFMQServerMBean
JMX interface for an FFMQServer instance
| Modifier and Type | Method | Description |
|---|---|---|
long |
getUptime() |
Get the server uptime in milliseconds
|
java.lang.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
|
java.lang.String getVersion()
long getUptime()
boolean isStarted()
boolean isRemoteAdministrationEnabled()
boolean start()
boolean shutdown()
Copyright © 2021. All rights reserved.