org.jboss.ejb3
Class JndiUtil

java.lang.Object
  extended by org.jboss.ejb3.JndiUtil

public class JndiUtil
extends Object

Author:
William DeCoste

Constructor Summary
JndiUtil()
           
 
Method Summary
static Object lookup(Context jndiContext, String binding)
           
static Object lookupLink(Context jndiContext, String binding)
           
 
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 jndiContext,
                            String binding)
                     throws NamingException
Throws:
NamingException

lookupLink

public static Object lookupLink(Context jndiContext,
                                String binding)
                         throws NamingException
Throws:
NamingException


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.