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$ $Date$

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–2015 The Apache Software Foundation. All rights reserved.