AbstractContextCloseHandler |
abstract public class AbstractContextCloseHandler implements ContextCloseHandler<T>(Code) |
| A partially implemented handler for objects contained in contexts that
are closing. Concrete extensions of this class only have to define
close and have a constructor that calls
super(T.class) .
author: Tim Peierls [tim at peierls dot net] |