org.apache.openejb
Class MethodContext
java.lang.Object
org.apache.openejb.MethodContext
public class MethodContext
- extends Object
- Version:
- $Rev$ $Date$
|
Nested Class Summary |
static class |
MethodContext.InterfaceMethodContext
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
public MethodContext(BeanContext beanContext,
Method beanMethod)
setAccessTimeout
public void setAccessTimeout(Duration accessTimeout)
getAccessTimeout
public Duration getAccessTimeout()
getBeanContext
public BeanContext getBeanContext()
getBeanMethod
public Method getBeanMethod()
setInterceptors
public void setInterceptors(List<InterceptorData> interceptors)
getInterceptors
public List<InterceptorData> getInterceptors()
getLockType
public javax.ejb.LockType getLockType()
setLockType
public void setLockType(javax.ejb.LockType lockType)
getTransactionType
public TransactionType getTransactionType()
setTransactionType
public void setTransactionType(TransactionType transactionType)
getSchedules
public List<ScheduleData> getSchedules()
isAsynchronous
public boolean isAsynchronous()
setAsynchronous
public void setAsynchronous(boolean asynchronous)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.