org.jboss.ejb3.interceptors.container
Class SimpleBeanContextFactory<T,C extends AbstractContainer<T,C>>
java.lang.Object
org.jboss.ejb3.interceptors.container.SimpleBeanContextFactory<T,C>
- All Implemented Interfaces:
- BeanContextFactory<T,C>
public class SimpleBeanContextFactory<T,C extends AbstractContainer<T,C>>
- extends Object
- implements BeanContextFactory<T,C>
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleBeanContextFactory
public SimpleBeanContextFactory()
createBean
public BeanContext<T> createBean()
throws Exception
- Specified by:
createBean
in interface BeanContextFactory<T,C extends AbstractContainer<T,C>>
- Throws:
Exception
destroyBean
public void destroyBean(BeanContext<T> component)
- Specified by:
destroyBean
in interface BeanContextFactory<T,C extends AbstractContainer<T,C>>
setContainer
public void setContainer(C container)
- Specified by:
setContainer
in interface BeanContextFactory<T,C extends AbstractContainer<T,C>>
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.