Liferay 6.2-ce-ga5

com.liferay.portal.kernel.jndi
Class JNDIUtil

java.lang.Object
  extended by com.liferay.portal.kernel.jndi.JNDIUtil

public class JNDIUtil
extends Object


Constructor Summary
JNDIUtil()
           
 
Method Summary
static Object lookup(Context context, String location)
           
static Object lookup(Context context, String location, boolean cache)
          Deprecated. As of 6.2.0, replaced by lookup(Context, String)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIUtil

public JNDIUtil()
Method Detail

lookup

public static Object lookup(Context context,
                            String location)
                     throws NamingException
Throws:
NamingException

lookup

public static Object lookup(Context context,
                            String location,
                            boolean cache)
                     throws NamingException
Deprecated. As of 6.2.0, replaced by lookup(Context, String)

Throws:
NamingException

Liferay 6.2-ce-ga5