public class ActiveMQServiceFactory extends Object implements org.osgi.service.cm.ManagedServiceFactory
Constructor and Description |
---|
ActiveMQServiceFactory() |
Modifier and Type | Method and 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 properties) |
public ActiveMQServiceFactory()
public String getName()
getName
in interface org.osgi.service.cm.ManagedServiceFactory
public Map<String,BrokerService> getBrokersMap()
public void updated(String pid, Dictionary properties) throws org.osgi.service.cm.ConfigurationException
updated
in interface org.osgi.service.cm.ManagedServiceFactory
org.osgi.service.cm.ConfigurationException
public void deleted(String pid)
deleted
in interface org.osgi.service.cm.ManagedServiceFactory
public void destroy()
public org.osgi.framework.BundleContext getBundleContext()
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.