Class ProcessEngineServiceObjectFactory
- java.lang.Object
-
- org.camunda.bpm.container.impl.jndi.ProcessEngineServiceObjectFactory
-
- All Implemented Interfaces:
ObjectFactory
public class ProcessEngineServiceObjectFactory extends Object implements ObjectFactory
ObjectFactory
that can be used for binding theProcessEngineService
into 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 Object
getObjectInstance(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:
getObjectInstance
in interfaceObjectFactory
- Throws:
Exception
-
-