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

java.lang.Object
  extended byorg.jboss.ejb.plugins.cmp.jdbc2.ApplicationPkCreateCommand
All Implemented Interfaces:
CreateCommand (src)

public class ApplicationPkCreateCommand
extends java.lang.Object
implements CreateCommand (src)


Constructor Summary
ApplicationPkCreateCommand()
           
 
Method Summary
 java.lang.Object execute(java.lang.reflect.Method m, java.lang.Object[] args, EntityEnterpriseContext (src)  ctx)
           
 void init(JDBCStoreManager2 (src)  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 (src)  manager)
          throws DeploymentException (src) 
Specified by:
init in interface CreateCommand (src)
Throws:
DeploymentException (src)

execute

public java.lang.Object execute(java.lang.reflect.Method m,
                                java.lang.Object[] args,
                                EntityEnterpriseContext (src)  ctx)
                         throws CreateException (src) 
Specified by:
execute in interface CreateCommand (src)
Throws:
CreateException (src)