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

Method Summary
 Object execute(Method m, Object[] args, EntityEnterpriseContext ctx)
           
 void init(JDBCStoreManager manager)
           
 

Method Detail

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.