|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextCloseHandler<T>
Called for each instance in a context when the context is closed.
Method Summary | |
---|---|
void |
close(T object)
Action to take when the context containing object is closed. |
java.lang.Class<T> |
type()
The type of objects handled by this handler. |
Method Detail |
---|
void close(T object) throws java.lang.Exception
object
is closed.
java.lang.Exception
java.lang.Class<T> type()
|
Copyright ? 2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |