| java.lang.Object winstone.jndi.ContainerJNDIManager
All known Subclasses: winstone.jndi.WebAppJNDIManager,
ContainerJNDIManager | public class ContainerJNDIManager implements JNDIManager(Code) | | Implements a simple web.xml + command line arguments style jndi manager
author: Rick Knowles version: $Id: ContainerJNDIManager.java,v 1.3 2006/02/28 07:32:48 rickknowles Exp $ |
Constructor Summary | |
public | ContainerJNDIManager(Map args, List webXmlNodes, ClassLoader loader) Gets the relevant list of objects from the args, validating against the
web.xml nodes supplied. |
objectsToCreate | protected Map objectsToCreate(Code) | | |
ContainerJNDIManager | public ContainerJNDIManager(Map args, List webXmlNodes, ClassLoader loader)(Code) | | 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
|
setup | public void setup()(Code) | | Add the objects passed to the constructor to the JNDI Context addresses
specified
|
tearDown | public void tearDown()(Code) | | Remove the objects under administration from the JNDI Context, and then
destroy the objects
|
|
|