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: 57209 $
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 org.jboss.deployment.DeploymentException
Specified by:
init in interface CreateCommand
Throws:
org.jboss.deployment.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 © 2002 JBoss Group, LLC. All Rights Reserved.