org.equanda.persistence
Class EJBUtil
java.lang.Object
org.equanda.persistence.EJBUtil
public final class EJBUtil
- extends Object
Utility methods for the EJBUtil classes, avoids duplication of common code.
- Author:
- Joachim Van der Auwera
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lookup
public static <T> T lookup(String jndiName,
Class<T> narrowTo)
throws NamingException
- Throws:
NamingException
lookup
public static <T> T lookup(Hashtable environment,
String jndiName,
Class<T> narrowTo)
throws NamingException
- Throws:
NamingException
Copyright © 2007-2009. All Rights Reserved.