org.camunda.bpm.extension.osgi.application.impl
Class OSGiProcessApplicationReference

java.lang.Object
  extended by 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
           
 
Constructor Summary
OSGiProcessApplicationReference(org.camunda.bpm.application.ProcessApplicationInterface application, String name)
           
 
Method Summary
 String getName()
           
 org.camunda.bpm.application.ProcessApplicationInterface getProcessApplication()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

application

protected org.camunda.bpm.application.ProcessApplicationInterface application

name

protected String name
Constructor Detail

OSGiProcessApplicationReference

public OSGiProcessApplicationReference(org.camunda.bpm.application.ProcessApplicationInterface application,
                                       String name)
Method Detail

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.