|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Export<T>
Handle to a service instance exported to a ServiceWatcher.
| Method Summary | |
|---|---|
void |
attributes(Map<String,?> attributes)
Update the attributes associated with the exported service. |
void |
put(T instance)
Replace the exported service with the given instance. |
void |
unput()
Remove the exported service from the ServiceWatcher. |
| Methods inherited from interface org.ops4j.peaberry.Import |
|---|
attributes, available, get, unget |
| Method Detail |
|---|
void put(T instance)
instance - service instancevoid attributes(Map<String,?> attributes)
attributes - service attributesvoid unput()
ServiceWatcher.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||