|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.scrplugin.om.Service
public class Service
Service
...
Field Summary | |
---|---|
protected List<Interface> |
interfaces
The list of implemented interfaces. |
protected boolean |
isServicefactory
|
Constructor Summary | |
---|---|
Service()
Default constructor. |
Method Summary | |
---|---|
void |
addInterface(Interface interf)
Add an interface to the list of interfaces. |
Interface |
findInterface(String name)
Search for an implemented interface. |
List<Interface> |
getInterfaces()
|
boolean |
isServicefactory()
|
void |
setServicefactory(boolean flag)
|
void |
setServicefactory(String servicefactory)
|
void |
validate(int specVersion,
IssueLog iLog)
Validate the service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean isServicefactory
protected final List<Interface> interfaces
Constructor Detail |
---|
public Service()
Method Detail |
---|
public boolean isServicefactory()
public void setServicefactory(String servicefactory)
public void setServicefactory(boolean flag)
public List<Interface> getInterfaces()
public Interface findInterface(String name)
name
- The name of the interface.
public void addInterface(Interface interf)
interf
- The interface.public void validate(int specVersion, IssueLog iLog) throws SCRDescriptorException
SCRDescriptorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |