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 TypeMethodDescriptionvoidaddJmsRealm(JmsRealm jmsRealm) Register a Realmvoidclear()Test method to cleanup the static referencesstatic JmsRealmFactoryGet 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
-
getConnectionFactoryNames
-
getRegisteredRealmNames
-
getRegisteredRealmNamesAsList
-
addJmsRealm
Register a Realm -
toString
-