Class ProcessApplicationServiceObjectFactory
- java.lang.Object
-
- org.camunda.bpm.container.impl.jndi.ProcessApplicationServiceObjectFactory
-
- All Implemented Interfaces:
ObjectFactory
public class ProcessApplicationServiceObjectFactory extends Object implements ObjectFactory
ObjectFactorythat can be used for binding theProcessApplicationServiceinto JNDI- Author:
- Roman Smirnov, Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description ProcessApplicationServiceObjectFactory()
-
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
-
-