org.jboss.ejb.plugins.cmp.jdbc2
Class PkSqlCreateCommand

java.lang.Object
  extended by org.jboss.ejb.plugins.cmp.jdbc2.PkSqlCreateCommand
All Implemented Interfaces:
CreateCommand

public class PkSqlCreateCommand
extends Object
implements CreateCommand

Version:
$Revision: 81030 $
Author:
Alexey Loubyansky

Constructor Summary
PkSqlCreateCommand()
           
 
Method Summary
 Object execute(Method m, Object[] args, EntityEnterpriseContext ctx)
           
 void init(JDBCStoreManager2 manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PkSqlCreateCommand

public PkSqlCreateCommand()
Method Detail

init

public void init(JDBCStoreManager2 manager)
          throws DeploymentException
Specified by:
init in interface CreateCommand
Throws:
DeploymentException

execute

public Object execute(Method m,
                      Object[] args,
                      EntityEnterpriseContext ctx)
               throws javax.ejb.CreateException
Specified by:
execute in interface CreateCommand
Throws:
javax.ejb.CreateException


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.