RecoverableTransactonStack
class represents a LIFO stack of Objects. It wraps a java.util.Stack and delegates the usual push, pop, peek, and empty methods. Additionally it provides a method to search the stack from the top down to find the first instance of a Class. This Stack implements the {@link RecoverableTransaction} interface and assuch provides the means to:
|
|
|
|
|
|