org.jboss.ejb.plugins.cmp.jdbc2
Class InstanceFactory

java.lang.Object
  extended byorg.jboss.ejb.plugins.cmp.jdbc2.InstanceFactory

public class InstanceFactory
extends java.lang.Object


Constructor Summary
InstanceFactory(JDBCStoreManager2 (src)  manager, JDBCEntityBridge2 (src)  entity)
           
 
Method Summary
 void destroy()
           
 java.lang.Object newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceFactory

public InstanceFactory(JDBCStoreManager2 (src)  manager,
                       JDBCEntityBridge2 (src)  entity)
                throws java.lang.Exception
Method Detail

destroy

public void destroy()

newInstance

public java.lang.Object newInstance()
                             throws java.lang.Exception
Throws:
java.lang.Exception