org.openejb.entity.bmp
Class BMPCreateMethod

java.lang.Object
  extended byorg.openejb.entity.bmp.BMPCreateMethod
All Implemented Interfaces:
Serializable, VirtualOperation

public class BMPCreateMethod
extends Object
implements VirtualOperation, Serializable

Version:
$Revision: 445478 $ $Date: 2005-06-21 23:16:59 +0200 (Tue, 21 Jun 2005) $
See Also:
Serialized Form

Constructor Summary
BMPCreateMethod(Class beanClass, MethodSignature createSignature, MethodSignature postCreateSignature)
           
 
Method Summary
 org.apache.geronimo.core.service.InvocationResult execute(EJBInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BMPCreateMethod

public BMPCreateMethod(Class beanClass,
                       MethodSignature createSignature,
                       MethodSignature postCreateSignature)
Method Detail

execute

public org.apache.geronimo.core.service.InvocationResult execute(EJBInvocation invocation)
                                                          throws Throwable
Specified by:
execute in interface VirtualOperation
Throws:
Throwable


Copyright © 1999-2006 OpenEJB. All Rights Reserved.