org.apache.openejb.jee
Interface Lifecycle

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

public interface Lifecycle

Version:
$Rev: 607077 $ $Date: 2007-12-27 15:55:23 +0100 (Do, 27. Dez 2007) $

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

Method Detail

getAroundInvoke

List<AroundInvoke> getAroundInvoke()

addAroundInvoke

void addAroundInvoke(String method)

getPostConstruct

List<LifecycleCallback> getPostConstruct()

getPreDestroy

List<LifecycleCallback> getPreDestroy()

addPostConstruct

void addPostConstruct(String method)

addPreDestroy

void addPreDestroy(String method)


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