public class OsgiBroker extends Object
| Constructor and Description |
|---|
OsgiBroker() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.service.component.ComponentContext cctx) |
Map<String,ActiveMQComponent> |
getComponents() |
ArrayList<ActiveMQComponent> |
getComponentsByStartOrder(Map<String,ActiveMQComponent> components) |
void |
register(org.osgi.framework.BundleContext context,
Dictionary<String,?> properties) |
void |
stop() |
void |
unregister() |
public void activate(org.osgi.service.component.ComponentContext cctx)
throws Exception
Exceptionpublic Map<String,ActiveMQComponent> getComponents()
public ArrayList<ActiveMQComponent> getComponentsByStartOrder(Map<String,ActiveMQComponent> components)
public void register(org.osgi.framework.BundleContext context,
Dictionary<String,?> properties)
public void unregister()
Copyright © 2024 The Apache Software Foundation. All rights reserved.