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