org.infinispan.config
Class Configuration.TransactionType
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
org.infinispan.config.Configuration.TransactionType
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent
- Enclosing class:
- Configuration
public static class Configuration.TransactionType
- extends AbstractNamedCacheConfigurationBean
- See Also:
- Configuration reference,
Serialized Form
transactionManagerLookupClass
protected String transactionManagerLookupClass
transactionManagerLookup
protected TransactionManagerLookup transactionManagerLookup
syncCommitPhase
@Dynamic
protected Boolean syncCommitPhase
syncRollbackPhase
@Dynamic
protected Boolean syncRollbackPhase
useEagerLocking
@Dynamic
protected Boolean useEagerLocking
Configuration.TransactionType
public Configuration.TransactionType(String transactionManagerLookupClass)
Configuration.TransactionType
public Configuration.TransactionType()
accept
public void accept(ConfigurationBeanVisitor v)
setTransactionManagerLookupClass
public void setTransactionManagerLookupClass(String transactionManagerLookupClass)
setSyncCommitPhase
public void setSyncCommitPhase(Boolean syncCommitPhase)
setSyncRollbackPhase
public void setSyncRollbackPhase(Boolean syncRollbackPhase)
setUseEagerLocking
public void setUseEagerLocking(Boolean useEagerLocking)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.