| Package | Description |
|---|---|
| org.apache.felix.framework |
| Modifier and Type | Method and Description |
|---|---|
(package private) ServiceRegistry.UsageCount |
ServiceRegistry.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).
|
| Modifier and Type | Method and Description |
|---|---|
(package 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.
|