|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.IdentifiedType
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.tx.Advice
public class Advice
Defines the transactional semantics of the AOP advice that is to be executed. That is, this advice element is where the transactional semantics of any number of methods are defined (where transactional semantics includes the propagation settings, the isolation level, the rollback rules, and suchlike).
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.springframework.org/schema/beans}identifiedType">
<sequence>
<element name="attributes" type="{http://www.springframework.org/schema/tx}attributesType" minOccurs="0"/>
</sequence>
<attribute name="transaction-manager" type="{http://www.w3.org/2001/XMLSchema}string" default="transactionManager" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AttributesType |
attributes
|
protected String |
transactionManager
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.IdentifiedType |
|---|
id |
| Constructor Summary | |
|---|---|
Advice()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.tx.Advice instance. |
|
Advice(Advice o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.tx.Advice instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Advice |
clone()
Creates and returns a copy of this object. |
AttributesType |
getAttributes()
Gets the value of the attributes property. |
String |
getTransactionManager()
Gets the value of the transactionManager property. |
void |
setAttributes(AttributesType value)
Sets the value of the attributes property. |
void |
setTransactionManager(String value)
Sets the value of the transactionManager property. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.IdentifiedType |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AttributesType attributes
protected String transactionManager
| Constructor Detail |
|---|
public Advice()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.tx.Advice instance.
public Advice(Advice o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.tx.Advice instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public AttributesType getAttributes()
AttributesTypepublic void setAttributes(AttributesType value)
value - allowed object is
AttributesTypepublic String getTransactionManager()
Stringpublic void setTransactionManager(String value)
value - allowed object is
Stringpublic Advice clone()
clone in class IdentifiedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||