org.plasma.config
Class Concurrency
java.lang.Object
org.plasma.config.Concurrency
public class Concurrency
- extends Object
Java class for Concurrency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Concurrency">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="pessimisticLockTimeoutMillis" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pessimisticLockTimeoutMillis
protected long pessimisticLockTimeoutMillis
Concurrency
public Concurrency()
getPessimisticLockTimeoutMillis
public long getPessimisticLockTimeoutMillis()
- Gets the value of the pessimisticLockTimeoutMillis property.
setPessimisticLockTimeoutMillis
public void setPessimisticLockTimeoutMillis(long value)
- Sets the value of the pessimisticLockTimeoutMillis property.
Copyright © 2014. All rights reserved.