org.camunda.bpm.engine.cdi.impl.util
Class BeanManagerLookup

java.lang.Object
  extended by 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
 
Constructor Summary
BeanManagerLookup()
           
 
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
 

Field Detail

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

Constructor Detail

BeanManagerLookup

public BeanManagerLookup()
Method Detail

getBeanManager

public static javax.enterprise.inject.spi.BeanManager getBeanManager()


Copyright © 2014 camunda services GmbH. All Rights Reserved.