public interface Session extends Lifecycle, Invokable
| Modifier and Type | Method and Description |
|---|---|
void |
addAfterBegin(String method) |
void |
addAfterCompletion(String method) |
void |
addBeforeCompletion(String method) |
void |
addPostActivate(String method) |
void |
addPrePassivate(String method) |
List<LifecycleCallback> |
getAfterBegin() |
List<LifecycleCallback> |
getAfterCompletion() |
List<LifecycleCallback> |
getBeforeCompletion() |
List<InitMethod> |
getInitMethod() |
List<LifecycleCallback> |
getPostActivate() |
List<LifecycleCallback> |
getPrePassivate() |
List<RemoveMethod> |
getRemoveMethod() |
addPostConstruct, addPreDestroy, getPostConstruct, getPreDestroyaddAroundInvoke, addAroundTimeout, getAroundInvoke, getAroundTimeoutList<LifecycleCallback> getPostActivate()
void addPostActivate(String method)
List<LifecycleCallback> getPrePassivate()
void addPrePassivate(String method)
List<InitMethod> getInitMethod()
List<RemoveMethod> getRemoveMethod()
List<LifecycleCallback> getAfterBegin()
void addAfterBegin(String method)
List<LifecycleCallback> getBeforeCompletion()
void addBeforeCompletion(String method)
List<LifecycleCallback> getAfterCompletion()
void addAfterCompletion(String method)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.