Package com.composum.sling.nodes.tools
Class OsgiServiceModel
- java.lang.Object
-
- com.composum.sling.nodes.tools.OsgiServiceModel
-
public class OsgiServiceModel extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected intbundleIdprotected intcomponentIdprotected StringcomponentNameprotected Stringdescriptionprotected List<String>objectClassprotected Map<String,Object>propertiesprotected org.osgi.framework.ServiceReference<?>serviceprotected intserviceIdprotected StringservicePid
-
Constructor Summary
Constructors Constructor Description OsgiServiceModel(@NotNull org.osgi.framework.ServiceReference<?> service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBundleId()intgetComponentId()StringgetComponentName()StringgetDescription()List<String>getObjectClass()Map<String,Object>getProperties()intgetServiceId()StringgetServicePid()
-
-
-
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
-
-