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 15:55:23 +0100 (Do, 27. Dez 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-2011 The Apache OpenEJB development community. All Rights Reserved.