| Package | Description |
|---|---|
| org.apache.webbeans.config | |
| org.apache.webbeans.plugins | |
| org.apache.webbeans.util |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EJBWebBeansConfigurator.isSessionBean(Class<?> clazz,
WebBeansContext webBeansContext)
Returns true if given class is an deployed ejb bean class, false otherwise.
|
void |
OpenWebBeansConfiguration.parseConfiguration()
(re)read the configuration from the resources in the classpath.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginLoader.shutDown()
Tell all the plugins to free up all locked resources.
|
void |
PluginLoader.startUp()
load and startup all registered plugins.
|
static void |
PluginLoader.throwsException(Exception e) |
| Modifier and Type | Method and Description |
|---|---|
<X> void |
WebBeansUtil.checkManagedBeanCondition(javax.enterprise.inject.spi.AnnotatedType<X> type)
Checks the implementation class for checking conditions.
|
void |
WebBeansUtil.checkManagedBeanCondition(Class<?> clazz) |
boolean |
WebBeansUtil.isConstructorOk(Class<?> clazz)
Check that simple web beans class has compatible constructor.
|
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.