Keeps track of recursive {@link Invocation}s. This stack assumes an invocation occurs in the same thread since it is called first, so we manages stacks for each invocation in {@link ThreadLocal}-like manner. You can just use {@link #getInstance()} to get current invocation stack.
Using {@link InvocationStack}, you can find out current effective JNDI {@link Context} or detect infinite recursions.
@author Apache Directory Project
@version $Rev: 326026 $, $Date: 2005-10-18 00:35:27 -0400 (Tue, 18 Oct 2005) $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.