org.jboss.ejb.plugins.cmp.jdbc2
Interface CreateCommand

All Known Implementing Classes:
ApplicationPkCreateCommand, PkSqlCreateCommand

public interface CreateCommand

Version:
$Revision: 1.2.2.2 $
Author:
Alexey Loubyansky

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

Method Detail

init

void init(JDBCStoreManager2 manager)
          throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException

execute

Object execute(Method m,
               Object[] args,
               EntityEnterpriseContext ctx)
               throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException


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