org.jboss.ejb3.interceptors.container
Interface BeanContextFactory<T,C extends AbstractContainer<T,C>>
- All Known Implementing Classes:
- SimpleBeanContextFactory
public interface BeanContextFactory<T,C extends AbstractContainer<T,C>>
A factory for bean contexts. After construction of the context the bean instance
and interceptor instances have been injected and the post construct life cycle
callback has been called.
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
createBean
BeanContext<T> createBean()
throws Exception
- Throws:
Exception
destroyBean
void destroyBean(BeanContext<T> bean)
setContainer
void setContainer(C container)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.