org.camunda.bpm.extension.osgi.container
Class OSGiRuntimeContainerDelegate

java.lang.Object
  extended by org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
      extended by org.camunda.bpm.extension.osgi.container.OSGiRuntimeContainerDelegate
All Implemented Interfaces:
org.camunda.bpm.container.RuntimeContainerDelegate, org.camunda.bpm.ProcessApplicationService, org.camunda.bpm.ProcessEngineService

public class OSGiRuntimeContainerDelegate
extends org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.camunda.bpm.container.RuntimeContainerDelegate
org.camunda.bpm.container.RuntimeContainerDelegate.RuntimeContainerDelegateInstance
 
Field Summary
protected  org.osgi.framework.BundleContext context
           
 
Fields inherited from class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
SERVICE_NAME_EXECUTOR, serviceContainer
 
Fields inherited from interface org.camunda.bpm.container.RuntimeContainerDelegate
INSTANCE
 
Constructor Summary
OSGiRuntimeContainerDelegate(org.osgi.framework.BundleContext context)
           
 
Method Summary
 void deployProcessApplication(org.camunda.bpm.application.AbstractProcessApplication processApplication)
           
 
Methods inherited from class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
getDefaultProcessEngine, getExecutorService, getProcessApplicationInfo, getProcessApplicationNames, getProcessApplicationService, getProcessEngine, getProcessEngineNames, getProcessEngines, getProcessEngineService, getServiceContainer, registerProcessEngine, undeployProcessApplication, unregisterProcessEngine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected org.osgi.framework.BundleContext context
Constructor Detail

OSGiRuntimeContainerDelegate

public OSGiRuntimeContainerDelegate(org.osgi.framework.BundleContext context)
Parameters:
context -
Method Detail

deployProcessApplication

public void deployProcessApplication(org.camunda.bpm.application.AbstractProcessApplication processApplication)
Specified by:
deployProcessApplication in interface org.camunda.bpm.container.RuntimeContainerDelegate
Overrides:
deployProcessApplication in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl


Copyright © 2015 camunda services GmbH. All rights reserved.