|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jba.Interceptor
public class Interceptor
Field Summary | |
---|---|
protected String |
callByValue
|
protected List<Object> |
content
|
protected String |
metricsEnabled
|
protected String |
transaction
|
Constructor Summary | |
---|---|
Interceptor()
|
Method Summary | |
---|---|
String |
getCallByValue()
Gets the value of the callByValue property. |
List<Object> |
getContent()
Gets the value of the content property. |
String |
getMetricsEnabled()
Gets the value of the metricsEnabled property. |
String |
getTransaction()
Gets the value of the transaction property. |
void |
setCallByValue(String value)
Sets the value of the callByValue property. |
void |
setMetricsEnabled(String value)
Sets the value of the metricsEnabled property. |
void |
setTransaction(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 |
---|
protected String transaction
protected String metricsEnabled
protected String callByValue
protected List<Object> content
Constructor Detail |
---|
public Interceptor()
Method Detail |
---|
public String getTransaction()
String
public void setTransaction(String value)
value
- allowed object is
String
public String getMetricsEnabled()
String
public void setMetricsEnabled(String value)
value
- allowed object is
String
public String getCallByValue()
String
public void setCallByValue(String value)
value
- allowed object is
String
public List<Object> getContent()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |