java.lang.Object
org.eclipse.mat.inspections.osgi.model.Service

public class Service extends Object
  • Constructor Details

  • Method Details

    • getBundleDescriptor

      public BundleDescriptor getBundleDescriptor()
      Get bundle descriptor of a bundle, that registers this service
      Returns:
      BundleDescriptor
    • getBundlesUsing

      public List<BundleDescriptor> getBundlesUsing()
      Get bundle descriptors for all the bundles, using this service
      Returns:
      List<BundleDescriptor> list of descriptors of the bundles, using this service
    • getObjectId

      public int getObjectId()
      Get objectId of this service
      Returns:
      int objectId
    • getName

      public String getName()
      Get service's symbolic name
      Returns:
      String name
    • getProperties

      public List<Service.ServiceProperty> getProperties()
      Get service's properties
      Returns:
      List<ServiceProperty> properties, key-value pairs