Class JNDIServiceEnterpriseImpl
- java.lang.Object
-
- org.apache.webbeans.ee.common.services.JNDIServiceEnterpriseImpl
-
- All Implemented Interfaces:
org.apache.webbeans.spi.JNDIService
public final class JNDIServiceEnterpriseImpl extends Object implements org.apache.webbeans.spi.JNDIService
SPI Implementation of the JNDIService. This version performs JNDI handling in J2EE environments where the java:comp and java:app context can be written- See Also:
DefaultJndiService
-
-
Constructor Summary
Constructors Constructor Description JNDIServiceEnterpriseImpl()
-
-
-
Method Detail
-
bind
public void bind(String name, Object object) throws org.apache.webbeans.exception.WebBeansException
- Specified by:
bindin interfaceorg.apache.webbeans.spi.JNDIService- Throws:
org.apache.webbeans.exception.WebBeansException
-
unbind
public void unbind(String name) throws org.apache.webbeans.exception.WebBeansException
- Specified by:
unbindin interfaceorg.apache.webbeans.spi.JNDIService- Throws:
org.apache.webbeans.exception.WebBeansException
-
getObject
public <T> T getObject(String name, Class<? extends T> expectedClass) throws org.apache.webbeans.exception.WebBeansException
- Throws:
org.apache.webbeans.exception.WebBeansException
-
-