当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
JDBCCreateCommand (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.jdbc
Interface JDBCCreateCommand
- All Known Implementing Classes:
- JDBCAbstractCreateCommand
- public interface JDBCCreateCommand
Interface to a pluggable command to create an entity
- Author:
- Jeremy Boynes
init
public void init(JDBCStoreManager manager)
throws org.jboss.deployment.DeploymentException
- Throws:
org.jboss.deployment.DeploymentException
execute
public Object execute(Method m,
Object[] args,
EntityEnterpriseContext ctx)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.