winstone.jndi
Class WebAppJNDIManager

java.lang.Object
  extended by winstone.jndi.ContainerJNDIManager
      extended by winstone.jndi.WebAppJNDIManager
All Implemented Interfaces:
JNDIManager

public class WebAppJNDIManager
extends ContainerJNDIManager

Implements a simple web.xml + command line arguments style jndi manager

Version:
$Id: WebAppJNDIManager.java,v 1.9 2006/02/28 07:32:48 rickknowles Exp $
Author:
Rick Knowles

Field Summary
 
Fields inherited from class winstone.jndi.ContainerJNDIManager
JNDI_RESOURCES, objectsToCreate
 
Constructor Summary
WebAppJNDIManager(java.util.Map args, java.util.List webXMLNodes, java.lang.ClassLoader loader)
          Gets the relevant list of objects from the args, validating against the web.xml nodes supplied.
 
Method Summary
 
Methods inherited from class winstone.jndi.ContainerJNDIManager
createObject, setup, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAppJNDIManager

public WebAppJNDIManager(java.util.Map args,
                         java.util.List webXMLNodes,
                         java.lang.ClassLoader loader)
Gets the relevant list of objects from the args, validating against the web.xml nodes supplied. All node addresses are assumed to be relative to the java:/comp/env context



Copyright © 2013. All Rights Reserved.