Class OsgiServiceModel


  • public class OsgiServiceModel
    extends Object
    • Field Detail

      • service

        protected final org.osgi.framework.ServiceReference<?> service
      • componentId

        protected int componentId
      • componentName

        protected String componentName
      • serviceId

        protected int serviceId
      • servicePid

        protected String servicePid
      • bundleId

        protected int bundleId
      • description

        protected String description
    • Constructor Detail

      • OsgiServiceModel

        public OsgiServiceModel​(@NotNull
                                @NotNull org.osgi.framework.ServiceReference<?> service)
    • Method Detail

      • getObjectClass

        public List<String> getObjectClass()
      • getComponentId

        public int getComponentId()
      • getComponentName

        public String getComponentName()
      • getServiceId

        public int getServiceId()
      • getServicePid

        public String getServicePid()
      • getBundleId

        public int getBundleId()
      • getDescription

        public String getDescription()