|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.inspections.osgi.model.Service
public class Service
Nested Class Summary | |
---|---|
class |
Service.ServiceProperty
|
Constructor Summary | |
---|---|
Service(String name,
int objectId,
BundleDescriptor bundleDescriptor,
List<BundleDescriptor> bundlesUsing,
String[] keys,
String[] values)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Service(String name, int objectId, BundleDescriptor bundleDescriptor, List<BundleDescriptor> bundlesUsing, String[] keys, String[] values)
Method Detail |
---|
public BundleDescriptor getBundleDescriptor()
public List<BundleDescriptor> getBundlesUsing()
public int getObjectId()
public String getName()
public List<Service.ServiceProperty> getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |