Class EjbProcessApplicationService
java.lang.Object
org.camunda.bpm.container.impl.ejb.EjbProcessApplicationService
- All Implemented Interfaces:
ProcessApplicationService
Exposes the ProcessApplicationService
as EJB inside the container.
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected EjbBpmPlatformBootstrap
protected ProcessApplicationService
the processApplicationServiceDelegate -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetProcessApplicationInfo
(String processApplicationName) Provides information about a deployed process applicationprotected void
-
Field Details
-
ejbBpmPlatform
-
processApplicationServiceDelegate
the processApplicationServiceDelegate
-
-
Constructor Details
-
EjbProcessApplicationService
public EjbProcessApplicationService()
-
-
Method Details
-
initProcessEngineServiceDelegate
@PostConstruct protected void initProcessEngineServiceDelegate() -
getProcessApplicationNames
- Specified by:
getProcessApplicationNames
in interfaceProcessApplicationService
-
getProcessApplicationInfo
Description copied from interface:ProcessApplicationService
Provides information about a deployed process application
- Specified by:
getProcessApplicationInfo
in interfaceProcessApplicationService
- Returns:
- the
ProcessApplicationInfo
object or null if no such process application is deployed.
-