org.camunda.bpm.extension.osgi.configadmin.impl
Class ManagedProcessEngineFactoryImpl

java.lang.Object
  extended by org.camunda.bpm.extension.osgi.configadmin.impl.ManagedProcessEngineFactoryImpl
All Implemented Interfaces:
ManagedProcessEngineFactory, org.osgi.service.cm.ManagedServiceFactory

public class ManagedProcessEngineFactoryImpl
extends Object
implements ManagedProcessEngineFactory


Field Summary
 
Fields inherited from interface org.camunda.bpm.extension.osgi.configadmin.ManagedProcessEngineFactory
SERVICE_PID
 
Constructor Summary
ManagedProcessEngineFactoryImpl(org.osgi.framework.BundleContext bundleContext)
           
 
Method Summary
 void deleted(String pid)
           
 String getName()
           
 void updated(String pid, Dictionary properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedProcessEngineFactoryImpl

public ManagedProcessEngineFactoryImpl(org.osgi.framework.BundleContext bundleContext)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.osgi.service.cm.ManagedServiceFactory

updated

public void updated(String pid,
                    Dictionary properties)
             throws org.osgi.service.cm.ConfigurationException
Specified by:
updated in interface org.osgi.service.cm.ManagedServiceFactory
Throws:
org.osgi.service.cm.ConfigurationException

deleted

public void deleted(String pid)
Specified by:
deleted in interface org.osgi.service.cm.ManagedServiceFactory


Copyright © 2015 camunda services GmbH. All rights reserved.