Method Summary |
|
public List<String> | getQueues() Gets the initial queues of the Joram server. |
public ResourceAdapter | getResourceAdapter() Gets the resource adapter instance. |
public List<String> | getTopics() Gets the initial topics of the Joram server. |
public void | init() Init method.
This method is called before the start method. |
public void | setHostname(String host) Sets the hostname to use. |
public void | setPort(int port) Sets the port number to use. |
public void | setQueues(List<String> queues) Sets the initial queues of the Joram server. |
public void | setTopics(List<String> topics) Sets the initial topics of the Joram server. |
public void | start() Starts a Joram Server without persistence. |
public void | stop() Stops the JORAM server (if started). |