org.openejb.sfsb
Class RemoveMethod

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

public class RemoveMethod
extends AbstractMethodOperation

Virtual operation handling removal of a stateful session bean instance instance.

Version:
$Revision: 445237 $ $Date: 2005-03-02 00:34:40 +0100 (Wed, 02 Mar 2005) $
See Also:
Serialized Form

Constructor Summary
RemoveMethod(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

RemoveMethod

public RemoveMethod(Class beanClass,
                    MethodSignature signature)
Method Detail

execute

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


Copyright © 1999-2006 OpenEJB. All Rights Reserved.