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

java.lang.Object
  extended by org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateBeanClassInstanceCommand

public final class JDBCCreateBeanClassInstanceCommand
extends 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

Version:
$Revision: 57209 $
Author:
Dain Sundstrom

Constructor Summary
JDBCCreateBeanClassInstanceCommand(JDBCStoreManager manager)
           
 
Method Summary
 void destroy()
           
 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 manager)
                                   throws Exception
Throws:
Exception
Method Detail

destroy

public void destroy()

execute

public Object execute()
               throws Exception
Throws:
Exception


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