org.apache.openejb.jee
Class MethodTransaction

java.lang.Object
  extended by org.apache.openejb.jee.MethodTransaction

public class MethodTransaction
extends Object

Version:
$Rev: 639147 $ $Date: 2008-03-20 04:49:01 +0100 (Do, 20. M��r 2008) $

Constructor Summary
MethodTransaction(TransAttribute attribute, Method method)
           
 
Method Summary
 TransAttribute getAttribute()
           
 String getClassName()
           
 String getEjbName()
           
 Method getMethod()
           
 MethodIntf getMethodIntf()
           
 String getMethodName()
           
 MethodParams getMethodParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodTransaction

public MethodTransaction(TransAttribute attribute,
                         Method method)
Method Detail

getAttribute

public TransAttribute getAttribute()

getEjbName

public String getEjbName()

getMethodIntf

public MethodIntf getMethodIntf()

getMethodName

public String getMethodName()

getMethodParams

public MethodParams getMethodParams()

getMethod

public Method getMethod()

getClassName

public String getClassName()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.