org.openejb.mdb
Class BusinessMethod

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

public class BusinessMethod
extends AbstractMethodOperation

Version:
$Revision: 444774 $ $Date: 2004-06-22 21:04:53 +0200 (Tue, 22 Jun 2004) $
See Also:
Serialized Form

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

BusinessMethod

public BusinessMethod(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.