org.camunda.bpm.container.impl.jndi
Class ProcessEngineServiceObjectFactory

java.lang.Object
  extended by 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 the ProcessEngineService into JNDI

Author:
Roman Smirnov, Daniel Meyer

Constructor Summary
ProcessEngineServiceObjectFactory()
           
 
Method Summary
 Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessEngineServiceObjectFactory

public ProcessEngineServiceObjectFactory()
Method Detail

getObjectInstance

public Object getObjectInstance(Object obj,
                                Name name,
                                Context nameCtx,
                                Hashtable<?,?> environment)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception


Copyright © 2016 camunda services GmbH. All rights reserved.