org.apache.openejb
Class MethodContext.InterfaceMethodContext
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodContext.InterfaceMethodContext
public MethodContext.InterfaceMethodContext(MethodContext beanMethod,
Method method)
getMethod
public Method getMethod()
setTransactionType
public void setTransactionType(TransactionType transactionType)
getTransactionType
public TransactionType getTransactionType()
getBeanMethod
public MethodContext getBeanMethod()
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.