|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.ejb.jboss.MethodAttributeMetaData
public class MethodAttributeMetaData
MethodAttributeMetaData.
| Field Summary | |
|---|---|
static MethodAttributeMetaData |
DEFAULT
The default methods attributes |
| Constructor Summary | |
|---|---|
MethodAttributeMetaData()
|
|
| Method Summary | |
|---|---|
String |
getMethodName()
Get the methodName. |
int |
getTransactionTimeout()
Get the transactionTimeout. |
boolean |
isIdempotent()
Get the idempotent. |
boolean |
isReadOnly()
Get the readOnly. |
boolean |
matches(String methodName)
Whether this matches the method name |
void |
setIdempotent(boolean idempotent)
Set the idempotent. |
void |
setMethodName(String methodName)
Set the methodName. |
void |
setReadOnly(boolean readOnly)
Set the readOnly. |
void |
setTransactionTimeout(int transactionTimeout)
Set the transactionTimeout. |
| Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
|---|
equals, getKey, getName, hashCode, merge, setName, toString |
| Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
|---|
clone, getId, merge, merge, setId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final MethodAttributeMetaData DEFAULT
| Constructor Detail |
|---|
public MethodAttributeMetaData()
| Method Detail |
|---|
public String getMethodName()
public void setMethodName(String methodName)
methodName - the methodName.
IllegalArgumentException - for a null methodNamepublic boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly - the readOnly.public boolean isIdempotent()
public void setIdempotent(boolean idempotent)
idempotent - the idempotent.public int getTransactionTimeout()
public void setTransactionTimeout(int transactionTimeout)
transactionTimeout - the transactionTimeout.public boolean matches(String methodName)
methodName - the method name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||