@Experimental public class CacheTransactionManagerType extends java.lang.Object
Java class for cache-transaction-manager-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cache-transaction-manager-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="transaction-listener" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/>
<element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="transaction-writer" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/>
<element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheTransactionManagerType.TransactionListener
Java class for anonymous complex type.
|
static class |
CacheTransactionManagerType.TransactionWriter
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CacheTransactionManagerType.TransactionListener> |
transactionListener |
protected CacheTransactionManagerType.TransactionWriter |
transactionWriter |
| Constructor and Description |
|---|
CacheTransactionManagerType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CacheTransactionManagerType.TransactionListener> |
getTransactionListener()
Gets the value of the transactionListener property.
|
CacheTransactionManagerType.TransactionWriter |
getTransactionWriter()
Gets the value of the transactionWriter property.
|
void |
setTransactionWriter(CacheTransactionManagerType.TransactionWriter value)
Sets the value of the transactionWriter property.
|
protected java.util.List<CacheTransactionManagerType.TransactionListener> transactionListener
protected CacheTransactionManagerType.TransactionWriter transactionWriter
public java.util.List<CacheTransactionManagerType.TransactionListener> getTransactionListener()
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 transactionListener property.
For example, to add a new item, do as follows:
getTransactionListener().add(newItem);
Objects of the following type(s) are allowed in the list
CacheTransactionManagerType.TransactionListener
public CacheTransactionManagerType.TransactionWriter getTransactionWriter()
CacheTransactionManagerType.TransactionWriterpublic void setTransactionWriter(CacheTransactionManagerType.TransactionWriter value)
value - allowed object is
CacheTransactionManagerType.TransactionWriter