Package org.apache.openejb.jee.jba
Class Interceptor
- java.lang.Object
-
- org.apache.openejb.jee.jba.Interceptor
-
public class Interceptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcallByValueprotected List<Object>contentprotected StringmetricsEnabledprotected Stringtransaction
-
Constructor Summary
Constructors Constructor Description Interceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCallByValue()Gets the value of the callByValue property.List<Object>getContent()Gets the value of the content property.StringgetMetricsEnabled()Gets the value of the metricsEnabled property.StringgetTransaction()Gets the value of the transaction property.voidsetCallByValue(String value)Sets the value of the callByValue property.voidsetMetricsEnabled(String value)Sets the value of the metricsEnabled property.voidsetTransaction(String value)Sets the value of the transaction property.
-
-
-
Method Detail
-
getTransaction
public String getTransaction()
Gets the value of the transaction property.- Returns:
- possible object is
String
-
setTransaction
public void setTransaction(String value)
Sets the value of the transaction property.- Parameters:
value- allowed object isString
-
getMetricsEnabled
public String getMetricsEnabled()
Gets the value of the metricsEnabled property.- Returns:
- possible object is
String
-
setMetricsEnabled
public void setMetricsEnabled(String value)
Sets the value of the metricsEnabled property.- Parameters:
value- allowed object isString
-
getCallByValue
public String getCallByValue()
Gets the value of the callByValue property.- Returns:
- possible object is
String
-
setCallByValue
public void setCallByValue(String value)
Sets the value of the callByValue property.- Parameters:
value- allowed object isString
-
getContent
public List<Object> getContent()
Gets the value of the content property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the content property. For example, to add a new item, do as follows:getContent().add(newItem);Objects of the following type(s) are allowed in the listElementString
-
-