subclassNames
Constructor and Description |
---|
SimpleCDI() |
SimpleCDI(Container container) |
Modifier and Type | Method and Description |
---|---|
protected BeanManagerImpl |
ambiguousBeanManager(String callerClassName,
Set<BeanManagerImpl> managers)
Callback that allows to override the behavior when class that invoked CDI.current() is placed in multiple bean archives.
|
void |
cleanup() |
BeanManagerProxy |
getBeanManager() |
protected Container |
getContainer() |
String |
toString() |
protected BeanManagerImpl |
unsatisfiedBeanManager(String callerClassName)
Callback that allows to override the behavior when CDI.current() is not called from within a bean archive.
|
destroy, get, getCallingClassName, isAmbiguous, isUnsatisfied, iterator, select, select, select
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public SimpleCDI()
public SimpleCDI(Container container)
protected BeanManagerImpl unsatisfiedBeanManager(String callerClassName)
protected BeanManagerImpl ambiguousBeanManager(String callerClassName, Set<BeanManagerImpl> managers)
public BeanManagerProxy getBeanManager()
getBeanManager
in class javax.enterprise.inject.spi.CDI<Object>
protected Container getContainer()
public void cleanup()
Copyright © 2016. All rights reserved.