org.wiperdog.configloader
Class ConfigInformationLoader

java.lang.Object
  extended by org.wiperdog.configloader.ConfigInformationLoader
All Implemented Interfaces:
org.osgi.framework.BundleActivator, org.osgi.service.cm.ManagedService

public class ConfigInformationLoader
extends Object
implements org.osgi.framework.BundleActivator, org.osgi.service.cm.ManagedService

register managed service


Constructor Summary
ConfigInformationLoader()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 void updated(Dictionary properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigInformationLoader

public ConfigInformationLoader()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
Exception
See Also:
BundleActivator.start(org.osgi.framework.BundleContext)

stop

public void stop(org.osgi.framework.BundleContext context)
          throws Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
Exception
See Also:
BundleActivator.stop(org.osgi.framework.BundleContext)

updated

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


Copyright © 2013. All Rights Reserved.