Uses of Class
org.apache.geronimo.j2ee.annotation.LifecycleMethod

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
 java.util.Map<java.lang.String,LifecycleMethod> Holder.getPostConstruct()
           
 java.util.Map<java.lang.String,LifecycleMethod> Holder.getPreDestroy()
           
 

Method parameters in org.apache.geronimo.j2ee.annotation with type arguments of type LifecycleMethod
 void Holder.addPostConstructs(java.util.Map<java.lang.String,LifecycleMethod> newPostConstructs)
           
 void Holder.addPreDestroys(java.util.Map<java.lang.String,LifecycleMethod> newPreDestroys)
           
static void Holder.apply(java.lang.Object o, java.lang.Class clazz, java.util.Map<java.lang.String,LifecycleMethod> map)
           
 



Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.