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: 81030 $
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 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.