|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.scr.impl.ServiceMetadata
public class ServiceMetadata
This class contains the metadata associated to a service that is provided by a component
Constructor Summary | |
---|---|
ServiceMetadata()
|
Method Summary | |
---|---|
void |
addProvide(String provide)
Add a provided interface to this service |
String[] |
getProvides()
Returns the implemented interfaces |
boolean |
isServiceFactory()
Return the flag that defines if it is a service factory or not |
void |
setServiceFactory(boolean serviceFactory)
Setter for the servicefactory attribute of the service element |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceMetadata()
Method Detail |
---|
public void setServiceFactory(boolean serviceFactory)
serviceFactory
- public void addProvide(String provide)
provide
- a String containing the name of the provided interfacepublic boolean isServiceFactory()
public String[] getProvides()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |