public class Service extends Object
Modifier and Type | Class and Description |
---|---|
class |
Service.ServiceProperty |
Constructor and Description |
---|
Service(String name,
int objectId,
BundleDescriptor bundleDescriptor,
List<BundleDescriptor> bundlesUsing,
String[] keys,
String[] values) |
Modifier and Type | Method and Description |
---|---|
BundleDescriptor |
getBundleDescriptor()
Get bundle descriptor of a bundle, that registeres this service
|
List<BundleDescriptor> |
getBundlesUsing()
Get bundle descriptors for all the bundles, using this service
|
String |
getName()
Get service's symbolic name
|
int |
getObjectId()
Get objectId of this service
|
List<Service.ServiceProperty> |
getProperties()
Get service's properties
|
public Service(String name, int objectId, BundleDescriptor bundleDescriptor, List<BundleDescriptor> bundlesUsing, String[] keys, String[] values)
public BundleDescriptor getBundleDescriptor()
public List<BundleDescriptor> getBundlesUsing()
public int getObjectId()
public String getName()
public List<Service.ServiceProperty> getProperties()