org.openejb.dispatch
Class AbstractMethodOperation

java.lang.Object
  extended byorg.openejb.dispatch.AbstractMethodOperation
All Implemented Interfaces:
Serializable, VirtualOperation
Direct Known Subclasses:
BMPRemoveMethod, BusinessMethod, BusinessMethod, BusinessMethod, BusinessMethod, CMPRemoveMethod, HomeMethod, RemoveMethod, RemoveMethod

public abstract class AbstractMethodOperation
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
AbstractMethodOperation(Class beanClass, MethodSignature signature)
           
 
Method Summary
protected  org.apache.geronimo.core.service.InvocationResult invoke(EJBInvocation invocation, EJBOperation operation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openejb.dispatch.VirtualOperation
execute
 

Constructor Detail

AbstractMethodOperation

public AbstractMethodOperation(Class beanClass,
                               MethodSignature signature)
Method Detail

invoke

protected org.apache.geronimo.core.service.InvocationResult invoke(EJBInvocation invocation,
                                                                   EJBOperation operation)
                                                            throws Throwable
Throws:
Throwable


Copyright © 1999-2006 OpenEJB. All Rights Reserved.