Uses of Class
org.apache.openejb.jee.LifecycleCallback

Packages that use LifecycleCallback
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of LifecycleCallback in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee with type parameters of type LifecycleCallback
protected  List<LifecycleCallback> Interceptor.postActivate
           
protected  List<LifecycleCallback> SessionBean.postActivate
           
protected  List<LifecycleCallback> Interceptor.postConstruct
           
protected  List<LifecycleCallback> SessionBean.postConstruct
           
protected  List<LifecycleCallback> MessageDrivenBean.postConstruct
           
protected  List<LifecycleCallback> ApplicationClient.postConstruct
           
protected  List<LifecycleCallback> WebApp.postConstruct
           
protected  List<LifecycleCallback> EntityBean.postConstruct
           
protected  List<LifecycleCallback> Interceptor.preDestroy
           
protected  List<LifecycleCallback> SessionBean.preDestroy
           
protected  List<LifecycleCallback> MessageDrivenBean.preDestroy
           
protected  List<LifecycleCallback> ApplicationClient.preDestroy
           
protected  List<LifecycleCallback> WebApp.preDestroy
           
protected  List<LifecycleCallback> EntityBean.preDestroy
           
protected  List<LifecycleCallback> Interceptor.prePassivate
           
protected  List<LifecycleCallback> SessionBean.prePassivate
           
 

Methods in org.apache.openejb.jee that return types with arguments of type LifecycleCallback
 List<LifecycleCallback> Session.getPostActivate()
           
 List<LifecycleCallback> Interceptor.getPostActivate()
           
 List<LifecycleCallback> SessionBean.getPostActivate()
           
 List<LifecycleCallback> Lifecycle.getPostConstruct()
           
 List<LifecycleCallback> Interceptor.getPostConstruct()
           
 List<LifecycleCallback> SessionBean.getPostConstruct()
           
 List<LifecycleCallback> MessageDrivenBean.getPostConstruct()
           
 List<LifecycleCallback> ApplicationClient.getPostConstruct()
           
 List<LifecycleCallback> WebApp.getPostConstruct()
           
 List<LifecycleCallback> EntityBean.getPostConstruct()
           
 List<LifecycleCallback> Lifecycle.getPreDestroy()
           
 List<LifecycleCallback> Interceptor.getPreDestroy()
           
 List<LifecycleCallback> SessionBean.getPreDestroy()
           
 List<LifecycleCallback> MessageDrivenBean.getPreDestroy()
           
 List<LifecycleCallback> ApplicationClient.getPreDestroy()
           
 List<LifecycleCallback> WebApp.getPreDestroy()
           
 List<LifecycleCallback> EntityBean.getPreDestroy()
           
 List<LifecycleCallback> Session.getPrePassivate()
           
 List<LifecycleCallback> Interceptor.getPrePassivate()
           
 List<LifecycleCallback> SessionBean.getPrePassivate()
           
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.