public class JMSLocalProducer extends Object
Constructor and Description |
---|
JMSLocalProducer(String scope) |
Modifier and Type | Method and Description |
---|---|
static void |
addScope(String scope)
Add the Scope to the monitoredMap
|
static Set<String> |
getMonitoredScope()
Return the Monitored scope
|
static ArrayList<javax.jms.QueueConnection> |
getQueueConnection(String scope)
Get the QueueConnection list for the given scope
|
static void |
reloadConnection(String scope)
Reload the scope connection
|
static void |
removeScope(String scope)
Remove Scope from BrokerMap
|
void |
run() |
static void |
stopConnections(String scope) |
public JMSLocalProducer(String scope)
public static ArrayList<javax.jms.QueueConnection> getQueueConnection(String scope)
public static void addScope(String scope) throws BrokerNotConfiguredInScopeException, Exception
public static Set<String> getMonitoredScope()
public static void removeScope(String scope)
scope
- the scope to removepublic static void reloadConnection(String scope)
scope
- the scope to reloadpublic void run()
public static void stopConnections(String scope)
Copyright © 2015. All Rights Reserved.