org.apache.qpid.example.shared
Class InitialContextHelper
java.lang.Object
org.apache.qpid.example.shared.InitialContextHelper
public class InitialContextHelper
- extends Object
Class that provides helper methods for JNDI
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_defaultPropertiesName
public static final String _defaultPropertiesName
- See Also:
- Constant Field Values
_fileProperties
protected Properties _fileProperties
_initialContext
protected InitialContext _initialContext
_log
protected static final org.slf4j.Logger _log
InitialContextHelper
public InitialContextHelper(String propertiesName)
throws ContextException
- Throws:
ContextException
getFileProperties
public Properties getFileProperties()
getInitialContext
public InitialContext getInitialContext()
Licensed to the Apache Software Foundation