org.apache.geronimo.blueprint.compendium.cm
Class CmProperties
java.lang.Object
org.apache.geronimo.blueprint.compendium.cm.CmProperties
- All Implemented Interfaces:
- ManagedObject, Processor, ServiceProcessor
public class CmProperties
- extends Object
- implements ManagedObject, ServiceProcessor
- Version:
- $Rev: 779836 $, $Date: 2009-05-29 06:30:51 +0200 (Fri, 29 May 2009) $
- Author:
- Apache Geronimo Project
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmProperties
public CmProperties()
getBlueprintContainer
public ExtendedBlueprintContainer getBlueprintContainer()
setBlueprintContainer
public void setBlueprintContainer(ExtendedBlueprintContainer blueprintContainer)
getConfigAdmin
public org.osgi.service.cm.ConfigurationAdmin getConfigAdmin()
setConfigAdmin
public void setConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)
setManagedObjectManager
public void setManagedObjectManager(ManagedObjectManager managedObjectManager)
getManagedObjectManager
public ManagedObjectManager getManagedObjectManager()
getBundle
public org.osgi.framework.Bundle getBundle()
- Specified by:
getBundle in interface ManagedObject
getPersistentId
public String getPersistentId()
- Specified by:
getPersistentId in interface ManagedObject
setPersistentId
public void setPersistentId(String persistentId)
getUpdate
public boolean getUpdate()
setUpdate
public void setUpdate(boolean update)
getServiceId
public String getServiceId()
setServiceId
public void setServiceId(String serviceId)
init
public void init()
throws Exception
- Throws:
Exception
destroy
public void destroy()
updated
public void updated(Dictionary props)
- Specified by:
updated in interface ManagedObject
updateProperties
public void updateProperties(ServiceProcessor.ServicePropertiesUpdater service,
Dictionary props)
- Specified by:
updateProperties in interface ServiceProcessor
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.