Uses of Interface
org.apache.activemq.artemis.utils.FactoryFinder.ObjectFactory
-
Packages that use FactoryFinder.ObjectFactory Package Description org.apache.activemq.artemis.utils -
-
Uses of FactoryFinder.ObjectFactory in org.apache.activemq.artemis.utils
Classes in org.apache.activemq.artemis.utils that implement FactoryFinder.ObjectFactory Modifier and Type Class Description protected static classFactoryFinder.StandaloneObjectFactoryThe default implementation of Object factory which works well in standalone applications.Methods in org.apache.activemq.artemis.utils that return FactoryFinder.ObjectFactory Modifier and Type Method Description static FactoryFinder.ObjectFactoryFactoryFinder. getObjectFactory()Methods in org.apache.activemq.artemis.utils with parameters of type FactoryFinder.ObjectFactory Modifier and Type Method Description static voidFactoryFinder. setObjectFactory(FactoryFinder.ObjectFactory objectFactory)
-