org.openejb.sfsb
Class BusinessMethod

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

public class BusinessMethod
extends AbstractMethodOperation

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

Field Summary
protected  boolean isBMT
           
 
Constructor Summary
BusinessMethod(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
 

Field Detail

isBMT

protected final boolean isBMT
Constructor Detail

BusinessMethod

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

execute

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


Copyright © 1999-2005 OpenEJB. All Rights Reserved.