Liferay 6.1.2-ce-ga3

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. 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. lookup(Context, String)

Throws:
NamingException

Liferay 6.1.2-ce-ga3