Package | Description |
---|---|
org.apache.webbeans.corespi.se | |
org.apache.webbeans.ee.common.services | |
org.apache.webbeans.exception | |
org.apache.webbeans.util |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJndiService.bind(String name,
Object object)
Bind the object with the given name to the JNDI environment
|
<T> T |
DefaultJndiService.getObject(String name,
Class<? extends T> expectedClass) |
void |
DefaultJndiService.unbind(String name)
Unbind and free the object with the given name from the JNDI environment
|
Modifier and Type | Method and Description |
---|---|
void |
JNDIServiceEnterpriseImpl.bind(String name,
Object object)
Bind the object with the given name to the JNDI environment
|
<T> T |
JNDIServiceEnterpriseImpl.getObject(String name,
Class<? extends T> expectedClass) |
void |
JNDIServiceEnterpriseImpl.unbind(String name)
Unbind and free the object with the given name from the JNDI environment
|
Modifier and Type | Class and Description |
---|---|
class |
WebBeansCreationException
Exception that is thrown by the web beans container at the deployment time.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
JNDIUtil.lookup(String name,
Class<? extends T> expectedClass) |
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.