public interface Lifecycle
| Modifier and Type | Method and Description |
|---|---|
void |
addPostConstruct(String method) |
void |
addPreDestroy(String method) |
List<LifecycleCallback> |
getPostConstruct() |
List<LifecycleCallback> |
getPreDestroy() |
List<LifecycleCallback> getPostConstruct()
List<LifecycleCallback> getPreDestroy()
void addPostConstruct(String method)
void addPreDestroy(String method)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.