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

java.lang.Object
  extended by org.jboss.ejb.plugins.cmp.jdbc2.InstanceFactory

public class InstanceFactory
extends Object

Version:
$Revision: 57209 $
Author:
Alexey Loubyansky

Constructor Summary
InstanceFactory(JDBCStoreManager2 manager, JDBCEntityBridge2 entity)
           
 
Method Summary
 void destroy()
           
 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 manager,
                       JDBCEntityBridge2 entity)
                throws Exception
Throws:
Exception
Method Detail

destroy

public void destroy()

newInstance

public Object newInstance()
                   throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.