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 Constructor Description ActiveMQServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleted(String pid)
void
destroy()
Map<String,BrokerService>
getBrokersMap()
org.osgi.framework.BundleContext
getBundleContext()
String
getName()
void
setBundleContext(org.osgi.framework.BundleContext bundleContext)
void
updated(String pid, Dictionary<String,?> properties)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.osgi.service.cm.ManagedServiceFactory
-
getBrokersMap
public Map<String,BrokerService> getBrokersMap()
-
updated
public void updated(String pid, Dictionary<String,?> properties) throws org.osgi.service.cm.ConfigurationException
- Specified by:
updated
in interfaceorg.osgi.service.cm.ManagedServiceFactory
- Throws:
org.osgi.service.cm.ConfigurationException
-
deleted
public void deleted(String pid)
- Specified by:
deleted
in 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)
-
-