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 private 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, java.lang.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.UsageCount Modifier and Type Method Description private 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.
-