org.eclipse.swordfish.internal.core.configuration
Class ManagedServiceAdapter

java.lang.Object
  extended by org.eclipse.swordfish.internal.core.configuration.ManagedServiceAdapter
All Implemented Interfaces:
org.osgi.service.cm.ManagedService

public class ManagedServiceAdapter
extends java.lang.Object
implements org.osgi.service.cm.ManagedService


Constructor Summary
ManagedServiceAdapter()
           
ManagedServiceAdapter(ConfigurationConsumer configurationConsumer)
           
 
Method Summary
 ConfigurationConsumer getDelegate()
           
 void setDelegate(ConfigurationConsumer delegate)
           
 void updated(java.util.Dictionary properties)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedServiceAdapter

public ManagedServiceAdapter()

ManagedServiceAdapter

public ManagedServiceAdapter(ConfigurationConsumer configurationConsumer)
Method Detail

updated

public void updated(java.util.Dictionary properties)
             throws org.osgi.service.cm.ConfigurationException
Specified by:
updated in interface org.osgi.service.cm.ManagedService
Throws:
org.osgi.service.cm.ConfigurationException

getDelegate

public ConfigurationConsumer getDelegate()

setDelegate

public void setDelegate(ConfigurationConsumer delegate)