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 class
FactoryFinder.StandaloneObjectFactory
The 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.ObjectFactory
FactoryFinder. getObjectFactory()
Methods in org.apache.activemq.util with parameters of type FactoryFinder.ObjectFactory Modifier and Type Method Description static void
FactoryFinder. 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 class
Activator
An OSGi bundle activator for ActiveMQ which adapts theFactoryFinder
to the OSGi environment.
-