|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigTarget
Abstracts a ManagedService/ManageServiceFactory.
Method Summary | |
---|---|
void |
delete(String itemId)
Removes a configuration item. |
String |
getGroupId()
Configuration group identifier. |
String |
getLocation()
Bundle location of the bundle that published the managed service / managed service factory. |
void |
update(String itemId,
Map<String,Object> properties)
Updates managed service configuration properties. If the targeted service is a managed service the item id must be equal with group id (so equal with the pid). |
Method Detail |
---|
String getGroupId()
String getLocation()
void update(String itemId, Map<String,Object> properties)
itemId
- configuration item id; cannot be nullproperties
- configuration properties; cannot be null
IllegalArgumentException
- - If item id is null or empty
- If properties is nullvoid delete(String itemId)
itemId
- configuration item identifier; cannot be null
IllegalArgumentException
- - If id is null or empty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |