org.apache.openejb.jee.jba
Class Interceptor

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

public class Interceptor
extends java.lang.Object


Field Summary
protected  java.lang.String callByValue
           
protected  java.util.List<java.lang.Object> content
           
protected  java.lang.String metricsEnabled
           
protected  java.lang.String transaction
           
 
Constructor Summary
Interceptor()
           
 
Method Summary
 java.lang.String getCallByValue()
          Gets the value of the callByValue property.
 java.util.List<java.lang.Object> getContent()
          Gets the value of the content property.
 java.lang.String getMetricsEnabled()
          Gets the value of the metricsEnabled property.
 java.lang.String getTransaction()
          Gets the value of the transaction property.
 void setCallByValue(java.lang.String value)
          Sets the value of the callByValue property.
 void setMetricsEnabled(java.lang.String value)
          Sets the value of the metricsEnabled property.
 void setTransaction(java.lang.String value)
          Sets the value of the transaction property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transaction

protected java.lang.String transaction

metricsEnabled

protected java.lang.String metricsEnabled

callByValue

protected java.lang.String callByValue

content

protected java.util.List<java.lang.Object> content
Constructor Detail

Interceptor

public Interceptor()
Method Detail

getTransaction

public java.lang.String getTransaction()
Gets the value of the transaction property.

Returns:
possible object is String

setTransaction

public void setTransaction(java.lang.String value)
Sets the value of the transaction property.

Parameters:
value - allowed object is String

getMetricsEnabled

public java.lang.String getMetricsEnabled()
Gets the value of the metricsEnabled property.

Returns:
possible object is String

setMetricsEnabled

public void setMetricsEnabled(java.lang.String value)
Sets the value of the metricsEnabled property.

Parameters:
value - allowed object is String

getCallByValue

public java.lang.String getCallByValue()
Gets the value of the callByValue property.

Returns:
possible object is String

setCallByValue

public void setCallByValue(java.lang.String value)
Sets the value of the callByValue property.

Parameters:
value - allowed object is String

getContent

public java.util.List<java.lang.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 a set method 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 list Element String



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