|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.Method
public class Method
| Field Summary | |
|---|---|
protected String |
idempotent
|
protected String |
methodName
|
protected String |
readOnly
|
protected String |
transactionTimeout
|
| Constructor Summary | |
|---|---|
Method()
|
|
| Method Summary | |
|---|---|
String |
getIdempotent()
Gets the value of the idempotent property. |
String |
getMethodName()
Gets the value of the methodName property. |
String |
getReadOnly()
Gets the value of the readOnly property. |
String |
getTransactionTimeout()
Gets the value of the transactionTimeout property. |
void |
setIdempotent(String value)
Sets the value of the idempotent property. |
void |
setMethodName(String value)
Sets the value of the methodName property. |
void |
setReadOnly(String value)
Sets the value of the readOnly property. |
void |
setTransactionTimeout(String value)
Sets the value of the transactionTimeout property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String methodName
protected String readOnly
protected String idempotent
protected String transactionTimeout
| Constructor Detail |
|---|
public Method()
| Method Detail |
|---|
public String getMethodName()
Stringpublic void setMethodName(String value)
value - allowed object is
Stringpublic String getReadOnly()
Stringpublic void setReadOnly(String value)
value - allowed object is
Stringpublic String getIdempotent()
Stringpublic void setIdempotent(String value)
value - allowed object is
Stringpublic String getTransactionTimeout()
Stringpublic void setTransactionTimeout(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||