Modifier and Type | Method and Description |
---|---|
void |
clear()
Test method to cleanup the static references
|
List<String> |
getConnectionFactoryNames() |
static JmsRealmFactory |
getInstance()
Get a hold of the singleton JmsRealmFactory
|
JmsRealm |
getJmsRealm(String jmsRealmName)
Get a requested JmsRealm with the given name, null is returned if no realm
under given name
|
Iterator<String> |
getRegisteredRealmNames()
Get the realmNames as an Iterator, in the order that they were declared
|
List<String> |
getRegisteredRealmNamesAsList()
Get the names as a list
|
void |
registerJmsRealm(JmsRealm jmsRealm)
Register a Realm
|
String |
toString() |
public static JmsRealmFactory getInstance()
public void clear()
public JmsRealm getJmsRealm(String jmsRealmName)
public Iterator<String> getRegisteredRealmNames()
public List<String> getRegisteredRealmNamesAsList()
public void registerJmsRealm(JmsRealm jmsRealm)
Copyright © 2023 Frank!Framework. All rights reserved.