public class CmProperties extends Object implements ManagedObject, ServiceProcessor
ServiceProcessor.ServicePropertiesUpdater
Constructor and Description |
---|
CmProperties() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
ExtendedBlueprintContainer |
getBlueprintContainer() |
org.osgi.framework.Bundle |
getBundle() |
org.osgi.service.cm.ConfigurationAdmin |
getConfigAdmin() |
ManagedObjectManager |
getManagedObjectManager() |
String |
getPersistentId() |
String |
getServiceId() |
boolean |
getUpdate() |
void |
init() |
void |
setBlueprintContainer(ExtendedBlueprintContainer blueprintContainer) |
void |
setConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin) |
void |
setManagedObjectManager(ManagedObjectManager managedObjectManager) |
void |
setPersistentId(String persistentId) |
void |
setServiceId(String serviceId) |
void |
setUpdate(boolean update) |
void |
updated(Dictionary props) |
void |
updateProperties(ServiceProcessor.ServicePropertiesUpdater service,
Dictionary props) |
public ExtendedBlueprintContainer getBlueprintContainer()
public void setBlueprintContainer(ExtendedBlueprintContainer blueprintContainer)
public org.osgi.service.cm.ConfigurationAdmin getConfigAdmin()
public void setConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)
public void setManagedObjectManager(ManagedObjectManager managedObjectManager)
public ManagedObjectManager getManagedObjectManager()
public org.osgi.framework.Bundle getBundle()
getBundle
in interface ManagedObject
public String getPersistentId()
getPersistentId
in interface ManagedObject
public void setPersistentId(String persistentId)
public boolean getUpdate()
public void setUpdate(boolean update)
public String getServiceId()
public void setServiceId(String serviceId)
public void destroy()
public void updated(Dictionary props)
updated
in interface ManagedObject
public void updateProperties(ServiceProcessor.ServicePropertiesUpdater service, Dictionary props)
updateProperties
in interface ServiceProcessor
Copyright © 2015. All rights reserved.