Class ProcessEngineManagedReferenceFactory
- java.lang.Object
-
- org.camunda.bpm.container.impl.jboss.util.ProcessEngineManagedReferenceFactory
-
- All Implemented Interfaces:
org.jboss.as.naming.ManagedReferenceFactory
public class ProcessEngineManagedReferenceFactory extends Object implements org.jboss.as.naming.ManagedReferenceFactory
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessEngine
processEngine
-
Constructor Summary
Constructors Constructor Description ProcessEngineManagedReferenceFactory(ProcessEngine processEngine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.as.naming.ManagedReference
getReference()
-
-
-
Field Detail
-
processEngine
protected ProcessEngine processEngine
-
-
Constructor Detail
-
ProcessEngineManagedReferenceFactory
public ProcessEngineManagedReferenceFactory(ProcessEngine processEngine)
-
-