Uses of Class
org.apache.felix.scr.impl.manager.RegionConfigurationSupport
-
Packages that use RegionConfigurationSupport Package Description org.apache.felix.scr.impl org.apache.felix.scr.impl.helper org.apache.felix.scr.impl.manager -
-
Uses of RegionConfigurationSupport in org.apache.felix.scr.impl
Fields in org.apache.felix.scr.impl with type parameters of type RegionConfigurationSupport Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.Long,RegionConfigurationSupport>ComponentRegistry. bundleToRcsMapMethods in org.apache.felix.scr.impl that return RegionConfigurationSupport Modifier and Type Method Description RegionConfigurationSupportComponentRegistry. registerRegionConfigurationSupport(RegionConfigurationSupport trialRcs)RegionConfigurationSupportComponentRegistry. registerRegionConfigurationSupport(org.osgi.framework.ServiceReference<org.osgi.service.cm.ConfigurationAdmin> reference)RegionConfigurationSupportBundleComponentActivator. setRegionConfigurationSupport(org.osgi.framework.ServiceReference<org.osgi.service.cm.ConfigurationAdmin> reference)Methods in org.apache.felix.scr.impl with parameters of type RegionConfigurationSupport Modifier and Type Method Description RegionConfigurationSupportComponentRegistry. registerRegionConfigurationSupport(RegionConfigurationSupport trialRcs)voidComponentRegistry. unregisterRegionConfigurationSupport(RegionConfigurationSupport rcs)voidBundleComponentActivator. unsetRegionConfigurationSupport(RegionConfigurationSupport rcs) -
Uses of RegionConfigurationSupport in org.apache.felix.scr.impl.helper
Fields in org.apache.felix.scr.impl.helper with type parameters of type RegionConfigurationSupport Modifier and Type Field Description private org.osgi.util.tracker.ServiceTracker<org.osgi.service.cm.ConfigurationAdmin,RegionConfigurationSupport>ConfigAdminTracker. configAdminTracker -
Uses of RegionConfigurationSupport in org.apache.felix.scr.impl.manager
Methods in org.apache.felix.scr.impl.manager that return RegionConfigurationSupport Modifier and Type Method Description RegionConfigurationSupportComponentActivator. setRegionConfigurationSupport(org.osgi.framework.ServiceReference<org.osgi.service.cm.ConfigurationAdmin> reference)Methods in org.apache.felix.scr.impl.manager with parameters of type RegionConfigurationSupport Modifier and Type Method Description voidComponentActivator. unsetRegionConfigurationSupport(RegionConfigurationSupport rcs)
-