org.camunda.bpm.extension.osgi.application
Class ProcessApplicationDeployer

java.lang.Object
  extended by org.camunda.bpm.extension.osgi.application.ProcessApplicationDeployer
All Implemented Interfaces:
org.osgi.util.tracker.ServiceTrackerCustomizer

public class ProcessApplicationDeployer
extends Object
implements org.osgi.util.tracker.ServiceTrackerCustomizer

Author:
Daniel Meyer, Roman Smirnov, Ronny Bräunlich

Constructor Summary
ProcessApplicationDeployer()
           
 
Method Summary
 Object addingService(org.osgi.framework.ServiceReference reference)
           
 void modifiedService(org.osgi.framework.ServiceReference reference, Object service)
           
 void removedService(org.osgi.framework.ServiceReference reference, Object service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessApplicationDeployer

public ProcessApplicationDeployer()
Method Detail

addingService

public Object addingService(org.osgi.framework.ServiceReference reference)
Specified by:
addingService in interface org.osgi.util.tracker.ServiceTrackerCustomizer

modifiedService

public void modifiedService(org.osgi.framework.ServiceReference reference,
                            Object service)
Specified by:
modifiedService in interface org.osgi.util.tracker.ServiceTrackerCustomizer

removedService

public void removedService(org.osgi.framework.ServiceReference reference,
                           Object service)
Specified by:
removedService in interface org.osgi.util.tracker.ServiceTrackerCustomizer


Copyright © 2015 camunda services GmbH. All rights reserved.