public interface LifecycleMethodStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
invokeDestroyMethods(Object o)
Call "destroy" method on the specified object.
|
void |
invokeInitializeMethods(Object o)
Call "initialize" method on the specified object.
|
void invokeInitializeMethods(Object o)
o - the objectInternalException - if initialize method throws any exceptionvoid invokeDestroyMethods(Object o)
o - the objectInternalException - if destroy method throws any exceptionCopyright © 2012–2016 Codenvy, S.A.. All rights reserved.