org.apache.felix.dm.test.bundle.annotation.factoryconfadapter
Class ServiceProvider

java.lang.Object
  extended by org.apache.felix.dm.test.bundle.annotation.factoryconfadapter.ServiceProvider
All Implemented Interfaces:
ServiceInterface

public class ServiceProvider
extends Object
implements ServiceInterface

This service is instantiated when a factory configuration is created from ConfigAdmin


Constructor Summary
ServiceProvider()
           
 
Method Summary
 void doService()
           
protected  void updated(Dictionary conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceProvider

public ServiceProvider()
Method Detail

updated

protected void updated(Dictionary conf)

doService

public void doService()
Specified by:
doService in interface ServiceInterface


Copyright © 2011 Apache Software Foundation. All Rights Reserved.