Package net.timewalker.ffmq4.spring
Class FFMQServerBean
- java.lang.Object
-
- net.timewalker.ffmq4.spring.FFMQServerBean
-
public class FFMQServerBean extends Object
FFMQEngineBean
-
-
Constructor Summary
Constructors Constructor Description FFMQServerBean()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfigLocation()StringgetEngineName()voidsetConfigLocation(String configLocation)voidsetEngineName(String engineName)voidstart()Starts the server beanvoidstop()Stops the server bean
-
-
-
Method Detail
-
getEngineName
public String getEngineName()
- Returns:
- the engineName
-
setEngineName
public void setEngineName(String engineName)
- Parameters:
engineName- the engineName to set
-
getConfigLocation
public String getConfigLocation()
- Returns:
- the configLocation
-
setConfigLocation
public void setConfigLocation(String configLocation)
- Parameters:
configLocation- the configLocation to set
-
start
public void start() throws javax.jms.JMSExceptionStarts the server bean- Throws:
javax.jms.JMSException- on startup error
-
stop
public void stop()
Stops the server bean
-
-