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

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

public class ApplicationPkCreateCommand
extends Object
implements CreateCommand

Version:
$Revision: 1.2.2.2 $
Author:
Alexey Loubyansky

Constructor Summary
ApplicationPkCreateCommand()
           
 
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

ApplicationPkCreateCommand

public ApplicationPkCreateCommand()
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.