public class ContainerJNDIManager extends Object implements JNDIManager
| Modifier and Type | Field and Description |
|---|---|
static WinstoneResourceBundle |
JNDI_RESOURCES |
protected Map |
objectsToCreate |
| Constructor and Description |
|---|
ContainerJNDIManager(Map args,
List webXmlNodes,
ClassLoader loader)
Gets the relevant list of objects from the args, validating against the
web.xml nodes supplied.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createObject(String name,
String className,
String value,
Map args,
ClassLoader loader)
Build an object to insert into the jndi space
|
void |
setup()
Add the objects passed to the constructor to the JNDI Context addresses
specified
|
void |
tearDown()
Remove the objects under administration from the JNDI Context, and then
destroy the objects
|
public static final WinstoneResourceBundle JNDI_RESOURCES
protected Map objectsToCreate
public ContainerJNDIManager(Map args, List webXmlNodes, ClassLoader loader)
public void setup()
setup in interface JNDIManagerpublic void tearDown()
tearDown in interface JNDIManagerCopyright © 2014. All rights reserved.