org.apache.openejb.jee
Interface Session
- All Superinterfaces:
- Lifecycle
- All Known Implementing Classes:
- Interceptor, ManagedBean, SessionBean, SingletonBean, StatefulBean, StatelessBean
public interface Session
- extends Lifecycle
- Version:
- $Rev: 607077 $ $Date: 2007-12-27 06:55:23 -0800 (Thu, 27 Dec 2007) $
getPostActivate
java.util.List<LifecycleCallback> getPostActivate()
addPostActivate
void addPostActivate(java.lang.String method)
getPrePassivate
java.util.List<LifecycleCallback> getPrePassivate()
addPrePassivate
void addPrePassivate(java.lang.String method)
getInitMethod
java.util.List<InitMethod> getInitMethod()
getRemoveMethod
java.util.List<RemoveMethod> getRemoveMethod()
Copyright © 1999-2010 The Apache OpenEJB development community. All Rights Reserved.