public class CmProperties extends Object implements ManagedObject, org.apache.aries.blueprint.ServiceProcessor
| Constructor and Description |
|---|
CmProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.apache.aries.blueprint.services.ExtendedBlueprintContainer |
getBlueprintContainer() |
org.osgi.framework.Bundle |
getBundle() |
org.osgi.service.cm.ConfigurationAdmin |
getConfigAdmin() |
ManagedObjectManager |
getManagedObjectManager() |
String |
getPersistentId() |
Properties |
getProperties() |
String |
getServiceId() |
boolean |
getUpdate() |
void |
init() |
void |
setBlueprintContainer(org.apache.aries.blueprint.services.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(org.apache.aries.blueprint.ServiceProcessor.ServicePropertiesUpdater service,
Dictionary props) |
public org.apache.aries.blueprint.services.ExtendedBlueprintContainer getBlueprintContainer()
public void setBlueprintContainer(org.apache.aries.blueprint.services.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 ManagedObjectpublic String getPersistentId()
getPersistentId in interface ManagedObjectpublic void setPersistentId(String persistentId)
public boolean getUpdate()
public void setUpdate(boolean update)
public String getServiceId()
public void setServiceId(String serviceId)
public void destroy()
public Properties getProperties()
public void updated(Dictionary props)
updated in interface ManagedObjectpublic void updateProperties(org.apache.aries.blueprint.ServiceProcessor.ServicePropertiesUpdater service,
Dictionary props)
updateProperties in interface org.apache.aries.blueprint.ServiceProcessorCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.