org.camunda.bpm.application.impl
Class EmbeddedProcessApplicationReferenceImpl

java.lang.Object
  extended by org.camunda.bpm.application.impl.EmbeddedProcessApplicationReferenceImpl
All Implemented Interfaces:
ProcessApplicationReference

public class EmbeddedProcessApplicationReferenceImpl
extends Object
implements ProcessApplicationReference

The process engine holds a strong reference to the embedded process application.

Author:
Daniel Meyer

Field Summary
protected  EmbeddedProcessApplication application
           
 
Constructor Summary
EmbeddedProcessApplicationReferenceImpl(EmbeddedProcessApplication application)
           
 
Method Summary
 String getName()
           
 ProcessApplicationInterface getProcessApplication()
          Get the process application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

application

protected EmbeddedProcessApplication application
Constructor Detail

EmbeddedProcessApplicationReferenceImpl

public EmbeddedProcessApplicationReferenceImpl(EmbeddedProcessApplication application)
Method Detail

getName

public String getName()
Specified by:
getName in interface ProcessApplicationReference
Returns:
the name of the process application

getProcessApplication

public ProcessApplicationInterface getProcessApplication()
                                                  throws ProcessApplicationUnavailableException
Description copied from interface: ProcessApplicationReference
Get the process application.

Specified by:
getProcessApplication in interface ProcessApplicationReference
Returns:
the AbstractProcessApplication
Throws:
ProcessApplicationUnavailableException - if the process application is unavailable


Copyright © 2016 camunda services GmbH. All rights reserved.