public class ConcurrentMethod<X> extends EjbMethodPattern<X>
RESIN_DATABASE, RESIN_READ_ONLY, RESIN_ROW_LOCK
Constructor and Description |
---|
ConcurrentMethod() |
Modifier and Type | Method and Description |
---|---|
void |
configure(AnnotatedMethod<?> method)
Configures the bean with the override values
|
void |
init() |
boolean |
isMatch(AnnotatedMethod<?> method) |
void |
setAccessTimeout(EjbTimeout timeout) |
void |
setLock(java.lang.String lock) |
void |
setMethod(BeanMethod beanMethod) |
equals, getJDBCIsolation, getLocation, getName, getQuery, getQueryLoadsBean, getQueryLocation, getRelationLoadsBean, getResinIsolation, getRoles, getSignature, getTransactionType, isReadOnly, setBean, setJDBCIsolation, setLocation, setQuery, setQueryLoadsBean, setQueryLocation, setRelationLoadsBean, setResinIsolation, setRoles, setRoles, setSignature, setTransaction, setTransAttribute, toString
public void setMethod(BeanMethod beanMethod)
public void setAccessTimeout(EjbTimeout timeout)
public void setLock(java.lang.String lock)
@PostConstruct public void init()
public boolean isMatch(AnnotatedMethod<?> method)
isMatch
in class EjbMethodPattern<X>
public void configure(AnnotatedMethod<?> method)
configure
in class EjbMethodPattern<X>