|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LifecycleMethod | |
---|---|
org.apache.geronimo.j2ee.annotation |
Uses of LifecycleMethod in org.apache.geronimo.j2ee.annotation |
---|
Methods in org.apache.geronimo.j2ee.annotation that return types with arguments of type LifecycleMethod | |
---|---|
Map<String,LifecycleMethod> |
Holder.getPostConstruct()
|
Map<String,LifecycleMethod> |
Holder.getPreDestroy()
|
Method parameters in org.apache.geronimo.j2ee.annotation with type arguments of type LifecycleMethod | |
---|---|
void |
Holder.addPostConstructs(Map<String,LifecycleMethod> newPostConstructs)
|
void |
Holder.addPreDestroys(Map<String,LifecycleMethod> newPreDestroys)
|
static void |
Holder.apply(Object o,
Class clazz,
Map<String,LifecycleMethod> map)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |