Uses of Class
org.apache.felix.framework.ServiceRegistry.UsageCount
Packages that use ServiceRegistry.UsageCount
-
Uses of ServiceRegistry.UsageCount in org.apache.felix.framework
Methods in org.apache.felix.framework that return ServiceRegistry.UsageCountModifier and TypeMethodDescriptionprivate ServiceRegistry.UsageCount
ServiceRegistry.addUsageCount
(Bundle bundle, ServiceReference<?> ref, boolean isPrototype) Utility method to update the specified bundle's usage count array to include the specified service.private ServiceRegistry.UsageCount
ServiceRegistry.getUsageCount
(Bundle bundle, ServiceReference<?> ref, Object svcObj) Utility method to retrieve the specified bundle's usage count for the specified service reference.Methods in org.apache.felix.framework with parameters of type ServiceRegistry.UsageCountModifier and TypeMethodDescriptionprivate void
ServiceRegistry.flushUsageCount
(Bundle bundle, ServiceReference<?> ref, ServiceRegistry.UsageCount uc) Utility method to flush the specified bundle's usage count for the specified service reference.