org.camunda.bpm.extension.osgi.application
Class ProcessApplicationDeployer
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessApplicationDeployer
public ProcessApplicationDeployer()
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.