Class ServiceInfo
- java.lang.Object
-
- org.apache.sling.testing.clients.osgi.ServiceInfo
-
public class ServiceInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ServiceInfo(org.codehaus.jackson.JsonNode root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBundleId()java.lang.StringgetBundleSymbolicName()intgetId()java.lang.StringgetPid()java.util.List<java.lang.String>getTypes()
-
-
-
Constructor Detail
-
ServiceInfo
public ServiceInfo(org.codehaus.jackson.JsonNode root) throws ClientException- Throws:
ClientException
-
-
Method Detail
-
getId
public int getId()
- Returns:
- the service identifier
-
getTypes
public java.util.List<java.lang.String> getTypes()
- Returns:
- the service types name
-
getPid
public java.lang.String getPid()
-
getBundleId
public int getBundleId()
- Returns:
- the bundle id of the bundle exposing the service
-
getBundleSymbolicName
public java.lang.String getBundleSymbolicName()
- Returns:
- the bundle symbolic name of bundle implementing the service
-
-