org.apache.openejb.jee.jba
Class Method

java.lang.Object
  extended by org.apache.openejb.jee.jba.Method

public class Method
extends Object


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

methodName

protected String methodName

readOnly

protected String readOnly

idempotent

protected String idempotent

transactionTimeout

protected String transactionTimeout
Constructor Detail

Method

public Method()
Method Detail

getMethodName

public String getMethodName()
Gets the value of the methodName property.

Returns:
possible object is String

setMethodName

public void setMethodName(String value)
Sets the value of the methodName property.

Parameters:
value - allowed object is String

getReadOnly

public String getReadOnly()
Gets the value of the readOnly property.

Returns:
possible object is String

setReadOnly

public void setReadOnly(String value)
Sets the value of the readOnly property.

Parameters:
value - allowed object is String

getIdempotent

public String getIdempotent()
Gets the value of the idempotent property.

Returns:
possible object is String

setIdempotent

public void setIdempotent(String value)
Sets the value of the idempotent property.

Parameters:
value - allowed object is String

getTransactionTimeout

public String getTransactionTimeout()
Gets the value of the transactionTimeout property.

Returns:
possible object is String

setTransactionTimeout

public void setTransactionTimeout(String value)
Sets the value of the transactionTimeout property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.