org.camunda.bpm.engine.cdi.impl.util
Class BeanManagerLookup
java.lang.Object
org.camunda.bpm.engine.cdi.impl.util.BeanManagerLookup
public class BeanManagerLookup
- extends Object
|
Field Summary |
static String |
jndiName
provide a custom jndi lookup name |
static javax.enterprise.inject.spi.BeanManager |
localInstance
holds a local beanManager if no jndi is available |
|
Method Summary |
static javax.enterprise.inject.spi.BeanManager |
getBeanManager()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
localInstance
public static javax.enterprise.inject.spi.BeanManager localInstance
- holds a local beanManager if no jndi is available
jndiName
public static String jndiName
- provide a custom jndi lookup name
BeanManagerLookup
public BeanManagerLookup()
getBeanManager
public static javax.enterprise.inject.spi.BeanManager getBeanManager()
Copyright © 2017 camunda services GmbH. All rights reserved.