org.openejb
Class EJBInstanceFactoryImpl

java.lang.Object
  extended byorg.openejb.EJBInstanceFactoryImpl
All Implemented Interfaces:
EJBInstanceFactory, Serializable

public class EJBInstanceFactoryImpl
extends Object
implements EJBInstanceFactory, Serializable

Version:
$Revision: 444658 $ $Date: 2004-04-04 03:49:11 +0200 (Sun, 04 Apr 2004) $
See Also:
Serialized Form

Constructor Summary
EJBInstanceFactoryImpl(Class beanClass)
           
 
Method Summary
 net.sf.cglib.reflect.FastClass getImplClass()
           
 javax.ejb.EnterpriseBean newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBInstanceFactoryImpl

public EJBInstanceFactoryImpl(Class beanClass)
Method Detail

getImplClass

public net.sf.cglib.reflect.FastClass getImplClass()

newInstance

public javax.ejb.EnterpriseBean newInstance()
                                     throws Exception
Specified by:
newInstance in interface EJBInstanceFactory
Throws:
Exception


Copyright © 1999-2006 OpenEJB. All Rights Reserved.