org.openejb.entity.cmp
Class CMPRemoveMethod

java.lang.Object
  extended byorg.openejb.dispatch.AbstractMethodOperation
      extended byorg.openejb.entity.cmp.CMPRemoveMethod
All Implemented Interfaces:
Serializable, VirtualOperation

public class CMPRemoveMethod
extends AbstractMethodOperation

Virtual operation handling removal of an instance.

Version:
$Revision: 1.4 $ $Date: 2004/04/11 16:58:04 $
See Also:
Serialized Form

Constructor Summary
CMPRemoveMethod(Class beanClass, MethodSignature signature)
           
 
Method Summary
 org.apache.geronimo.core.service.InvocationResult execute(EJBInvocation invocation)
           
 
Methods inherited from class org.openejb.dispatch.AbstractMethodOperation
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMPRemoveMethod

public CMPRemoveMethod(Class beanClass,
                       MethodSignature signature)
Method Detail

execute

public org.apache.geronimo.core.service.InvocationResult execute(EJBInvocation invocation)
                                                          throws Throwable
Throws:
Throwable


Copyright © 1999-2005 OpenEJB. All Rights Reserved.