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