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

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

Author:
Roman Smirnov, Daniel Meyer

Constructor Summary
ProcessApplicationServiceObjectFactory()
           
 
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

ProcessApplicationServiceObjectFactory

public ProcessApplicationServiceObjectFactory()
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 © 2017 camunda services GmbH. All rights reserved.