Uses of Interface
org.apache.activemq.util.FactoryFinder.ObjectFactory
-
Packages that use FactoryFinder.ObjectFactory Package Description org.apache.activemq.util org.apache.activemq.util.osgi -
-
Uses of FactoryFinder.ObjectFactory in org.apache.activemq.util
Classes in org.apache.activemq.util 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.util that return FactoryFinder.ObjectFactory Modifier and Type Method Description static FactoryFinder.ObjectFactoryFactoryFinder. getObjectFactory()Methods in org.apache.activemq.util with parameters of type FactoryFinder.ObjectFactory Modifier and Type Method Description static voidFactoryFinder. setObjectFactory(FactoryFinder.ObjectFactory objectFactory) -
Uses of FactoryFinder.ObjectFactory in org.apache.activemq.util.osgi
Classes in org.apache.activemq.util.osgi that implement FactoryFinder.ObjectFactory Modifier and Type Class Description classActivatorAn OSGi bundle activator for ActiveMQ which adapts theFactoryFinderto the OSGi environment.
-