org.apache.openejb.jee
Interface Lifecycle

All Known Subinterfaces:
EnterpriseBean, RemoteBean, Session
All Known Implementing Classes:
ApplicationClient, EntityBean, Interceptor, ManagedBean, MessageDrivenBean, SessionBean, SingletonBean, StatefulBean, StatelessBean, WebApp

public interface Lifecycle

Version:
$Rev: 986568 $ $Date: 2010-08-18 07:41:48 +0200 (Mer, 18 aoĆ» 2010) $

Method Summary
 void addPostConstruct(String method)
           
 void addPreDestroy(String method)
           
 List<LifecycleCallback> getPostConstruct()
           
 List<LifecycleCallback> getPreDestroy()
           
 

Method Detail

getPostConstruct

List<LifecycleCallback> getPostConstruct()

getPreDestroy

List<LifecycleCallback> getPreDestroy()

addPostConstruct

void addPostConstruct(String method)

addPreDestroy

void addPreDestroy(String method)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.