站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

JDBCCreateBeanClassInstanceCommand (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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

java.lang.Object
  extended byorg.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: 1.11 $
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
Method Detail

destroy

public void destroy()

execute

public Object execute()
               throws Exception
Throws:
Exception


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