|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DependentServiceExporter
Interface describing the OSGi service exporters dependency contract.
Method Summary | |
---|---|
boolean |
isRunning()
Indicates whether this OSGi component is currently running. |
void |
setPublishAtStartup(boolean publish)
Instructs the exporter whether to publish the service at startup or not. |
void |
start()
Starts the OSGi lifecycle. |
void |
stop()
Stops the OSGi lifecycle. |
Method Detail |
---|
void setPublishAtStartup(boolean publish)
publish
- true if the exporter will publish things at startup, false
otherwisevoid start()
void stop()
boolean isRunning()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |