org.jfox.ejb
Class EJBObjectFactory
java.lang.Object
org.huihoo.jfox.pool.ObjectFactoryImpl
org.jfox.ejb.EJBObjectFactory
- All Implemented Interfaces:
- ObjectFactory
- public class EJBObjectFactory
- extends ObjectFactoryImpl
Éú³É EJBPoolableObject , EJBPoolableObject ·â×°ÁË EJBObject
|
Constructor Summary |
EJBObjectFactory(java.lang.Class classType,
java.lang.Class beanClass)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
EJBObjectFactory
public EJBObjectFactory(java.lang.Class classType,
java.lang.Class beanClass)
throws java.lang.Exception
makeObject
public PoolableObject makeObject()
throws java.lang.Exception
- Description copied from interface:
ObjectFactory
- create a new poolable object
- Specified by:
makeObject in interface ObjectFactory- Overrides:
makeObject in class ObjectFactoryImpl
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)