Package org.camunda.bpm.application.impl
Class EmbeddedProcessApplicationReferenceImpl
java.lang.Object
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
-
Constructor Summary
ConstructorDescription -
Method Summary
-
Field Details
-
application
-
-
Constructor Details
-
EmbeddedProcessApplicationReferenceImpl
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceProcessApplicationReference
- Returns:
- the name of the process application
-
getProcessApplication
public ProcessApplicationInterface getProcessApplication() throws ProcessApplicationUnavailableExceptionDescription copied from interface:ProcessApplicationReference
Get the process application.- Specified by:
getProcessApplication
in interfaceProcessApplicationReference
- Returns:
- the
AbstractProcessApplication
- Throws:
ProcessApplicationUnavailableException
- if the process application is unavailable
-