public class DefaultJndiService extends Object implements JNDIService
JMS_CONNECTION_FACTORY_JNDI_DEFAULT_VALUE, JMS_CONNECTION_FACTORY_JNDI_KEY| Constructor and Description |
|---|
DefaultJndiService() |
public void bind(String name, Object object) throws WebBeansException
bind in interface JNDIServiceWebBeansExceptionpublic <T> T getObject(String name, Class<? extends T> expectedClass) throws WebBeansException
WebBeansExceptionpublic void unbind(String name) throws WebBeansException
unbind in interface JNDIServiceWebBeansExceptionpublic <T> T lookup(String name, Class<? extends T> expectedClass)
lookup in interface JNDIServiceCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.