winstone
Interface JNDIManager

All Known Implementing Classes:
ContainerJNDIManager, WebAppJNDIManager

public interface JNDIManager

Handles setup and teardown of the JNDI context

Version:
$Id: JNDIManager.java,v 1.2 2006/02/28 07:32:47 rickknowles Exp $
Author:
Rick Knowles

Method Summary
 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
 

Method Detail

setup

void setup()
Add the objects passed to the constructor to the JNDI Context addresses specified


tearDown

void tearDown()
Remove the objects under administration from the JNDI Context, and then destroy the objects



Copyright © 2013. All Rights Reserved.