org.openejb.sfsb
Class RemoveMethod

java.lang.Object
  extended byorg.openejb.dispatch.AbstractMethodOperation
      extended byorg.openejb.sfsb.BusinessMethod
          extended byorg.openejb.sfsb.RemoveMethod
All Implemented Interfaces:
Serializable, VirtualOperation

public class RemoveMethod
extends BusinessMethod

Virtual operation handling removal of an instance.

Version:
$Revision: 1.3 $ $Date: 2004/07/18 22:32:24 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openejb.sfsb.BusinessMethod
isBMT
 
Constructor Summary
RemoveMethod(Class beanClass, MethodSignature signature, boolean isBMT)
           
 
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

RemoveMethod

public RemoveMethod(Class beanClass,
                    MethodSignature signature,
                    boolean isBMT)
Method Detail

execute

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


Copyright © 1999-2005 OpenEJB. All Rights Reserved.