org.camunda.bpm.extension.osgi.application.impl
Class OSGiProcessApplicationReference
java.lang.Object
org.camunda.bpm.extension.osgi.application.impl.OSGiProcessApplicationReference
- All Implemented Interfaces:
- org.camunda.bpm.application.ProcessApplicationReference
public class OSGiProcessApplicationReference
- extends Object
- implements org.camunda.bpm.application.ProcessApplicationReference
|
Field Summary |
protected org.camunda.bpm.application.ProcessApplicationInterface |
application
|
protected String |
name
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
application
protected org.camunda.bpm.application.ProcessApplicationInterface application
name
protected String name
OSGiProcessApplicationReference
public OSGiProcessApplicationReference(org.camunda.bpm.application.ProcessApplicationInterface application,
String name)
getName
public String getName()
- Specified by:
getName in interface org.camunda.bpm.application.ProcessApplicationReference
getProcessApplication
public org.camunda.bpm.application.ProcessApplicationInterface getProcessApplication()
throws org.camunda.bpm.application.ProcessApplicationUnavailableException
- Specified by:
getProcessApplication in interface org.camunda.bpm.application.ProcessApplicationReference
- Throws:
org.camunda.bpm.application.ProcessApplicationUnavailableException
Copyright © 2015 camunda services GmbH. All rights reserved.