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 int
bundleId
protected int
componentId
protected String
componentName
protected String
description
protected List<String>
objectClass
protected Map<String,Object>
properties
protected org.osgi.framework.ServiceReference<?>
service
protected int
serviceId
protected String
servicePid
-
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 int
getBundleId()
int
getComponentId()
String
getComponentName()
String
getDescription()
List<String>
getObjectClass()
Map<String,Object>
getProperties()
int
getServiceId()
String
getServicePid()
-
-
-
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
-
-