org.apache.openejb
Class MethodContext.InterfaceMethodContext

java.lang.Object
  extended by org.apache.openejb.MethodContext.InterfaceMethodContext
Enclosing class:
MethodContext

public static class MethodContext.InterfaceMethodContext
extends Object

Currently (and as a matter of legacy) only EJB 2.x style interfaces may have different transaction attributes for an individual interface method.


Constructor Summary
MethodContext.InterfaceMethodContext(MethodContext beanMethod, Method method)
           
 
Method Summary
 MethodContext getBeanMethod()
           
 Method getMethod()
           
 TransactionType getTransactionType()
           
 void setTransactionType(TransactionType transactionType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodContext.InterfaceMethodContext

public MethodContext.InterfaceMethodContext(MethodContext beanMethod,
                                            Method method)
Method Detail

getMethod

public Method getMethod()

setTransactionType

public void setTransactionType(TransactionType transactionType)

getTransactionType

public TransactionType getTransactionType()

getBeanMethod

public MethodContext getBeanMethod()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.