Package org.apache.activemq.osgi
Class ActiveMQServiceFactory
java.lang.Object
org.apache.activemq.osgi.ActiveMQServiceFactory
- All Implemented Interfaces:
org.osgi.service.cm.ManagedServiceFactory
public class ActiveMQServiceFactory
extends Object
implements org.osgi.service.cm.ManagedServiceFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()org.osgi.framework.BundleContextgetName()voidsetBundleContext(org.osgi.framework.BundleContext bundleContext) voidupdated(String pid, Dictionary<String, ?> properties)
-
Constructor Details
-
ActiveMQServiceFactory
public ActiveMQServiceFactory()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.osgi.service.cm.ManagedServiceFactory
-
getBrokersMap
-
updated
public void updated(String pid, Dictionary<String, ?> properties) throws org.osgi.service.cm.ConfigurationException- Specified by:
updatedin interfaceorg.osgi.service.cm.ManagedServiceFactory- Throws:
org.osgi.service.cm.ConfigurationException
-
deleted
- Specified by:
deletedin interfaceorg.osgi.service.cm.ManagedServiceFactory
-
destroy
public void destroy() -
getBundleContext
public org.osgi.framework.BundleContext getBundleContext() -
setBundleContext
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
-