org.jboss.ejb3.interceptors.container
Class SimpleBeanContextFactory<T,C extends AbstractContainer<T,C>>

java.lang.Object
  extended by org.jboss.ejb3.interceptors.container.SimpleBeanContextFactory<T,C>
All Implemented Interfaces:
BeanContextFactory<T,C>

public class SimpleBeanContextFactory<T,C extends AbstractContainer<T,C>>
extends java.lang.Object
implements BeanContextFactory<T,C>

Version:
$Revision: $
Author:
Carlo de Wolf

Constructor Summary
SimpleBeanContextFactory()
           
 
Method Summary
 BeanContext<T> createBean()
           
 void destroyBean(BeanContext<T> component)
           
 void setContainer(C container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleBeanContextFactory

public SimpleBeanContextFactory()
Method Detail

createBean

public BeanContext<T> createBean()
                          throws java.lang.Exception
Specified by:
createBean in interface BeanContextFactory<T,C extends AbstractContainer<T,C>>
Throws:
java.lang.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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.