org.jboss.ejb.plugins.cmp.jdbc
Class JDBCCreateBeanClassInstanceCommand

java.lang.Object
  extended byorg.jboss.ejb.plugins.cmp.jdbc.JDBCCreateBeanClassInstanceCommand

public final class JDBCCreateBeanClassInstanceCommand
extends java.lang.Object

JDBCBeanClassInstanceCommand creates instance of the bean class. For CMP 2.0 it creates an instance of a subclass of the bean class, as the bean class is abstract.

should not generat a subclass for ejb 1.1


Constructor Summary
JDBCCreateBeanClassInstanceCommand(JDBCStoreManager (src)  manager)
           
 
Method Summary
 void destroy()
           
 java.lang.Object execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCCreateBeanClassInstanceCommand

public JDBCCreateBeanClassInstanceCommand(JDBCStoreManager (src)  manager)
                                   throws java.lang.Exception
Method Detail

destroy

public void destroy()

execute

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