public class FFMQServerBean extends Object
| Constructor and Description |
|---|
FFMQServerBean()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigLocation() |
String |
getEngineName() |
void |
setConfigLocation(String configLocation) |
void |
setEngineName(String engineName) |
void |
start()
Starts the server bean
|
void |
stop()
Stops the server bean
|
public String getEngineName()
public void setEngineName(String engineName)
engineName - the engineName to setpublic String getConfigLocation()
public void setConfigLocation(String configLocation)
configLocation - the configLocation to setpublic void start()
throws javax.jms.JMSException
javax.jms.JMSException - on startup errorpublic void stop()
Copyright © 2016. All rights reserved.