Class ProcessApplicationServiceObjectFactory
- java.lang.Object
-
- org.camunda.bpm.container.impl.jndi.ProcessApplicationServiceObjectFactory
-
- All Implemented Interfaces:
ObjectFactory
public class ProcessApplicationServiceObjectFactory extends Object implements ObjectFactory
ObjectFactory
that can be used for binding theProcessApplicationService
into 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 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
-
-