|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.dm.test.bundle.annotation.factory.MyService
public class MyService
This service will be instantiated by our MyServiceFactory class.
Constructor Summary | |
---|---|
MyService()
|
Method Summary | |
---|---|
void |
added(String instanceId)
|
void |
changed(String modified)
|
void |
configure(Dictionary<?,?> configuration)
This is the first method called: we are provided with the MyServiceFactory configuration. |
void |
removed()
|
void |
start()
our Service is starting: at this point, all required dependencies have been injected. |
void |
stop()
Our service is stopping. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyService()
Method Detail |
---|
public void configure(Dictionary<?,?> configuration)
public void start()
public void stop()
public void added(String instanceId)
added
in interface MyServiceInterface
public void changed(String modified)
changed
in interface MyServiceInterface
public void removed()
removed
in interface MyServiceInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |