org.jboss.ejb3.interceptors.util
Class ThreadLocalStack<T>
java.lang.Object
org.jboss.ejb3.interceptors.util.ThreadLocalStack<T>
public class ThreadLocalStack<T>
- extends Object
Comment
- Version:
- $Revision: 61136 $
- Author:
- Bill Burke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadLocalStack
public ThreadLocalStack()
push
public void push(T obj)
pop
public T pop()
get
public T get()
getList
public List<T> getList()
Copyright © 2008 JBoss Inc.. All Rights Reserved.