|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectflux.jmx.FluxEngineManagerForJmx
public class FluxEngineManagerForJmx
A JMX MBean for managing a Flux engine.
Constructor Summary | |
---|---|
FluxEngineManagerForJmx()
|
Method Summary | |
---|---|
java.lang.String |
checkIfFluxEngineIsRunning()
Indicates whether the Flux engine has been started and is ready to execute flow charts. |
java.lang.String |
createFluxEngineFromConfigurationFile(java.lang.String propertiesFile)
Creates a Flux engine using a configuration file. |
java.lang.String |
disposeFluxEngine()
Disposes the Flux engine instance that was previously created or looked up. |
java.lang.String |
lookupRemoteFluxEngineFromConfigurationFile(java.lang.String propertiesFile)
Looks up a remote Flux Flux engine using a configuration file. |
java.lang.String |
startFluxEngine()
Starts the Flux engine that was previously created or looked up. |
java.lang.String |
stopFluxEngine()
Stops the Flux engine that was previously created or looked up. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FluxEngineManagerForJmx()
Method Detail |
---|
public java.lang.String createFluxEngineFromConfigurationFile(java.lang.String propertiesFile)
FluxEngineManagerForJmxMBean
createFluxEngineFromConfigurationFile
in interface FluxEngineManagerForJmxMBean
propertiesFile
- A Flux configuration file.
public java.lang.String disposeFluxEngine()
FluxEngineManagerForJmxMBean
disposeFluxEngine
in interface FluxEngineManagerForJmxMBean
public java.lang.String checkIfFluxEngineIsRunning()
FluxEngineManagerForJmxMBean
checkIfFluxEngineIsRunning
in interface FluxEngineManagerForJmxMBean
public java.lang.String lookupRemoteFluxEngineFromConfigurationFile(java.lang.String propertiesFile)
FluxEngineManagerForJmxMBean
lookupRemoteFluxEngineFromConfigurationFile
in interface FluxEngineManagerForJmxMBean
propertiesFile
- A Flux configuration file.
public java.lang.String startFluxEngine()
FluxEngineManagerForJmxMBean
startFluxEngine
in interface FluxEngineManagerForJmxMBean
public java.lang.String stopFluxEngine()
FluxEngineManagerForJmxMBean
stopFluxEngine
in interface FluxEngineManagerForJmxMBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |