org.jboss.seam.persistence.util
Class NamingUtils
java.lang.Object
org.jboss.seam.persistence.util.NamingUtils
public final class NamingUtils
- extends Object
this has been ported to seam and hacked to make it work
we need to figure out what we are doing with JNDI in seam 3 and make this go
away
- Author:
- stuart
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInitialContext
public static InitialContext getInitialContext(Hashtable<String,String> props)
throws NamingException
- Throws:
NamingException
getInitialContext
public static InitialContext getInitialContext()
throws NamingException
- Throws:
NamingException
setInitialContextProperties
public static void setInitialContextProperties(Hashtable initialContextProperties)
getInitialContextProperties
public static Hashtable getInitialContextProperties()
Copyright © 2011 Seam Framework. All Rights Reserved.