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
Fields Modifier and Type Field Description protected EmbeddedProcessApplication
application
-
Constructor Summary
Constructors Constructor Description EmbeddedProcessApplicationReferenceImpl(EmbeddedProcessApplication application)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
ProcessApplicationInterface
getProcessApplication()
Get the process application.
-
-
-
Field Detail
-
application
protected EmbeddedProcessApplication application
-
-
Constructor Detail
-
EmbeddedProcessApplicationReferenceImpl
public EmbeddedProcessApplicationReferenceImpl(EmbeddedProcessApplication application)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceProcessApplicationReference
- 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 interfaceProcessApplicationReference
- Returns:
- the
AbstractProcessApplication
- Throws:
ProcessApplicationUnavailableException
- if the process application is unavailable
-
-