Class ProcessEngineServiceObjectFactory
- java.lang.Object
-
- org.camunda.bpm.container.impl.jndi.ProcessEngineServiceObjectFactory
-
- All Implemented Interfaces:
ObjectFactory
public class ProcessEngineServiceObjectFactory extends Object implements ObjectFactory
ObjectFactorythat can be used for binding theProcessEngineServiceinto JNDI- Author:
- Roman Smirnov, Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description ProcessEngineServiceObjectFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment)
-
-
-
Method Detail
-
getObjectInstance
public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment) throws Exception
- Specified by:
getObjectInstancein interfaceObjectFactory- Throws:
Exception
-
-