| winstone.JNDIManager
All known Subclasses: winstone.jndi.ContainerJNDIManager,
JNDIManager | public interface JNDIManager (Code) | | Handles setup and teardown of the JNDI context
author: Rick Knowles version: $Id: JNDIManager.java,v 1.2 2006/02/28 07:32:47 rickknowles Exp $ |
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
|
|
|