org.apache.myfaces.extensions.cdi.core.impl.util
Class JndiUtils
java.lang.Object
org.apache.myfaces.extensions.cdi.core.impl.util.JndiUtils
@Typed
public abstract class JndiUtils
- extends Object
This is the internal helper class for low level access to JNDI
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInitialContext
public static InitialContext getInitialContext()
bind
public static void bind(String name,
Object object)
unbind
public static void unbind(String name)
lookup
public static <T> T lookup(String name,
Class<? extends T> expectedClass)
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.