public class EmbeddedProcessApplicationReferenceImpl extends Object implements ProcessApplicationReference
The process engine holds a strong reference to the embedded process application.
Modifier and Type | Field and Description |
---|---|
protected EmbeddedProcessApplication |
application |
Constructor and Description |
---|
EmbeddedProcessApplicationReferenceImpl(EmbeddedProcessApplication application) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
ProcessApplicationInterface |
getProcessApplication()
Get the process application.
|
protected EmbeddedProcessApplication application
public EmbeddedProcessApplicationReferenceImpl(EmbeddedProcessApplication application)
public String getName()
getName
in interface ProcessApplicationReference
public ProcessApplicationInterface getProcessApplication() throws ProcessApplicationUnavailableException
ProcessApplicationReference
getProcessApplication
in interface ProcessApplicationReference
AbstractProcessApplication
ProcessApplicationUnavailableException
- if the process application is unavailableCopyright © 2022. All rights reserved.