public class MethodAttributesMetaData extends AbstractMappedMetaData<MethodAttributeMetaData>
| Constructor and Description |
|---|
MethodAttributesMetaData()
Create a new MethodAttributesMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
MethodAttributeMetaData |
getMethodAttribute(String methodName)
Get the attributes for the method
|
int |
getMethodTransactionTimeout(String methodName)
Get the transaction timeout for the method
|
boolean |
isMethodReadOnly(String methodName)
Is this method a read-only method
|
void |
merge(MethodAttributesMetaData override,
MethodAttributesMetaData original) |
add, addAll, addNotification, clear, contains, containsAll, containsKey, equals, get, getByName, hashCode, isEmpty, iterator, keySet, remove, removeAll, removeNotification, retainAll, size, toArray, toArray, toStringclone, getId, setIdfinalize, getClass, notify, notifyAll, wait, wait, waitgetId, setIdparallelStream, removeIf, spliterator, streampublic MethodAttributesMetaData()
public boolean isMethodReadOnly(String methodName)
methodName - the method namepublic int getMethodTransactionTimeout(String methodName)
methodName - the method namepublic MethodAttributeMetaData getMethodAttribute(String methodName)
methodName - the method namepublic void merge(MethodAttributesMetaData override, MethodAttributesMetaData original)
Copyright © 2019 JBoss by Red Hat. All rights reserved.