public abstract class AbstractAdapterFactory extends Object implements AdapterFactory
Modifier and Type | Field and Description |
---|---|
protected org.osgi.framework.BundleContext |
bundleContext |
Constructor and Description |
---|
AbstractAdapterFactory(org.osgi.framework.BundleContext bundleContext) |
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.BundleContext |
getBundleContext() |
InterfaceToNodeCache |
getInterfaceToNodeCache() |
TelemetryRegistry |
getTelemetryRegistry() |
void |
setInterfaceToNodeCache(InterfaceToNodeCache interfaceToNodeCache) |
void |
setTelemetryRegistry(TelemetryRegistry telemetryRegistry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createBean, getBeanClass
public AbstractAdapterFactory(org.osgi.framework.BundleContext bundleContext)
public org.osgi.framework.BundleContext getBundleContext()
public InterfaceToNodeCache getInterfaceToNodeCache()
public void setInterfaceToNodeCache(InterfaceToNodeCache interfaceToNodeCache)
public TelemetryRegistry getTelemetryRegistry()
public void setTelemetryRegistry(TelemetryRegistry telemetryRegistry)
Copyright © 2021. All rights reserved.