org.hibernate.search.util
Class JNDIHelper
java.lang.Object
org.hibernate.search.util.JNDIHelper
public class JNDIHelper
- extends Object
Helper class for creating an JNDI InitialContext.
- Author:
- Hardy Ferentschik
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInitialContext
public static InitialContext getInitialContext(Properties properties,
String prefix)
throws NamingException
- Creates an initial context
- Parameters:
properties - Configuration properties to check for JNDI specific propertiesprefix - The prefix used to designate JDNI properties. If a property from property contains
a property which matches the prefix, the prefix gets removed and the property passed to the initial context creation.
- Returns:
- the initial context
- Throws:
NamingException - in case an error occurs creating the InitialContext
getJndiProperties
public static Properties getJndiProperties(Properties properties,
String prefix)
Copyright © 2006-2010 Red Hat Middleware, LLC. All Rights Reserved