public class DefaultOSGIService extends java.lang.Object implements OSGIService
KillbillService.ServiceException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OSGI_SERVICE_NAME |
| Constructor and Description |
|---|
DefaultOSGIService(OSGIConfig osgiConfig,
BundleRegistry bundleRegistry,
KillbillActivator killbillActivator,
org.killbill.bus.api.PersistentBus externalBus,
OSGIListener osgiListener) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BundleWithConfig> |
getInstalledBundles() |
java.lang.String |
getName() |
void |
initialize() |
void |
start() |
void |
stop() |
public static final java.lang.String OSGI_SERVICE_NAME
@Inject public DefaultOSGIService(OSGIConfig osgiConfig, BundleRegistry bundleRegistry, KillbillActivator killbillActivator, @Named(value="externalBus") org.killbill.bus.api.PersistentBus externalBus, OSGIListener osgiListener)
public java.lang.String getName()
getName in interface KillbillServicepublic void initialize()
public void start()
public void stop()
public java.util.List<BundleWithConfig> getInstalledBundles()
Copyright © 2010-2017. All Rights Reserved.