Package org.frankframework.jms
Class JmsRealmFactory
java.lang.Object
org.frankframework.jms.JmsRealmFactory
Singleton that has the different jmsRealms.
Typical use: JmsRealmFactory.getInstance().<method to execute>
Typical use: JmsRealmFactory.getInstance().<method to execute>
- Author:
- Johan Verrips IOS
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addJmsRealm
(JmsRealm jmsRealm) Register a Realmvoid
clear()
Test method to cleanup the static referencesstatic JmsRealmFactory
Get a hold of the singleton JmsRealmFactorygetJmsRealm
(String jmsRealmName) Get a requested JmsRealm with the given name, null is returned if no realm under given nameGet the realmNames as an Iterator, in the order that they were declaredGet the names as a listtoString()
-
Method Details
-
getInstance
Get a hold of the singleton JmsRealmFactory -
clear
public void clear()Test method to cleanup the static references -
getJmsRealm
Get a requested JmsRealm with the given name, null is returned if no realm under given name -
getConnectionFactoryNames
-
getRegisteredRealmNames
Get the realmNames as an Iterator, in the order that they were declared -
getRegisteredRealmNamesAsList
Get the names as a list -
addJmsRealm
Register a Realm -
toString
-