public interface ManagedPreDestroy
Pre-destroy is application defined logic and can fail in not controlled ways. For this reason there is no assumption about a particular exception. This interface simply throws all exceptions pre-destroy logic may rise.
Modifier and Type | Method and Description |
---|---|
void |
preDestroy()
Hook executed just before managed instance destruction.
|
Copyright © 2018. All rights reserved.