Uses of Class
org.apache.felix.framework.ServiceRegistry.UsageCount
-
Packages that use ServiceRegistry.UsageCount Package Description org.apache.felix.framework -
-
Uses of ServiceRegistry.UsageCount in org.apache.felix.framework
Methods in org.apache.felix.framework that return ServiceRegistry.UsageCount Modifier and Type Method Description (package private) ServiceRegistry.UsageCountServiceRegistry. obtainUsageCount(Bundle bundle, ServiceReference<?> ref, java.lang.Object svcObj, java.lang.Boolean isPrototype)Obtain a UsageCount object, by looking for an existing one or creating a new one (if possible).Methods in org.apache.felix.framework with parameters of type ServiceRegistry.UsageCount Modifier and Type Method Description (package private) voidServiceRegistry. flushUsageCount(Bundle bundle, ServiceReference<?> ref, ServiceRegistry.UsageCount uc)Utility method to flush the specified bundle's usage count for the specified service reference.
-