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>
| Modifier and Type | Field and Description |
|---|---|
protected long |
pessimisticLockTimeoutMillis |
| Constructor and Description |
|---|
Concurrency() |
| Modifier and Type | Method and Description |
|---|---|
long |
getPessimisticLockTimeoutMillis()
Gets the value of the pessimisticLockTimeoutMillis property.
|
void |
setPessimisticLockTimeoutMillis(long value)
Sets the value of the pessimisticLockTimeoutMillis property.
|
public long getPessimisticLockTimeoutMillis()
public void setPessimisticLockTimeoutMillis(long value)
Copyright © 2017. All rights reserved.