コード例 #1
0
 /**
  * Return the bundles that are using the service wrapped by this ServiceReference, i.e., whose
  * usage count for this service is greater than zero.
  *
  * @return array of bundles whose usage count for the service wrapped by this ServiceReference is
  *     greater than zero, or <tt>null</tt> if no bundles currently are using this service
  * @since 1.1
  */
 public Bundle[] getUsingBundles() {
   return registration.getUsingBundles();
 }